Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xzya/hugo-bootstrap

This is a simple Hugo theme using Bootstrap v4.
https://github.com/xzya/hugo-bootstrap

blog bootstrap hugo-theme

Last synced: about 2 months ago
JSON representation

This is a simple Hugo theme using Bootstrap v4.

Awesome Lists containing this project

README

        

# Hugo Bootstrap v4 Theme

This is a simple Hugo theme using [Bootstrap v4](https://getbootstrap.com/), inspired by [hugo-theme-bootstrap4-blog](https://github.com/alanorth/hugo-theme-bootstrap4-blog).

## Demo

You can find a demo [here](https://themes.gohugo.io/theme/hugo-bootstrap/).

## Screenshots

![preview](https://raw.githubusercontent.com/Xzya/hugo-bootstrap/master/images/screenshot.png)
![preview](https://raw.githubusercontent.com/Xzya/hugo-bootstrap/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).