Skip to content

doxanthropos/knutzone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

knutzone

Website

Learned here about Hugo

Themes as submodules

Get the latest theme version with:

git submodule update --init --recursive

learned here: Today I Learned

Customizing is never done in the actual theme, but either in a fork or by moving the changed layout files into the base layout folder.

For the second approach see here: Customizing a Theme