From 411d771f7b262a3b433db242ff1160e5b3198233 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Sun, 11 Aug 2024 18:43:22 +0200 Subject: [PATCH] Update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 549e222..6de23e1 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,5 @@ This repository holds the hugo source files for my website [vbrandl.net](https://www.vbrandl.net) -The website uses the awesome [After Dark Theme](https://github.com/comfusion/after-dark). +The website uses the awesome [After Dark Theme](https://github.com/vhscom/after-dark). +The theme is included as a submodule, so after cloning, you have to fetch submodules: `git submodule update --init --recursive`