1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2024-07-01 10:33:45 +02:00
hugo-theme-bootstrap4-blog/README.md

32 lines
1.3 KiB
Markdown
Raw Normal View History

# Hugo Bootstrap v4
A simple [Hugo](https://gohugo.io) theme based on the [Bootstrap v4 blog example](http://v4-alpha.getbootstrap.com/examples/blog). Still a work in progress.
2016-08-28 18:31:31 +02:00
![Screenshot](/screenshot@2x.png?raw=true "Screenshot")
## Usage
Clone the repository to your site's `themes` directory.
## Building (For Developers)
This theme uses the [Bootstrap](https://getbootstrap.com/) framework. A static version of this is already included, but if you want to bump the version, tweak the style, etc, you'll need to rebuild the assets. Make sure you have NodeJS v4 or v6 installed, and then run the following from inside the theme's directory:
```
$ npm install
$ npm run build
```
2016-09-13 15:55:55 +02:00
## TODO
- tags + categories!
- add an exampleSite showing optional and mandatory configuration options
- allow configuration of header nav links
- add metadata for open graph
- add optional social links to sidebar
- add configurable license notice for footer
2016-09-13 15:59:21 +02:00
- add favicon
2016-09-14 11:31:37 +02:00
- add author page (for when you click author name in a post/summary)
2016-09-13 15:55:55 +02:00
## License
This repository contains the code of [Bootstrap](http://getbootstrap.com), which is licensed under the [MIT license](https://tldrlegal.com/license/mit-license).
2016-08-28 15:27:54 +02:00
Otherwise, the contents are [GPLv3](https://www.gnu.org/licenses/gpl-3.0.txt).