1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2024-06-26 16:13:45 +02:00

README.md: Add GitHub flavored Markdown to code block

This commit is contained in:
Alan Orth 2017-01-09 13:25:54 +02:00
parent c6d2538fd2
commit 0c264bb421
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -36,7 +36,7 @@ See the source code and structure of [picturingjordan.com](https://github.com/al
## 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:
```
```console
$ npm install
$ npm run build
```