diff --git a/README.md b/README.md index d67d251d..fe116b3e 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ Blowfish is designed to be a powerful, lightweight theme for [Hugo](https://gohugo.io). It's built using Tailwind CSS with a clean and minimalist design that prioritises to your content. The theme is a fork of [Congo](https://github.com/jpanther/congo). -🌏 [Demo site](https://nunocoracao.github.io/blowfish/) -📑 [Theme documentation](https://nunocoracao.github.io/blowfish/docs/) +🌏 [Demo site](https://blowfish.page/) +📑 [Theme documentation](https://blowfish.page/docs/) 💎 [Merch Store](http://tee.pub/lic/qwSlWVBL5zc) 🐛 [Bug reports & issues](https://github.com/nunocoracao/blowfish/issues) 💡 [Questions & feature requests](https://github.com/nunocoracao/blowfish/discussions) @@ -54,7 +54,7 @@ Blowfish is designed to be a powerful, lightweight theme for [Hugo](https://gohu ## Documentation -Blowfish has [extensive documentation](https://nunocoracao.github.io/blowfish/docs/) that covers all aspects of the theme. Be sure to [read the docs](https://nunocoracao.github.io/blowfish/docs/) to learn more about how to use the theme and its features. +Blowfish has [extensive documentation](https://blowfish.page/docs/) that covers all aspects of the theme. Be sure to [read the docs](https://blowfish.page/docs/) to learn more about how to use the theme and its features. --- @@ -62,7 +62,7 @@ Blowfish has [extensive documentation](https://nunocoracao.github.io/blowfish/do Blowfish supports several installation methods - as a git submodule, a Hugo Module, or as a completely manual install. -Detailed instructions for each method can be found in the [Installation](https://nunocoracao.github.io/blowfish/docs/installation) docs. You should consult the documentation for the simplest setup experience. Below is a quick start guide using submodules if you are using git, or Hugo modules if you're already confident installing Hugo themes. +Detailed instructions for each method can be found in the [Installation](https://blowfish.page/docs/installation) docs. You should consult the documentation for the simplest setup experience. Below is a quick start guide using submodules if you are using git, or Hugo modules if you're already confident installing Hugo themes. ### Quick start using git submodules @@ -84,7 +84,7 @@ Detailed instructions for each method can be found in the [Installation](https:/ 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. -4. Follow the [Getting Started](https://nunocoracao.github.io/blowfish/docs/getting-started/) instructions to configure your website. +4. Follow the [Getting Started](https://blowfish.page/docs/getting-started/) instructions to configure your website. ### Quick start using Hugo @@ -111,13 +111,13 @@ Detailed instructions for each method can be found in the [Installation](https:/ 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. -5. Follow the [Getting Started](https://nunocoracao.github.io/blowfish/docs/getting-started/) instructions to configure your website. +5. Follow the [Getting Started](https://blowfish.page/docs/getting-started/) instructions to configure your website. ### Installing theme updates As new releases are posted, you can update the theme using Hugo. Simply run `hugo mod get -u` from your project directory and the theme will automatically update to the latest release. -Detailed [update instructions](https://nunocoracao.github.io/blowfish/docs/installation/#installing-updates) are available in the docs. +Detailed [update instructions](https://blowfish.page/docs/installation/#installing-updates) are available in the docs. --- diff --git a/config/_default/config.toml b/config/_default/config.toml index f5c99177..2dc53ad0 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -1,6 +1,6 @@ # -- Site Configuration -- # Refer to the theme docs for more details about each of these parameters. -# https://nunocoracao.github.io/blowfish/docs/getting-started/ +# https://blowfish.page/docs/getting-started/ # theme = "blowfish" # baseURL = "https://your_domain.com/" diff --git a/config/_default/params.toml b/config/_default/params.toml index bfb00e4c..c5d2631c 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -3,7 +3,7 @@ # customise the display of your website. # # Refer to the theme docs for more details about each of these parameters. -# https://nunocoracao.github.io/blowfish/docs/configuration/#theme-parameters +# https://blowfish.page/docs/configuration/#theme-parameters colorScheme = "blowfish" defaultAppearance = "light" # valid options: light or dark diff --git a/exampleSite/config/_default/config.toml b/exampleSite/config/_default/config.toml index a933db89..60ede32e 100644 --- a/exampleSite/config/_default/config.toml +++ b/exampleSite/config/_default/config.toml @@ -1,6 +1,6 @@ # -- Site Configuration -- # Refer to the theme docs for more details about each of these parameters. -# https://nunocoracao.github.io/blowfish/docs/getting-started/ +# https://blowfish.page/docs/getting-started/ theme = "blowfish" baseURL = "https://nunocoracao.github.io/blowfish" diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml index 7ee00ef9..bb020ed7 100644 --- a/exampleSite/config/_default/params.toml +++ b/exampleSite/config/_default/params.toml @@ -3,7 +3,7 @@ # customise the display of your website. # # Refer to the theme docs for more details about each of these parameters. -# https://nunocoracao.github.io/blowfish/docs/configuration/#theme-parameters +# https://blowfish.page/docs/configuration/#theme-parameters colorScheme = "blowfish" defaultAppearance = "dark" # valid options: light or dark diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 5faf0cda..2d572f91 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -36,7 +36,7 @@ href="https://gohugo.io/" target="_blank" rel="noopener noreferrer">Hugo` }} {{ $blowfish := printf `Blowfish` }} + href="https://blowfish.page/" target="_blank" rel="noopener noreferrer">Blowfish` }} {{ i18n "footer.powered_by" (dict "Hugo" $hugo "Theme" $blowfish) | safeHTML }}

{{ end }} diff --git a/theme.toml b/theme.toml index 0229465e..9c6f4694 100644 --- a/theme.toml +++ b/theme.toml @@ -6,7 +6,7 @@ licenselink = "https://github.com/nunocoracao/blowfish/blob/main/LICENSE" description = "A powerful, lightweight theme for Hugo built with Tailwind CSS." homepage = "https://github.com/nunocoracao/blowfish/" -demosite = "https://nunocoracao.github.io/blowfish/" +demosite = "https://blowfish.page/" tags = ["blog", "minimal", "responsive", "dark mode", "dark", "light", "tailwind", "personal"] features = ["syntax highlighting", "dark mode", "emoji", "firebase", "views"]