feat: exozyme -> codeberg

This commit is contained in:
daudix-UFO
2023-12-21 19:44:29 +03:00
parent 6374d737c0
commit 1545040ba0
6 changed files with 11 additions and 15 deletions

View File

@ -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. [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.
[![Duckquill screenshot](./screenshot.png)](https://duckquill.exozy.me) [![Duckquill screenshot](./screenshot.png)](https://daudix.codeberg.page/duckquill)
## Docs ## 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 ## 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! 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!
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.
## Credits ## Credits

View File

@ -1,5 +1,5 @@
title = "Duckquill" title = "Duckquill"
base_url = "https://duckquill.exozy.me" base_url = "https://daudix.codeberg.page/duckquill"
description = "Modern, pretty, and clean theme." description = "Modern, pretty, and clean theme."
compile_sass = true compile_sass = true

View File

@ -145,15 +145,13 @@ Set any color in `$primary-color` and reload, the primary color should be used n
## Test pages ## Test pages
- [Demo page](https://duckquill.exozy.me/demo) - [Demo page](https://daudix.codeberg.page/duckquill/demo)
- [Cake Party!](https://duckquill.exozy.me/demo/page) - [Cake Party!](https://daudix.codeberg.page/duckquill/demo/page)
- [ActivityPub/Fediverse comments demo](https://duckquill.exozy.me/demo/comments) - [ActivityPub/Fediverse comments demo](https://daudix.codeberg.page/duckquill/demo/comments)
## Contribute ## 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! 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!
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.
## Credits ## Credits

View File

@ -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 * Copyright 2023 David "Daudix" Lapshin
* Licensed under MIT (https://git.exozy.me/daudix/duckquill/src/branch/main/LICENSE) * Licensed under MIT (https://git.exozy.me/daudix/duckquill/src/branch/main/LICENSE)
* *

View File

@ -8,7 +8,7 @@
{% endif %} {% endif %}
{% if config.extra.footer.show_powered_by %} {% if config.extra.footer.show_powered_by %}
<p><small>Powered by <a href="https://www.getzola.org">Zola</a> and <a href="https://duckquill.exozy.me">Duckquill</a></small></p> <p><small>Powered by <a href="https://www.getzola.org">Zola</a> and <a href="https://daudix.codeberg.page/duckquill">Duckquill</a></small></p>
{% endif %} {% endif %}
{% if config.extra.footer.show_johnvert %} {% if config.extra.footer.show_johnvert %}

View File

@ -3,7 +3,7 @@ description = "Modern, pretty, and clean theme"
license = "MIT" license = "MIT"
homepage = "https://git.exozy.me/daudix/duckquill" homepage = "https://git.exozy.me/daudix/duckquill"
min_version = "0.17.2" min_version = "0.17.2"
demo = "https://duckquill.exozy.me" demo = "https://daudix.codeberg.page/duckquill"
[extra] [extra]