Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/erickchacon/scholar-docs

Hugo theme for project documentation using Bootstrap 5.
https://github.com/erickchacon/scholar-docs

bootstrap hugo-theme

Last synced: 3 days ago
JSON representation

Hugo theme for project documentation using Bootstrap 5.

Awesome Lists containing this project

README

        

# Scholar-docs

## About

[Hugo](https://gohugo.io/) theme using [Bootstrap 5](https://getbootstrap.com/)
to show documentation.

![Webpage example](web-example.png)

## Features

- 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 a `title` on
the `yaml` section.
- You can remove the sidebar setting up the parameter `sidebar = false` in the
`config.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 the
`config.toml` file.
- It includes a sticky footer. You can use social media links on the footer
defining `[params.social]` on the `config.toml` file. The icons are used from
`fontawesome`.

## Examples

Check the `config-example.toml` to define the desired attributes.