SyuanYu 23b9bcd3d8 commit 1 yıl önce
..
exampleSite 23b9bcd3d8 commit 1 yıl önce
i18n 23b9bcd3d8 commit 1 yıl önce
images 23b9bcd3d8 commit 1 yıl önce
layouts 23b9bcd3d8 commit 1 yıl önce
static 23b9bcd3d8 commit 1 yıl önce
.gitignore 23b9bcd3d8 commit 1 yıl önce
LICENSE.md 23b9bcd3d8 commit 1 yıl önce
README.md 23b9bcd3d8 commit 1 yıl önce
go.mod 23b9bcd3d8 commit 1 yıl önce
theme.toml 23b9bcd3d8 commit 1 yıl önce

README.md

Hugo Bootstrap v5 Theme

This is a simple Hugo theme using Bootstrap v5, inspired by 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:

$ 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.

Screenshots

preview preview

Configuration

Check exampleSite/config.toml for an example configuration.

Menu

The navbar displays the main menus by default. You can find more details about how to configure it here, 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.