diff --git a/README.md b/README.md index a9212b68..c622b1dd 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Use one of these templates: ## [Documentation](https://fixit.lruihao.cn/categories/documentation/) -Head to this [documentation page](https://fixit.lruihao.cn/theme-documentation-basics/) for a complete guidence to get started with the FixIt theme. +Head to this [documentation page](https://fixit.lruihao.cn/documentation/basics/) for a complete guidence to get started with the FixIt theme. Or run [Documentation Site](https://fixit.lruihao.cn) locally, see more details from [Contributing](#contributing). @@ -35,7 +35,7 @@ In addition, there is the [FixIt wiki](https://github.com/hugo-fixit/FixIt/wiki) If you are currently using the LoveIt theme (or some other themes), it is very easy to migrate to FixIt. -You can add this repo as a submodule of your site directory. Alternatively, you can [install the theme](https://fixit.lruihao.cn/theme-documentation-basics/#install-theme) in other ways. +You can add this repo as a submodule of your site directory. Alternatively, you can [install the theme](https://fixit.lruihao.cn/documentation/basics/#install-theme) in other ways. ```bash git submodule add https://github.com/hugo-fixit/FixIt.git themes/FixIt @@ -159,7 +159,7 @@ FixIt supports the following languages: * Vietnamese * [Contribute with a new language](https://github.com/hugo-fixit/FixIt/pulls) -[Languages Compatibility](https://fixit.lruihao.cn/theme-documentation-basics/#language-compatibility) +[Languages Compatibility](https://fixit.lruihao.cn/documentation/basics/#language-compatibility) ## [Roadmap](https://github.com/hugo-fixit/FixIt/projects/1) diff --git a/archetypes/post-bundle/index.md b/archetypes/post-bundle/index.md index 45fe31c6..dbb4eead 100644 --- a/archetypes/post-bundle/index.md +++ b/archetypes/post-bundle/index.md @@ -34,7 +34,7 @@ repost: enable: true url: -# See details front matter: https://fixit.lruihao.cn/theme-documentation-content/#front-matter +# See details front matter: https://fixit.lruihao.cn/documentation/content/#front-matter --- \ No newline at end of file diff --git a/archetypes/posts.md b/archetypes/posts.md index 153066f2..6944a9f3 100644 --- a/archetypes/posts.md +++ b/archetypes/posts.md @@ -34,7 +34,7 @@ repost: enable: true url: -# See details front matter: https://fixit.lruihao.cn/theme-documentation-content/#front-matter +# See details front matter: https://fixit.lruihao.cn/documentation/content/#front-matter --- diff --git a/config.toml b/config.toml index b398aa4a..72b8000c 100644 --- a/config.toml +++ b/config.toml @@ -5,7 +5,7 @@ # ------------------------------------------------------------------------------------- # Menu Configuration -# See: https://fixit.lruihao.cn/theme-documentation-basics/#menu-advanced-configuration +# See: https://fixit.lruihao.cn/documentation/basics/#menu-advanced-configuration # ------------------------------------------------------------------------------------- [menu] @@ -53,7 +53,7 @@ # ------------------------------------------------------------------------------------- # Theme Core Configuration -# See: https://fixit.lruihao.cn/theme-documentation-basics/#site-configuration +# See: https://fixit.lruihao.cn/documentation/basics/#site-configuration # ------------------------------------------------------------------------------------- [params] diff --git a/docs b/docs index 58c46249..e4c46f0e 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 58c462496ac9bc30c8917a7e8bc3bd1d796f88e4 +Subproject commit e4c46f0e5ef9f62526ca228c6e1a229250be15a9 diff --git a/i18n/en.toml b/i18n/en.toml index 0b93a173..ca741dbd 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -3,7 +3,7 @@ # === init === [init] -configurationError = "Configuration Error\nYou haven't configured the FixIt version param correctly yet. See https://fixit.lruihao.cn/theme-documentation-basics/#basic-configuration" +configurationError = "Configuration Error\nYou haven't configured the FixIt version param correctly yet. See https://fixit.lruihao.cn/documentation/basics/#basic-configuration" compatibilityError = "Compatibility Error ({{ .From }} -> {{ .To }}):\nYou have an incompatible update. See https://github.com/hugo-fixit/FixIt/releases" RCVersionWarn = "You are using a development version of FixIt. Please consider using a stable version.\nSee https://github.com/hugo-fixit/FixIt/releases" devEnvWarn = "Current environment is \"development\". The \"comment system\", \"CDN\" and \"fingerprint\" will be disabled." diff --git a/i18n/fr.toml b/i18n/fr.toml index fb3821ff..fec070c5 100644 --- a/i18n/fr.toml +++ b/i18n/fr.toml @@ -4,7 +4,7 @@ # === init === [init] -configurationError = "Erreur de configuration\nVous n'avez pas configuré la version de FixIt correctement. Voir https://fixit.lruihao.cn/theme-documentation-basics/#basic-configuration" +configurationError = "Erreur de configuration\nVous n'avez pas configuré la version de FixIt correctement. Voir https://fixit.lruihao.cn/documentation/basics/#basic-configuration" compatibilityError = "Erreur de compatibilité ({{ .From }} -> {{ .To }}):\nVous avez une mise à jour incompatible. Voir https://github.com/hugo-fixit/FixIt/releases" RCVersionWarn = "Vous utilisez une version de développement de FixIt. Veuillez considérer l'utilisation d'une version stable.\nVoir https://github.com/hugo-fixit/FixIt/releases" devEnvWarn = "L'environnement actuel est \"développement\". Le \"système de commentaires\", le \"CDN\" et la \"prise d'empreinte\" seront désactivés."