chore: add build scripts
This commit is contained in:
parent
2a4d7b6955
commit
72f4008687
|
@ -0,0 +1 @@
|
|||
node_modules
|
|
@ -4,7 +4,8 @@
|
|||
"description": "",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"dev": "hugo server -D --disableFastRender --source=exampleSite --themesDir=../.. --theme=holy"
|
||||
"dev": "hugo server -D --disableFastRender --source=exampleSite --themesDir=../.. --theme=holy",
|
||||
"build": "hugo --source=exampleSite --themesDir=../.. --theme=holy"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in New Issue