Use custom domain: duckquill.daudix.one
This commit is contained in:
3
.domains
Normal file
3
.domains
Normal file
@ -0,0 +1,3 @@
|
||||
duckquill.daudix.one
|
||||
duckquill.daudix.codeberg.page
|
||||
pages.duckquill.daudix.codeberg.page
|
@ -2,7 +2,7 @@
|
||||
[](https://mit-license.org)
|
||||
[](https://ci.codeberg.org/repos/13032)
|
||||
|
||||
# [Duckquill](https://daudix.codeberg.page/duckquill/) <img src="logo.png" alt="Logo" width="96" align="right"/>
|
||||
# [Duckquill](https://duckquill.daudix.one) <img src="logo.png" alt="Logo" width="96" align="right"/>
|
||||
|
||||
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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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) <small>(obviously)</small>
|
||||
- [daudix.one](https://daudix.one) <small>(obviously)</small>
|
||||
- [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? <small>(feel free to [contact me](https://daudix.codeberg.page/find/#contacts) or send a pull request)</small>
|
||||
- Yours? <small>(feel free to [contact me](https://daudix.one/find/#contacts) or send a pull request)</small>
|
||||
|
||||
</details>
|
||||
|
||||
|
@ -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)
|
||||
*/
|
||||
|
@ -40,7 +40,7 @@
|
||||
{%- if config.extra.footer.show_powered_by %}
|
||||
<p>
|
||||
<small>
|
||||
{{ macros_translate::translate(key="powered_by", default="Powered by", language_strings=language_strings) }} <a class="link" href="https://www.getzola.org">Zola</a> {{ macros_translate::translate(key="powered_by_and", default="and", language_strings=language_strings) }} <a class="link" href="https://daudix.codeberg.page/duckquill">Duckquill</a>
|
||||
{{ macros_translate::translate(key="powered_by", default="Powered by", language_strings=language_strings) }} <a class="link" href="https://www.getzola.org">Zola</a> {{ macros_translate::translate(key="powered_by_and", default="and", language_strings=language_strings) }} <a class="link" href="https://duckquill.daudix.one">Duckquill</a>
|
||||
</small>
|
||||
</p>
|
||||
{%- endif %}
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user