mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"name": "fixit-src",
|
|
"version": "0.2.18",
|
|
"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": {
|
|
"algolia": "atomic-algolia",
|
|
"build": "hugo -v --source=docs --gc --minify",
|
|
"server": "hugo server --source=docs -D --disableFastRender --navigateToChanged --ignoreCache --bind 0.0.0.0",
|
|
"server:production": "npm run server -- -e production",
|
|
"update:docs": "git submodule update --remote --merge && git add docs && git commit -m ':memo: Docs: update theme docs'",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"atomic-algolia": "^0.3.19"
|
|
}
|
|
}
|