Hugo Themes
Hugo Bootstrap4
A hugo theme using bootstrap 4, bootswatch, font-awesome, highlight.js
- Author: Murali Rath
- Minimum Hugo Version: 0.55.6
- GitHub Stars: 58
- Updated: 2019-06-15
- License: MIT
- Tags:
Blog
Personal
Note! This theme has not been updated for more than 2 years.
If you are maintainer of this theme, please verify that this theme works with a recent release of Hugo. Then add an appropriate Version Configuration to the theme'sconfig.toml
and then finally tag a new version.
hugo-bootstrap
A theme with bootstrap 4, font-awesome, highlightjs
NOTE: This theme is copied inspired [Icarus] https://github.com/digitalcraftsman/hugo-icarus-theme Feel free to make changes and open pull requests.
You can find a live site using this theme here.
Screenshot
Installation
$ cd your_site_repo/
$ mkdir themes
$ cd themes
$ git clone https://github.com/mmrath/hugo-bootstrap
See the official Hugo themes documentation for more info.
Usage
This theme expects a relatively standard Hugo blog/personal site layout:
.
└── content
├── post
| ├── post1.md
| └── post2.md
├── page
| ├── about-me.md
| ├── license.md
└── other_page.md
Just run hugo --theme=hugo-bootstrap
to generate your site!
Configuration
Please see the config file of the example site in this repo for details of confguration.
Hugo
An example of what your site’s config.toml
could look like. All theme-specific parameters are under [params]
and standard Hugo parameters are used where possible.
Questions, ideas, bugs, pull requests?
All feedback is welcome! Head over to the issue tracker.
License
Open sourced under the MIT license.