first hugo commit
This commit is contained in:
parent
dabdd68df3
commit
0e4f2a913d
1459 changed files with 50871 additions and 0 deletions
13
themes/nederburg/package.json
Normal file
13
themes/nederburg/package.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"scripts": {
|
||||
"build-css": "node-sass --include-path node_modules/bootstrap-sass/assets/stylesheets static/scss/main.scss static/css/style.default.css",
|
||||
"watch-css": "nodemon -e scss -x \"npm run build-css\""
|
||||
},
|
||||
"dependencies": {
|
||||
"node-sass": "^4.5.0",
|
||||
"sass": "^0.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"bootstrap-sass": "^3.3.7"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue