From 7ef0bd900e2a3e77edd5d0d8bc9fce2556efff19 Mon Sep 17 00:00:00 2001 From: Aleksander Cynarski Date: Tue, 1 Sep 2020 15:40:42 +0200 Subject: [PATCH] docsy support, init --- init_docsy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init_docsy.sh b/init_docsy.sh index d9811dc..ca4b1f6 100755 --- a/init_docsy.sh +++ b/init_docsy.sh @@ -1,6 +1,6 @@ #!/bin/bash -hugo new site ./ +hugo new site --force ./ git init git submodule add https://github.com/google/docsy.git themes/docsy echo 'theme = "docsy"' >> config.toml