feat: exozyme -> codeberg

This commit is contained in:
daudix-UFO
2023-12-21 20:03:47 +03:00
parent 1545040ba0
commit 1c62b0db78
5 changed files with 13 additions and 13 deletions

View File

@ -1,9 +1,9 @@
# Duckquill # Duckquill
[![Please don't upload to GitHub](https://nogithub.codeberg.page/badge.svg)](https://nogithub.codeberg.page) [![Please don't upload to GitHub](https://nogithub.codeberg.page/badge.svg)](https://nogithub.codeberg.page)
[![status-badge](https://ci.exozy.me/api/badges/159/status.svg)](https://ci.exozy.me/repos/159) [![status-badge](https://ci.codeberg.org/api/badges/12890/status.svg)](https://ci.codeberg.org/repos/12890)
[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://daudix.codeberg.page/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://daudix.codeberg.page/duckquill) [![Duckquill screenshot](./screenshot.png)](https://daudix.codeberg.page/duckquill)

View File

@ -32,9 +32,9 @@ animated_favicon = false
# for all available variables. # for all available variables.
date_format = "%d %B %Y" date_format = "%d %B %Y"
# URL to issue tracker # URL to issue tracker
issues_url = "https://git.exozy.me/daudix/duckquill/issues" issues_url = "https://codeberg.org/daudix/duckquill/issues"
# URL to website's source code # URL to website's source code
source_url = "https://git.exozy.me/daudix/duckquill" source_url = "https://codeberg.org/daudix/duckquill"
# Additional stylesheets; expects it to be in the ./static/ directory. # Additional stylesheets; expects it to be in the ./static/ directory.
# If you are using Sass it will be compiled there anyway. # If you are using Sass it will be compiled there anyway.
# stylesheets = [ # stylesheets = [
@ -47,14 +47,14 @@ source_url = "https://git.exozy.me/daudix/duckquill"
show_feed = true show_feed = true
# Links used in the nav # Links used in the nav
links = [ links = [
{url = "https://git.exozy.me/daudix/duckquill", name = "Repo"}, {url = "https://codeberg.org/daudix/duckquill", name = "Repo"},
{url = "/demo", name = "Demo"}, {url = "/demo", name = "Demo"},
{url = "/blog", name = "Blog"}, {url = "/blog", name = "Blog"},
] ]
[extra.footer] [extra.footer]
# URL to the website without the https:// part, used for Johnvertisement leaderboard # URL to the website without the https:// part, used for Johnvertisement leaderboard
johnvert_ref = "daudix.exozy.me" johnvert_ref = "daudix.codeberg.page"
# "© Title, YEAR" in the footer # "© Title, YEAR" in the footer
show_copyright = true show_copyright = true
# Johnvertisement in the footer # Johnvertisement in the footer

View File

@ -12,7 +12,7 @@ jgs~^~^`---'~^~^~^`---'~^~^~^`---'~^~^~^`---'~^~^~^`---'~^~^~
# Duckquill # Duckquill
[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://codeberg.org/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.
Edit a bit of metadata and tweak some of the included graphics and have a blog up in minutes! Edit a bit of metadata and tweak some of the included graphics and have a blog up in minutes!
@ -24,21 +24,21 @@ Edit a bit of metadata and tweak some of the included graphics and have a blog u
- Mobile friendly, with proper dark variant. - Mobile friendly, with proper dark variant.
- [Mastodon-powered comments](https://cassidyjames.com/blog/fediverse-blog-comments-mastodon). Comment using any ActivityPub service by replying to Mastodon post. - [Mastodon-powered comments](https://cassidyjames.com/blog/fediverse-blog-comments-mastodon). Comment using any ActivityPub service by replying to Mastodon post.
> Duckquill is made based on needs of [my website](https://daudix.exozy.me), 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.codeberg.page), if you need some feature/configuration that doesn't exist feel free to open an issue or better yet, pull request!
## Installation ## Installation
First, download this theme to your `themes` directory: First, download this theme to your `themes` directory:
```sh ```sh
git clone https://git.exozy.me/daudix/duckquill.git themes/duckquill git clone https://codeberg.org/daudix/duckquill.git themes/duckquill
``` ```
...or add as submodule for easy updating (recommended if you already have git setup on site): ...or add as submodule for easy updating (recommended if you already have git setup on site):
```sh ```sh
git submodule init git submodule init
git submodule add https://git.exozy.me/daudix/duckquill.git themes/duckquill git submodule add https://codeberg.org/daudix/duckquill.git themes/duckquill
``` ```
To update the submodule, use the following command: To update the submodule, use the following command:

View File

@ -1,7 +1,7 @@
/*! /*!
* Duckquill v1.0.0 (https://daudix.codeberg.page/duckquill) * 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://codeberg.org/daudix/duckquill/src/branch/main/LICENSE)
* *
* Based on OS Component Website which shamelessly stole CSS from systemd * Based on OS Component Website which shamelessly stole CSS from systemd
* https://github.com/jimmac/os-component-website * https://github.com/jimmac/os-component-website

View File

@ -1,7 +1,7 @@
name = "Duckquill" name = "Duckquill"
description = "Modern, pretty, and clean theme" description = "Modern, pretty, and clean theme"
license = "MIT" license = "MIT"
homepage = "https://git.exozy.me/daudix/duckquill" homepage = "https://codeberg.org/daudix/duckquill"
min_version = "0.17.2" min_version = "0.17.2"
demo = "https://daudix.codeberg.page/duckquill" demo = "https://daudix.codeberg.page/duckquill"
@ -9,4 +9,4 @@ demo = "https://daudix.codeberg.page/duckquill"
[author] [author]
name = "David Lapshin" name = "David Lapshin"
homepage = "https://daudix.exozy.me" homepage = "https://daudix.codeberg.page"