A Hugo version of blog.clixel.com using a lightly modified theme, cactus.
brew install hugo
python3 venv .venv && source .venv/bin/activate && pip install -r requirements.txt
fab dev
Edit various config in /config.toml
such as theme and colortheme. Edit layouts and styles in /themes/cactus/
. Add a new post in /content/posts
.
fab deploy