From 4eed37fc2cd88f68a981b308385f872472ec0731 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Mon, 2 Dec 2024 23:28:59 +0000 Subject: [PATCH] update docs to new config.zip --- README.md | 4 ++-- README.zh-cn.md | 4 ++-- exampleSite/content/docs/installation/index.ja.md | 2 +- exampleSite/content/docs/installation/index.md | 2 +- exampleSite/content/docs/installation/index.zh-cn.md | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ddb6e961..6c6359fa 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ blowfish-tools new mynewsite 3. In the root folder of your website, delete the `config.toml` file that was generated by Hugo. Copy the `*.toml` config files from the theme into your `config/_default/` folder. - You will find these theme config files in the Hugo cache directory, or [download a copy](https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/nunocoracao/blowfish/tree/main/config/_default) from GitHub. + You will find these theme config files in the Hugo cache directory, or [download a copy](https://github.com/nunocoracao/blowfish/releases/latest/download/config-default.zip) from GitHub. 4. Follow the [Getting Started](https://blowfish.page/docs/getting-started/) instructions to configure your website. @@ -146,7 +146,7 @@ blowfish-tools new mynewsite > **Note:** Do not overwrite the `module.toml` file you created above! - You will find these theme config files in the Hugo cache directory, or [download a copy](https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/nunocoracao/blowfish/tree/main/config/_default) from GitHub. + You will find these theme config files in the Hugo cache directory, or [download a copy](https://github.com/nunocoracao/blowfish/releases/latest/download/config-default.zip) from GitHub. 5. Follow the [Getting Started](https://blowfish.page/docs/getting-started/) instructions to configure your website. diff --git a/README.zh-cn.md b/README.zh-cn.md index 6e965df1..e3e5619d 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -116,7 +116,7 @@ blowfish-tools new mynewsite 3. 在你网站的根目录中删除由 Hugo 自动生成的 `config.toml`文件,并把主题文件夹中的`*.toml`配置文件复制到你的 `config/_default/`文件夹中 - 你可在 Hugo 缓存目录中找到主题配置文件,或者也可以从[这里](https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/nunocoracao/blowfish/tree/main/config/_default)下载一份。 + 你可在 Hugo 缓存目录中找到主题配置文件,或者也可以从[这里](https://github.com/nunocoracao/blowfish/releases/latest/download/config-default.zip)下载一份。 4. 按照[入门指南](https://blowfish.page/zh-cn/docs/getting-started/)来配置你的网站 @@ -143,7 +143,7 @@ blowfish-tools new mynewsite > **注** 不要覆盖之前的 `module.toml` ! - 你可在 Hugo 缓存目录中找到主题配置文件,或者也可以从[这里](https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/nunocoracao/blowfish/tree/main/config/_default)下载一份。 + 你可在 Hugo 缓存目录中找到主题配置文件,或者也可以从[这里](https://github.com/nunocoracao/blowfish/releases/latest/download/config-default.zip)下载一份。 5. 按照[入门指南](https://blowfish.page/zh-cn/docs/getting-started/)来配置你的网站 diff --git a/exampleSite/content/docs/installation/index.ja.md b/exampleSite/content/docs/installation/index.ja.md index 475197b8..e7ee0375 100644 --- a/exampleSite/content/docs/installation/index.ja.md +++ b/exampleSite/content/docs/installation/index.ja.md @@ -137,7 +137,7 @@ In the root folder of your website, delete the `hugo.toml` file that was generat Depending on how you installed the theme you will find the theme config files in different places: -- **Hugo Modules:** In the Hugo cache directory, or [download a copy](https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/nunocoracao/blowfish/tree/main/config/_default) from GitHub +- **Hugo Modules:** In the Hugo cache directory, or [download a copy](https://github.com/nunocoracao/blowfish/releases/latest/download/config-default.zip) from GitHub - **Git submodule or Manual install:** `themes/blowfish/config/_default` Once you've copied the files, your config folder should look like this: diff --git a/exampleSite/content/docs/installation/index.md b/exampleSite/content/docs/installation/index.md index 475197b8..e7ee0375 100644 --- a/exampleSite/content/docs/installation/index.md +++ b/exampleSite/content/docs/installation/index.md @@ -137,7 +137,7 @@ In the root folder of your website, delete the `hugo.toml` file that was generat Depending on how you installed the theme you will find the theme config files in different places: -- **Hugo Modules:** In the Hugo cache directory, or [download a copy](https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/nunocoracao/blowfish/tree/main/config/_default) from GitHub +- **Hugo Modules:** In the Hugo cache directory, or [download a copy](https://github.com/nunocoracao/blowfish/releases/latest/download/config-default.zip) from GitHub - **Git submodule or Manual install:** `themes/blowfish/config/_default` Once you've copied the files, your config folder should look like this: diff --git a/exampleSite/content/docs/installation/index.zh-cn.md b/exampleSite/content/docs/installation/index.zh-cn.md index 0f9d1c47..8cf1c663 100644 --- a/exampleSite/content/docs/installation/index.zh-cn.md +++ b/exampleSite/content/docs/installation/index.zh-cn.md @@ -136,7 +136,7 @@ git submodule add -b main https://github.com/nunocoracao/blowfish.git themes/blo 根据你安装主题的不同方式,你可以在以下地方找到主题的配置文件: -- **Hugo 模块:** 在 Hugo 的缓存目录, 或者从 Github [下载副本](https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/nunocoracao/blowfish/tree/main/config/_default) from GitHub +- **Hugo 模块:** 在 Hugo 的缓存目录, 或者从 Github [下载副本](https://github.com/nunocoracao/blowfish/releases/latest/download/config-default.zip) from GitHub - **Git 子模块 或 本地复制文件:** `themes/blowfish/config/_default` 一旦你复制了这些文件,你的 config 目录看起来应该是这样: