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

package.json: Add git repository

This commit is contained in:
Alan Orth 2016-08-28 20:54:53 +03:00
parent 2f5826a5bf
commit 9d800f41c8
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -2,7 +2,10 @@
"name": "hugo-theme-bootstrap4", "name": "hugo-theme-bootstrap4",
"version": "0.0.1", "version": "0.0.1",
"description": "A Bootstrap v4 theme for the Hugo static site generator.", "description": "A Bootstrap v4 theme for the Hugo static site generator.",
"private": "true", "repository" :
{ "type" : "git"
, "url" : "https://github.com/alanorth/hugo-theme-bootstrap4.git"
},
"scripts": { "scripts": {
"build:css": "node-sass --output-style compressed source/scss/style.scss | cleancss > static/css/style.css", "build:css": "node-sass --output-style compressed source/scss/style.scss | cleancss > static/css/style.css",
"build:js": "cp node_modules/bootstrap/dist/js/bootstrap.min.js node_modules/jquery/dist/jquery.min.js static/js", "build:js": "cp node_modules/bootstrap/dist/js/bootstrap.min.js node_modules/jquery/dist/jquery.min.js static/js",