mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2025-05-17 17:41:54 +02:00
First commit with initial theme
Some file are empty (created by `hugo new theme`), but I've left them for reference later.
This commit is contained in:
25
package.json
Normal file
25
package.json
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "hugo-theme-bootstrap4",
|
||||
"version": "0.0.1",
|
||||
"description": "A Bootstrap v4 theme for the Hugo static site generator.",
|
||||
"private": "true",
|
||||
"scripts": {
|
||||
"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": "npm run build:css & npm run build:js"
|
||||
},
|
||||
"keywords": "hugo",
|
||||
"author": "Alan Orth",
|
||||
"license": "GPL-3.0",
|
||||
"engines": {
|
||||
"node": "4.5.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"bootstrap": "4.0.0-alpha.3",
|
||||
"jquery": "3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"clean-css": "^3.4.19",
|
||||
"node-sass": "^3.8.0"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user