diff --git a/README.md b/README.md index dbc8b0a..f035233 100644 --- a/README.md +++ b/README.md @@ -5,17 +5,15 @@ [Duckquill](https://git.exozy.me/daudix/duckquill) is a modern, pretty, and clean (and very 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. -[](https://duckquill.exozy.me) +[](https://daudix.codeberg.page/duckquill) ## Docs -See [duckquill.exozy.me](https://duckquill.exozy.me) for the docs. +See the [live demo](https://daudix.codeberg.page/duckquill) for the docs. ## Contribute -If you want to improve Duckquill in any way, feel free to open an issue, or even better, a pull request! I'm happy about every contribution! - -The main repo is https://git.exozy.me/daudix/duckquill, but since only exozy.me members can open issues and pull requests, there is two-way mirror at https://next.forgejo.org/daudix-UFO/duckquill, you can open issues and pull requests there just fine. +If you want to improve Duckquill in any way, feel free to open an issue, or better yet, a pull request! I appreciate every contribution! ## Credits diff --git a/config.toml b/config.toml index 7e0dc27..846a9bb 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ title = "Duckquill" -base_url = "https://duckquill.exozy.me" +base_url = "https://daudix.codeberg.page/duckquill" description = "Modern, pretty, and clean theme." compile_sass = true diff --git a/content/_index.md b/content/_index.md index 6f5b7ad..431139c 100644 --- a/content/_index.md +++ b/content/_index.md @@ -145,15 +145,13 @@ Set any color in `$primary-color` and reload, the primary color should be used n ## Test pages -- [Demo page](https://duckquill.exozy.me/demo) -- [Cake Party!](https://duckquill.exozy.me/demo/page) -- [ActivityPub/​Fediverse comments demo](https://duckquill.exozy.me/demo/comments) +- [Demo page](https://daudix.codeberg.page/duckquill/demo) +- [Cake Party!](https://daudix.codeberg.page/duckquill/demo/page) +- [ActivityPub/​Fediverse comments demo](https://daudix.codeberg.page/duckquill/demo/comments) ## Contribute -If you want to improve Duckquill in any way, feel free to open an issue, or even better, a pull request! I'm happy about every contribution! - -The main repo is [git.exozy.me/daudix/duckquill](https://git.exozy.me/daudix/duckquill), but since only exozy.me members can open issues and pull requests, there is two-way mirror at [next.forgejo.org/daudix-UFO/duckquill](https://next.forgejo.org/daudix-UFO/duckquill), you can open issues and pull requests there just fine. +If you want to improve Duckquill in any way, feel free to open an issue, or better yet, a pull request! I appreciate every contribution! ## Credits diff --git a/sass/style.scss b/sass/style.scss index 8c42906..491f559 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -1,5 +1,5 @@ /*! - * Duckquill v1.0.0 (https://duckquill.exozy.me) + * Duckquill v1.0.0 (https://daudix.codeberg.page/duckquill) * Copyright 2023 David "Daudix" Lapshin * Licensed under MIT (https://git.exozy.me/daudix/duckquill/src/branch/main/LICENSE) * diff --git a/templates/includes/footer.html b/templates/includes/footer.html index af82ef1..95523fb 100644 --- a/templates/includes/footer.html +++ b/templates/includes/footer.html @@ -8,7 +8,7 @@ {% endif %} {% if config.extra.footer.show_powered_by %} -
+ {% endif %} {% if config.extra.footer.show_johnvert %} diff --git a/theme.toml b/theme.toml index 5307ddf..bc70891 100644 --- a/theme.toml +++ b/theme.toml @@ -3,7 +3,7 @@ description = "Modern, pretty, and clean theme" license = "MIT" homepage = "https://git.exozy.me/daudix/duckquill" min_version = "0.17.2" -demo = "https://duckquill.exozy.me" +demo = "https://daudix.codeberg.page/duckquill" [extra]