chore: Change all references to source
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
# Duckquill
|
||||
|
||||
[](https://nogithub.codeberg.page)
|
||||
[](https://ci.codeberg.org/repos/12567)
|
||||
[](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`:
|
||||
|
@ -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"},
|
||||
]
|
||||
|
Reference in New Issue
Block a user