- Install brew (for installing the rest):
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" - Install go:
brew install go - Install hugo:
brew install hugo
- Install hugo: Hugo Website
- Initial pull submodule xhain-theme:
git submodule update --init --recursive - Submodule update:
git submodule foreach git pull origin master
- Run hugo to generate HTML:
hugo - Run hugo for local development:
hugo server
- create new post (using archetypes):
hugo new post/title.de.mdorhugo new post/title.en.md - just edit new post in the "content"-folder
tbd.
tbd.
Submodules Theme Version: 1.0.0