You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
520 B
520 B
h3ndrik.de
homepage
- Hugo Quick start
- Preview:
hugo server -D
Theme
Add
git submodule add https://github.com/theNewDynamic/gohugo-theme-ananke.git themes/ananke
echo "theme = 'ananke'" >> hugo.toml
Update
git submodule update --rebase --remote
git add themes/.
git commit -m "theme submodule updated"