diff --git a/README.md b/README.md index f035233..68ad0a8 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Duckquill [![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) diff --git a/config.toml b/config.toml index 846a9bb..9198a75 100644 --- a/config.toml +++ b/config.toml @@ -32,9 +32,9 @@ animated_favicon = false # for all available variables. date_format = "%d %B %Y" # 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 -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. # If you are using Sass it will be compiled there anyway. # stylesheets = [ @@ -47,14 +47,14 @@ source_url = "https://git.exozy.me/daudix/duckquill" show_feed = true # Links used in the nav links = [ - {url = "https://git.exozy.me/daudix/duckquill", name = "Repo"}, + {url = "https://codeberg.org/daudix/duckquill", name = "Repo"}, {url = "/demo", name = "Demo"}, {url = "/blog", name = "Blog"}, ] [extra.footer] # 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 show_copyright = true # Johnvertisement in the footer diff --git a/content/_index.md b/content/_index.md index 431139c..7b35ffe 100644 --- a/content/_index.md +++ b/content/_index.md @@ -12,7 +12,7 @@ jgs~^~^`---'~^~^~^`---'~^~^~^`---'~^~^~^`---'~^~^~^`---'~^~^~ # 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! @@ -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. - [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 First, download this theme to your `themes` directory: ```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): ```sh 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: diff --git a/sass/style.scss b/sass/style.scss index 491f559..07d1c10 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -1,7 +1,7 @@ /*! * 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) + * Licensed under MIT (https://codeberg.org/daudix/duckquill/src/branch/main/LICENSE) * * Based on OS Component Website which shamelessly stole CSS from systemd * https://github.com/jimmac/os-component-website diff --git a/theme.toml b/theme.toml index bc70891..2690aa5 100644 --- a/theme.toml +++ b/theme.toml @@ -1,7 +1,7 @@ name = "Duckquill" description = "Modern, pretty, and clean theme" license = "MIT" -homepage = "https://git.exozy.me/daudix/duckquill" +homepage = "https://codeberg.org/daudix/duckquill" min_version = "0.17.2" demo = "https://daudix.codeberg.page/duckquill" @@ -9,4 +9,4 @@ demo = "https://daudix.codeberg.page/duckquill" [author] name = "David Lapshin" -homepage = "https://daudix.exozy.me" +homepage = "https://daudix.codeberg.page"