mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-11-16 01:07:03 +01:00
Alan Orth
b1db1f9637
This reflects the target usage better, and pays homage to the fact that it was based on the Bootstrap v4 Alpha blogging example: http://v4-alpha.getbootstrap.com/examples/blog/
23 lines
692 B
JSON
23 lines
692 B
JSON
{
|
|
"name": "hugo-theme-bootstrap4-blog",
|
|
"version": "0.0.1",
|
|
"description": "A Bootstrap v4 theme for the Hugo static site generator.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/alanorth/hugo-theme-bootstrap4-blog.git"
|
|
},
|
|
"scripts": {
|
|
"build:css": "node-sass --output-style compressed source/scss/style.scss static/css/style.css",
|
|
"build:fonts": "cp node_modules/font-awesome/fonts/* static/fonts",
|
|
"build": "npm run build:css && npm run build:fonts"
|
|
},
|
|
"keywords": "hugo",
|
|
"author": "Alan Orth",
|
|
"license": "GPL-3.0",
|
|
"devDependencies": {
|
|
"bootstrap": "4.0.0-alpha.4",
|
|
"font-awesome": "4.6.3",
|
|
"node-sass": "3.10.0"
|
|
}
|
|
}
|