From d0e9fb4957311bd4fb53f7c69413eaa67ef13b54 Mon Sep 17 00:00:00 2001 From: ptrcnull Date: Wed, 17 Nov 2021 23:55:14 +0100 Subject: [PATCH] fix: Change URL for cloning --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 363d462..f47003a 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ smol is based on [Blank](https://github.com/Vimux/Blank) created by [Vimux](http In your Hugo site `themes` directory, run: ``` -git clone https://git.ddd.rip/ptrcnull/smol +git clone https://github.com/ptrcnull/smol ``` Next, open `config.toml` in the base of the Hugo site and ensure the theme option is set to `smol`.