From f373b29da0097ba49a1a683fe4b74933a78fcf0e Mon Sep 17 00:00:00 2001 From: Stephen Cochrane Date: Wed, 15 Sep 2021 18:47:31 +0200 Subject: [PATCH] Updated config --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index 4d82144..bf8d63f 100644 --- a/config +++ b/config @@ -1,3 +1,3 @@ #!/usr/bin/env bash wiki=( https://git.sr.ht/~skiqqy/pizza.wiki ) # TODO: Add sub wikis. -pip install mkdocs-windmill-dark # Install the theme being used. +pip install mkdocs-windmill-dark > /dev/null # Install the theme being used. -- 2.34.2