📝 Docs: update docs

This commit is contained in:
Cell
2023-11-30 17:11:33 +08:00
parent 65875dec78
commit 7991f97e7a
3 changed files with 23 additions and 23 deletions
+2 -2
View File
@@ -33,7 +33,7 @@ FixIt 主题继承了这些主题的优秀功能,并在此基础上添加了
如果你现在正在使用 LoveIt 主题(或者一些其他的主题),你可以很容易地迁移至 FixIt。
你可以将这个主题仓库添加为你的网站目录的子模块。或者,可以通过 [其他方式](https://fixit.lruihao.cn/zh-cn/documentation/basics/#install-theme) 安装主题。
你可以将这个主题仓库添加为你的网站目录的子模块。或者,可以通过 [其他方式](https://fixit.lruihao.cn/zh-cn/documentation/basics/#install-theme) 安装主题。
```bash
git submodule add https://github.com/hugo-fixit/FixIt.git themes/FixIt
@@ -174,7 +174,7 @@ FixIt 支持下列语言:
确保在贡献和参与讨论时遵守 [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md)。
**贡献时,请先通过此存储库上的问题讨论希望进行的更改,然后再进行实际更改**
**贡献时,请先通过此存储库上的问题讨论希望进行的更改,然后再进行实际更改**
## [所有贡献者](contributors.md)
+1 -1
Submodule docs updated: f2d1caa1f3...75d7b45c84
+20 -20
View File
@@ -1,33 +1,33 @@
{
"name": "fixit-src",
"version": "0.2.18",
"description": "FixIt theme source files",
"private": true,
"devDependencies": {
"atomic-algolia": "^0.3.19"
},
"scripts": {
"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",
"algolia": "atomic-algolia",
"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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hugo-fixit/FixIt.git"
},
"description": "FixIt theme source files",
"keywords": [
"hugo",
"theme",
"fixit"
],
"author": "Lruihao (https://lruihao.cn)",
"license": "MIT",
"homepage": "https://github.com/hugo-fixit/FixIt#readme",
"bugs": {
"url": "https://github.com/hugo-fixit/FixIt/issues"
},
"homepage": "https://github.com/hugo-fixit/FixIt#readme"
"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"
}
}