Modifying contents in assets
requires the extended version to be installed.
- Most defaults come from
config.toml
file - Check Hugo Version:
hugo version
- Installing a theme:
git clone https://github.com/olOwOlo/hugo-theme-even themes/even
- Updating theme:
cd ./themes/even/ && git pull
- Run hugo server:
hugo server -D