homepage
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 34132221b5 add instructions how to update themes 7 months ago
archetypes hugo new site h3ndrik.de 5 years ago
content sampleswap.org 3 years ago
layouts add Cactus Comments 3 years ago
static update 3 years ago
themes theme submodule update 7 months ago
.drone.yml update ci 4 years ago
.gitignore clean project 5 years ago
.gitmodules update hugo.386 5 years ago
LICENSE Initial commit 5 years ago
README.md add instructions how to update themes 7 months ago
config.toml customJS 5 years ago

README.md

h3ndrik.de

homepage

Theme

Add

git submodule add https://github.com/theNewDynamic/gohugo-theme-ananke.git themes/ananke
echo "theme = 'ananke'" >> hugo.toml

Update

git submodule update --remote
git add themes/.
git commit -m "theme submodule updated"

Build Status