From 04e5bc56de3ecae1dcf78fad1f6dc96c6b1c817f Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 24 Jan 2017 12:39:59 +0200 Subject: [PATCH] README.md: Remove npm packages badge The image seems to be broken any time I look at it on the GitHub repository page despite being fine if you click it and view the original on david-dm.org. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e22eb19..e914a56 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,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) [![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) +## 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