Examples
Examples of the different layouts and features offered by Hugo Solstice Theme.
Layouts
Features
Solstice Additions
Events Framework
Dynamic Content
Deprecated
Monday, Jan 1, 0001
The canonical_url config parameter sets the canonical url of the page. The value must be an absolute url. If canonical_url is not specified, the canonical URL will be the pages’ default url. title: Canonical URL hide_sidebar: true canonical_url: https://google.com
The main_menu parameter allows you to use a different navigation bar menu. This page uses the main_menu parameter to show the “Custom Menu” on the navigation bar above. If main_menu is not specified, it will use the default main menu from the config.toml, or menus.toml file. Example …
The metatag_robots config parameter grants the ability to add a “robots” metatag with the set content attribute. If blank, no meta tag will be created for “robots”. Usage: title: Metatag Robots Config Parameter hide_sidebar: true metatag_robots: noindex, nofollow
Back to the top