From 0a32cbb094da37f2398653141254918b0ef99fa7 Mon Sep 17 00:00:00 2001 From: daudix-UFO Date: Fri, 13 Oct 2023 01:57:15 +0000 Subject: [PATCH] chore: Change all references to source --- README.md | 8 ++++---- config.toml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index bc07ea4..00939ff 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.codeberg.org/api/badges/12567/status.svg)](https://ci.codeberg.org/repos/12567) +[![status-badge](https://ci.exozy.me/api/badges/159/status.svg)](https://ci.exozy.me/repos/159) -[Duckquill](https://codeberg.org/daudix-UFO/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. ## Installation @@ -11,14 +11,14 @@ First download this theme to your `themes` directory: ```sh cd themes -git clone https://codeberg.org/daudix-UFO/duckquill-source.git +git clone https://git.exozy.me/daudix/duckquill.git ``` ...or add as submodule for easy updating (recommended if you already have git setup on site): ```sh cd themes -git submodule add https://codeberg.org/daudix-UFO/duckquill.git +git submodule add https://git.exozy.me/daudix/duckquill.git ``` and then enable it in your `config.toml`: diff --git a/config.toml b/config.toml index 42b0768..26426d2 100644 --- a/config.toml +++ b/config.toml @@ -27,10 +27,10 @@ blog_title = "Writings of Duck's Feet" blog_description = "Welcome to my quack'in blog, I quack about various stuff, but mostly I'm a demo" date_format = "%d %B %Y" hosting = "Codeberg" -issues_url = "https://codeberg.org/daudix-UFO/duckquill/issues" -source_url = "https://codeberg.org/daudix-UFO/duckquill" +issues_url = "https://git.exozy.me/daudix/duckquill/issues" +source_url = "https://git.exozy.me/daudix/duckquill" nav_links = [ - {url = "https://codeberg.org/daudix-UFO/duckquill", name = "Repo"}, + {url = "https://git.exozy.me/daudix/duckquill", name = "Repo"}, {url = "/demo", name = "Demo"}, {url = "/blog", name = "Blog"}, ]