Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/notwoods/hugo-bootstrap-5
A simple hugo theme using Bootstrap 5
https://github.com/notwoods/hugo-bootstrap-5
blog bootstrap hugo-theme
Last synced: about 1 month ago
JSON representation
A simple hugo theme using Bootstrap 5
- Host: GitHub
- URL: https://github.com/notwoods/hugo-bootstrap-5
- Owner: NotWoods
- License: mit
- Created: 2021-01-04T01:37:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-26T01:57:10.000Z (over 2 years ago)
- Last Synced: 2024-10-06T14:53:40.631Z (about 1 month ago)
- Topics: blog, bootstrap, hugo-theme
- Language: HTML
- Homepage:
- Size: 859 KB
- Stars: 21
- Watchers: 3
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Hugo Bootstrap v5 Theme
This is a simple Hugo theme using [Bootstrap v5](https://getbootstrap.com/), inspired by [hugo-bootstrap](https://github.com/Xzya/hugo-bootstrap).
## Installation
You can install the theme either as a clone or submodule.
I recommend the latter. From the root of your Hugo site, type the following:
```shell
$ git submodule add https://github.com/NotWoods/hugo-bootstrap-5.git themes/hugo-bootstrap-5
$ git submodule init
$ git submodule update
```Now you can get updates to the theme in the future by updating the submodule:
```
$ git submodule update --remote themes/hugo-bootstrap-5
```## Demo
You can find a demo [here](https://themes.gohugo.io/theme/hugo-bootstrap-5/).
## Screenshots
![preview](https://raw.githubusercontent.com/NotWoods/hugo-bootstrap-5/master/images/screenshot.png)
![preview](https://raw.githubusercontent.com/NotWoods/hugo-bootstrap-5/master/images/screenshot2.png)## Configuration
Check `exampleSite/config.toml` for an example configuration.
## Brand
The brand can be overriden by adding your own layout `layouts/partials/brand.html`. Check `exampleSite/layouts/partials/brand.html` for an example.
## Menu
The navbar displays the `main` menus by default. You can find more details about how to configure it [here](https://gohugo.io/templates/menu-templates/), as well as in the `exampleSite`.
## Multilanguage
The theme supports multiple languages.
You can find the default translation bundles in `i18n` (english and spanish by default).
## License
Open sourced under the [MIT license](./LICENSE.md).