options.pagesPage configuration, where key is the page name and value is the page configuration.
Record<string, PageInfo>page.titleThis title will be displayed in the browser tab.
stringpage.entryPage entry file.
stringUse relative paths, for example:
page.templatePage template file.
stringTo reuse templates, page.entry will be automatically inserted into the template, so the template doesn't need to include the entry file and title tag
A minimal example file would be: