Files
FixIt/package.json
T
2024-01-11 14:40:18 +08:00

29 lines
891 B
JSON

{
"name": "fixit-src",
"version": "0.3.1",
"private": true,
"description": "FixIt theme source files",
"keywords": [
"hugo",
"theme",
"fixit"
],
"homepage": "https://github.com/hugo-fixit/FixIt#readme",
"bugs": {
"url": "https://github.com/hugo-fixit/FixIt/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hugo-fixit/FixIt.git"
},
"license": "MIT",
"author": "Lruihao (https://lruihao.cn)",
"scripts": {
"build": "hugo -v --source=demo --gc --minify",
"server": "hugo server --source=demo -D --disableFastRender --navigateToChanged --ignoreCache --bind 0.0.0.0",
"server:production": "npm run server -- -e production",
"version": "sed -i '' \"s/v$npm_package_version-RC/v$npm_package_version/g\" layouts/partials/init/index.html && git add .",
"postversion": "git push && git push --tags"
}
}