Cataloguer/package.json

10 lines
306 B
JSON
Raw Normal View History

2023-02-17 20:22:36 +00:00
{
"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"
}
}