From 93d5dfbe87b88f336ae2fbd8fc3421a53628754c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Fri, 10 Jan 2025 22:34:01 +0000 Subject: [PATCH] corrected documentation links --- exampleSite/content/docs/installation/index.it.md | 2 +- exampleSite/content/guides/202310-blowfish-tutorial/index.it.md | 2 +- exampleSite/content/guides/202310-blowfish-tutorial/index.ja.md | 2 +- exampleSite/content/guides/202310-blowfish-tutorial/index.md | 2 +- .../content/guides/202310-blowfish-tutorial/index.zh-cn.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/exampleSite/content/docs/installation/index.it.md b/exampleSite/content/docs/installation/index.it.md index 7fbfa620..56aaa055 100644 --- a/exampleSite/content/docs/installation/index.it.md +++ b/exampleSite/content/docs/installation/index.it.md @@ -136,7 +136,7 @@ Nella cartella principale del tuo sito web, elimina il file `hugo.toml` generato A seconda di come hai installato il tema, troverai i file di configurazione del tema in posti diversi: -- **Hugo modules:** Nella directory della cache di Hugo o [scarica una copia](https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/nunocoracao/blowfish/ tree/main/config/_default) da GitHub +- **Hugo modules:** Nella directory della cache di Hugo o [scarica una copia](https://github.com/nunocoracao/blowfish/releases/latest/download/config-default.zip tree/main/config/_default) da GitHub - **Git submodule o installazione manuale:** `themes/blowfish/config/_default` Una volta che hai copiato i file, la tua cartella delle configurazioni dovrebbe essere cosi: diff --git a/exampleSite/content/guides/202310-blowfish-tutorial/index.it.md b/exampleSite/content/guides/202310-blowfish-tutorial/index.it.md index 8a6601bd..1689ca7a 100644 --- a/exampleSite/content/guides/202310-blowfish-tutorial/index.it.md +++ b/exampleSite/content/guides/202310-blowfish-tutorial/index.it.md @@ -113,7 +113,7 @@ Next step, let's install Blowfish using `git submodules` which will make it easi git submodule add -b main https://github.com/nunocoracao/blowfish.git themes/blowfish ``` -Next, create the following folder structure at the root of your code directory - `config/_default/`. Now you will need to download [these files](https://minhaskamal.github.io/DownGit/#/home?url=https:%2F%2Fgithub.com%2Fnunocoracao%2Fblowfish%2Ftree%2Fmain%2Fconfig%2F%5C_default) and place them in _\_default_ folder you just created. The final structure should look something like this. +Next, create the following folder structure at the root of your code directory - `config/_default/`. Now you will need to download [these files](https://github.com/nunocoracao/blowfish/releases/latest/download/config-default.zip) and place them in _\_default_ folder you just created. The final structure should look something like this. ```md config/_default/ diff --git a/exampleSite/content/guides/202310-blowfish-tutorial/index.ja.md b/exampleSite/content/guides/202310-blowfish-tutorial/index.ja.md index 8a6601bd..1689ca7a 100644 --- a/exampleSite/content/guides/202310-blowfish-tutorial/index.ja.md +++ b/exampleSite/content/guides/202310-blowfish-tutorial/index.ja.md @@ -113,7 +113,7 @@ Next step, let's install Blowfish using `git submodules` which will make it easi git submodule add -b main https://github.com/nunocoracao/blowfish.git themes/blowfish ``` -Next, create the following folder structure at the root of your code directory - `config/_default/`. Now you will need to download [these files](https://minhaskamal.github.io/DownGit/#/home?url=https:%2F%2Fgithub.com%2Fnunocoracao%2Fblowfish%2Ftree%2Fmain%2Fconfig%2F%5C_default) and place them in _\_default_ folder you just created. The final structure should look something like this. +Next, create the following folder structure at the root of your code directory - `config/_default/`. Now you will need to download [these files](https://github.com/nunocoracao/blowfish/releases/latest/download/config-default.zip) and place them in _\_default_ folder you just created. The final structure should look something like this. ```md config/_default/ diff --git a/exampleSite/content/guides/202310-blowfish-tutorial/index.md b/exampleSite/content/guides/202310-blowfish-tutorial/index.md index 8a6601bd..1689ca7a 100644 --- a/exampleSite/content/guides/202310-blowfish-tutorial/index.md +++ b/exampleSite/content/guides/202310-blowfish-tutorial/index.md @@ -113,7 +113,7 @@ Next step, let's install Blowfish using `git submodules` which will make it easi git submodule add -b main https://github.com/nunocoracao/blowfish.git themes/blowfish ``` -Next, create the following folder structure at the root of your code directory - `config/_default/`. Now you will need to download [these files](https://minhaskamal.github.io/DownGit/#/home?url=https:%2F%2Fgithub.com%2Fnunocoracao%2Fblowfish%2Ftree%2Fmain%2Fconfig%2F%5C_default) and place them in _\_default_ folder you just created. The final structure should look something like this. +Next, create the following folder structure at the root of your code directory - `config/_default/`. Now you will need to download [these files](https://github.com/nunocoracao/blowfish/releases/latest/download/config-default.zip) and place them in _\_default_ folder you just created. The final structure should look something like this. ```md config/_default/ diff --git a/exampleSite/content/guides/202310-blowfish-tutorial/index.zh-cn.md b/exampleSite/content/guides/202310-blowfish-tutorial/index.zh-cn.md index 107c1a74..f620d5e2 100644 --- a/exampleSite/content/guides/202310-blowfish-tutorial/index.zh-cn.md +++ b/exampleSite/content/guides/202310-blowfish-tutorial/index.zh-cn.md @@ -113,7 +113,7 @@ emmmm… 页面未找到404了,是吧? git submodule add -b main https://github.com/nunocoracao/blowfish.git themes/blowfish ``` -接下来,在你的代码根目录下创建 `config/_default/` 文件夹。现在你需要下载[这些文件](https://minhaskamal.github.io/DownGit/#/home?url=https:%2F%2Fgithub.com%2Fnunocoracao%2Fblowfish%2Ftree%2Fmain%2Fconfig%2F%5C_default),并把它们放在刚刚创建的 _\_default_ 文件夹内。最终的文件结构看起来应该是这样的。 +接下来,在你的代码根目录下创建 `config/_default/` 文件夹。现在你需要下载[这些文件](https://github.com/nunocoracao/blowfish/releases/latest/download/config-default.zip),并把它们放在刚刚创建的 _\_default_ 文件夹内。最终的文件结构看起来应该是这样的。 ```md config/_default/