|
9 months ago | |
---|---|---|
archetypes | 5 years ago | |
content | 9 months ago | |
layouts | 3 years ago | |
static | 3 years ago | |
themes | 9 months ago | |
.drone.yml | 4 years ago | |
.gitignore | 9 months ago | |
.gitmodules | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 9 months ago | |
config.toml | 5 years ago |
README.md
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"