Hugo theme using Bootstrap 5 to show documentation.
- It creates a expandable sidebar using all the files inside the
contentfolder. This way you can easily navigate all the pages of your project. Each folder should contain an_index.htmlfile with atitleon theyamlsection. - You can remove the sidebar setting up the parameter
sidebar = falsein theconfig.tomlfile. - The
_index.htmlor_index.mdmain file of the webpage can contain a list of authors and webpages to be shown in the webpage. - It includes a sticky header. You can define the desired links into the
header. These elements should be defined in
[menu.main]on theconfig.tomlfile. - It includes a sticky footer. You can use social media links on the footer
defining
[params.social]on theconfig.tomlfile. The icons are used fromfontawesome.
Check the config-example.toml to define the desired attributes.
