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 目录看起来应该是这样: diff --git a/package.json b/package.json index 9c39c182..b1dff039 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hugo-blowfish-theme", - "version": "2.80.0", + "version": "2.81.0", "description": "Blowfish theme for Hugo.", "scripts": { "postinstall": "vendor-copy",