forked from tsc-vfl/hugo-page
Add NPM-based installation routines
This commit is contained in:
parent
25b0477c05
commit
75995e2128
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/public/
|
/public/
|
||||||
/.hugo_build.lock
|
/.hugo_build.lock
|
||||||
/resources/_gen/
|
/resources/_gen/
|
||||||
|
/node_modules/
|
||||||
|
2554
package-lock.json
generated
Normal file
2554
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
19
package.json
Normal file
19
package.json
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"name": "hugo-page",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "",
|
||||||
|
"main": "index.js",
|
||||||
|
"scripts": {
|
||||||
|
"server": "hugo-extended server --bind 0.0.0.0",
|
||||||
|
"build": "hugo-extended --minify"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "ssh://git@git.christian-wolf.click:26/tsc-vfl/hugo-page.git"
|
||||||
|
},
|
||||||
|
"author": "Christian Wolf",
|
||||||
|
"license": "ISC",
|
||||||
|
"devDependencies": {
|
||||||
|
"hugo-extended": "^0.121.2"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user