1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2024-11-17 09:47:05 +01:00

README.md: Add devDependencies badge

From David, which watches your dependencies and generates a badge
to show their status.

See: https://david-dm.org/
This commit is contained in:
Alan Orth 2017-01-22 13:59:02 +02:00
parent 6758d9b26c
commit d42c67b731
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -34,7 +34,7 @@ A few suggestions to help you get a good looking site quickly:
See the source code and structure of [picturingjordan.com](https://github.com/alanorth/picturingjordan.com) to get more ideas.
## Building (For Developers)
## Building (For Developers) [![devDependencies Status](https://david-dm.org/alanorth/hugo-theme-bootstrap4-blog/dev-status.svg)](https://david-dm.org/alanorth/hugo-theme-bootstrap4-blog?type=dev)
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