diff --git a/.domains b/.domains
new file mode 100644
index 0000000..c5c1b5d
--- /dev/null
+++ b/.domains
@@ -0,0 +1,3 @@
+duckquill.daudix.one
+duckquill.daudix.codeberg.page
+pages.duckquill.daudix.codeberg.page
diff --git a/README.md b/README.md
index b50e058..1f003de 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
[](https://mit-license.org)
[](https://ci.codeberg.org/repos/13032)
-# [Duckquill](https://daudix.codeberg.page/duckquill/)
+# [Duckquill](https://duckquill.daudix.one)
Duckquill is a modern, pretty, and clean (and opinionated) [Zola](https://www.getzola.org) theme that has the purpose of greatly simplifying the process of rolling up your blog. It aims to provide all the needed options for comfortable writing, keeping the balance of it being simple.
@@ -10,7 +10,7 @@ Duckquill is a modern, pretty, and clean (and opinionated) [Zola](https://www.ge
## Docs
-Docs are provided in form of a [live demo](https://daudix.codeberg.page/duckquill).
+Docs are provided in form of a [live demo](https://duckquill.daudix.one).
## Know your rights
diff --git a/config.toml b/config.toml
index e8855d6..406a1ff 100644
--- a/config.toml
+++ b/config.toml
@@ -1,5 +1,5 @@
title = "Duckquill"
-base_url = "https://daudix.codeberg.page/duckquill"
+base_url = "https://duckquill.daudix.one"
description = "Modern, pretty, and clean theme."
compile_sass = true
diff --git a/content/_index.md b/content/_index.md
index 414ee73..d81d296 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -26,7 +26,7 @@ Edit a bit of metadata and tweak some of the included graphics and have a blog u
- Twitter, Mastodon and other social media meta cards for easy sharing. Try [Share Preview](https://apps.gnome.org/SharePreview/) to test.
- [Mastodon-powered comments](https://carlschwan.eu/2020/12/29/adding-comments-to-your-static-blog-with-mastodon/); comment using compatible ActivityPub server by replying to a Mastodon post.
-> Duckquill is made based on needs of [my website](https://daudix.codeberg.page), if you need some feature/configuration that doesn't exist feel free to open an issue or better yet, pull request!
+> Duckquill is made based on needs of [my website](https://daudix.one), if you need some feature/configuration that doesn't exist feel free to open an issue or better yet, pull request!
## Installation
@@ -139,7 +139,7 @@ Files named `favicon.png` and `apple-touch-icon.png` are used as favicon and app
- [alavi.me](https://alavi.me)
- [bano.dev](https://bano.dev)
- [blog.pansi21.xyz](https://blog.pansi21.xyz)
-- [daudix.codeberg.page](https://daudix.codeberg.page) (obviously)
+- [daudix.one](https://daudix.one) (obviously)
- [daveparr.info](https://www.daveparr.info)
- [digital-horror.com](https://digital-horror.com)
- [enriquekesslerm.com](https://enriquekesslerm.com)
@@ -163,7 +163,7 @@ Files named `favicon.png` and `apple-touch-icon.png` are used as favicon and app
- [treeniks.github.io](https://treeniks.github.io)
- [vikramxd.github.io](https://vikramxd.github.io)
- [zorrn.net](https://www.zorrn.net)
-- Yours? (feel free to [contact me](https://daudix.codeberg.page/find/#contacts) or send a pull request)
+- Yours? (feel free to [contact me](https://daudix.one/find/#contacts) or send a pull request)
diff --git a/sass/style.scss b/sass/style.scss
index f1b714d..c3d5afc 100644
--- a/sass/style.scss
+++ b/sass/style.scss
@@ -1,5 +1,5 @@
/*!
- * Duckquill v3.1.0 (https://daudix.codeberg.page/duckquill)
+ * Duckquill v3.1.0 (https://duckquill.daudix.one)
* Copyright 2024 David "Daudix" Lapshin
* Licensed under MIT (https://codeberg.org/daudix/duckquill/src/branch/main/LICENSE)
*/
diff --git a/templates/partials/footer.html b/templates/partials/footer.html
index 53ad51e..1ebd3c0 100644
--- a/templates/partials/footer.html
+++ b/templates/partials/footer.html
@@ -40,7 +40,7 @@
{%- if config.extra.footer.show_powered_by %}
- {{ macros_translate::translate(key="powered_by", default="Powered by", language_strings=language_strings) }} Zola {{ macros_translate::translate(key="powered_by_and", default="and", language_strings=language_strings) }} Duckquill + {{ macros_translate::translate(key="powered_by", default="Powered by", language_strings=language_strings) }} Zola {{ macros_translate::translate(key="powered_by_and", default="and", language_strings=language_strings) }} Duckquill
{%- endif %} diff --git a/theme.toml b/theme.toml index c07ff9a..147bc61 100644 --- a/theme.toml +++ b/theme.toml @@ -3,7 +3,7 @@ description = "Modern, pretty, and clean theme" license = "MIT" homepage = "https://codeberg.org/daudix/duckquill" min_version = "0.17.2" -demo = "https://daudix.codeberg.page/duckquill" +demo = "https://duckquill.daudix.one" [extra] primary_color = "#9a9996" @@ -11,4 +11,4 @@ primary_color_alpha = "rgba(154, 153, 150, 0.2)" [author] name = "David Lapshin" -homepage = "https://daudix.codeberg.page" +homepage = "https://daudix.one"