docsy support
This commit is contained in:
parent
27fa3c7818
commit
050b220e7b
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,4 +4,3 @@ hugo_stats.json
|
||||
public/
|
||||
resources/
|
||||
node_modules/
|
||||
init_docsy.sh
|
||||
|
9
init_docsy.sh
Executable file
9
init_docsy.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
hugo new site ./
|
||||
git init
|
||||
git submodule add https://github.com/google/docsy.git themes/docsy
|
||||
echo 'theme = "docsy"' >> config.toml
|
||||
git submodule update --init --recursive
|
||||
rm init_docsy.sh
|
||||
|
Loading…
Reference in New Issue
Block a user