diff --git a/README.zh-cn.md b/README.zh-cn.md index 972b5854..8d33a911 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -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) diff --git a/docs b/docs index f2d1caa1..75d7b45c 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit f2d1caa1f397bf71b641b669c5643571e658e11f +Subproject commit 75d7b45c84d38f50c31f491119d9cca81988d17f diff --git a/package.json b/package.json index d9720644..61cb3902 100644 --- a/package.json +++ b/package.json @@ -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" + } }