From 204eee79a1eaa46042822e334cc38eb83b41aa3d Mon Sep 17 00:00:00 2001 From: daudix-UFO Date: Fri, 13 Oct 2023 18:55:18 +0000 Subject: [PATCH] feat: Add forking to guide --- README.md | 9 ++++----- content/_index.md | 11 +++++------ 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 7dc4309..53b2392 100644 --- a/README.md +++ b/README.md @@ -7,18 +7,17 @@ ## Installation -First download this theme to your `themes` directory: +First, fork it and download this theme to your `themes` directory: ```sh -cd themes -git clone https://git.exozy.me/daudix/duckquill.git +git clone YOUR_FORK.git themes/duckquill ``` ...or add as submodule for easy updating (recommended if you already have git setup on site): ```sh -cd themes -git submodule add https://git.exozy.me/daudix/duckquill.git +git submodule init +git submodule add YOUR_FORK.git themes/duckquill ``` and then enable it in your `config.toml`: diff --git a/content/_index.md b/content/_index.md index 10e6678..59bb8a0 100644 --- a/content/_index.md +++ b/content/_index.md @@ -46,17 +46,16 @@ zola init blog git init ``` -3. Add Duckquill as Git submodule for easy updating: +3. Fork Duckquill + +4. Add Duckquill as Git submodule for easy updating: ``` git submodule init +git submodule add YOUR_FORK.git themes/duckquill ``` -``` -git submodule add https://git.exozy.me/daudix/duckquill.git themes/duckquill -``` - -4. Edit `config.toml` and enable Duckquill theme: +5. Edit `config.toml` and enable Duckquill theme: ``` theme = "duckquill"