hugo-academic-mirror/test/package.json
George Cushen 9b2e271c7c fix: links
2023-11-07 23:09:38 +00:00

16 lines
520 B
JSON

{
"name": "hugo-blox-test",
"version": "0.0.1",
"description": "Hugo Blox Test Build",
"main": "",
"repository": "https://github.com/HugoBlox/hugo-blox-builder",
"author": "George Cushen",
"license": "MIT",
"private": true,
"scripts": {
"view": "hugo server --port 8080 --bind 0.0.0.0",
"build": "hugo --minify --cleanDestinationDir --gc --templateMetrics --templateMetricsHints",
"cms": "(trap 'kill 0' SIGINT; npx netlify-cms-proxy-server & hugo server --port 8080 --bind 0.0.0.0)"
}
}