mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
📝 Docs: update docs
This commit is contained in:
+2
-2
@@ -33,7 +33,7 @@ FixIt 主题继承了这些主题的优秀功能,并在此基础上添加了
|
|||||||
|
|
||||||
如果你现在正在使用 LoveIt 主题(或者一些其他的主题),你可以很容易地迁移至 FixIt。
|
如果你现在正在使用 LoveIt 主题(或者一些其他的主题),你可以很容易地迁移至 FixIt。
|
||||||
|
|
||||||
你可以将这个主题仓库添加为你的网站目录的子模块。或者,您可以通过 [其他方式](https://fixit.lruihao.cn/zh-cn/documentation/basics/#install-theme) 安装主题。
|
你可以将这个主题仓库添加为你的网站目录的子模块。或者,你可以通过 [其他方式](https://fixit.lruihao.cn/zh-cn/documentation/basics/#install-theme) 安装主题。
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git submodule add https://github.com/hugo-fixit/FixIt.git themes/FixIt
|
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)。
|
确保在贡献和参与讨论时遵守 [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md)。
|
||||||
|
|
||||||
**贡献时,请先通过此存储库上的问题讨论您希望进行的更改,然后再进行实际更改**。
|
**贡献时,请先通过此存储库上的问题讨论你希望进行的更改,然后再进行实际更改**。
|
||||||
|
|
||||||
## [所有贡献者](contributors.md)
|
## [所有贡献者](contributors.md)
|
||||||
|
|
||||||
|
|||||||
+1
-1
Submodule docs updated: f2d1caa1f3...75d7b45c84
+20
-20
@@ -1,33 +1,33 @@
|
|||||||
{
|
{
|
||||||
"name": "fixit-src",
|
"name": "fixit-src",
|
||||||
"version": "0.2.18",
|
"version": "0.2.18",
|
||||||
"description": "FixIt theme source files",
|
|
||||||
"private": true,
|
"private": true,
|
||||||
"devDependencies": {
|
"description": "FixIt theme source files",
|
||||||
"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"
|
|
||||||
},
|
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"hugo",
|
"hugo",
|
||||||
"theme",
|
"theme",
|
||||||
"fixit"
|
"fixit"
|
||||||
],
|
],
|
||||||
"author": "Lruihao (https://lruihao.cn)",
|
"homepage": "https://github.com/hugo-fixit/FixIt#readme",
|
||||||
"license": "MIT",
|
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/hugo-fixit/FixIt/issues"
|
"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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user