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

19 lines
937 B
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).
## Usage
Clone the repository to your site's `themes` directory.
## Building (For Developers)
This theme uses the [Bootstrap](https://getbootstrap.com/) and [jQuery](https://jquery.com/) frameworks. Static versions of these are already included, but if you want to bump the versions, 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
```
## License
This repository contains the code of [Bootstrap](http://getbootstrap.com) and [jQuery](https://jquery.com/), both of which are 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).