From d42c67b731fdd6be1e28d25d012764728b72255c Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 22 Jan 2017 13:59:02 +0200 Subject: [PATCH] README.md: Add devDependencies badge From David, which watches your dependencies and generates a badge to show their status. See: https://david-dm.org/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d53cab5..c28e1d5 100644 --- a/README.md +++ b/README.md @@ -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