Advanced
Header#
Learn about configuring the page header.
Navigation#
If you are looking for ways to customise the navigation links in the header, you can read more here.
GitHub widget#
To showcase your GitHub repository with its stars and forks, you can configure a GitHub widget.
Simply add your username or organisation followed by a slash and your repo name:
site('site-a', {
github: "mrjvs/neatojs",
directories: [
// ...
]
})