docsy support, init

This commit is contained in:
Aleksander Cynarski 2020-09-01 15:40:42 +02:00
parent 050b220e7b
commit 7ef0bd900e

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
hugo new site ./ hugo new site --force ./
git init git init
git submodule add https://github.com/google/docsy.git themes/docsy git submodule add https://github.com/google/docsy.git themes/docsy
echo 'theme = "docsy"' >> config.toml echo 'theme = "docsy"' >> config.toml