Add package.json
This commit is contained in:
parent
ddf348c250
commit
b84846d1a6
1 changed files with 9 additions and 0 deletions
9
package.json
Normal file
9
package.json
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"name": "catalogue.bengoldsworthy.net",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "Ben Goldsworthy's media cataloguing site.",
|
||||||
|
"scripts": {
|
||||||
|
"build": "rm -rf ./public/ && snap run hugo -v --templateMetrics --templateMetricsHints",
|
||||||
|
"deploy": "rsync -rP ./public/ ovhvps:~/catalogue/content"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue