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