Hugo theme using Bootstrap 5 to show documentation.
- It creates a expandable sidebar using all the files inside the
content
folder. This way you can easily navigate all the pages of your project. Each folder should contain an_index.html
file with atitle
on theyaml
section. - You can remove the sidebar setting up the parameter
sidebar = false
in theconfig.toml
file. - The
_index.html
or_index.md
main 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.toml
file. - It includes a sticky footer. You can use social media links on the footer
defining
[params.social]
on theconfig.toml
file. The icons are used fromfontawesome
.
Check the config-example.toml
to define the desired attributes.