1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2025-05-10 22:46:02 +02:00

First commit with initial theme

Some file are empty (created by `hugo new theme`), but I've left
them for reference later.
This commit is contained in:
2016-08-28 16:21:39 +03:00
commit 2bb1d6ecc0
22 changed files with 1044 additions and 0 deletions

18
README.md Normal file
View File

@ -0,0 +1,18 @@
# 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).
Otherwise, the contents of index.html is [GPLv3](https://www.gnu.org/licenses/gpl-3.0.txt).