Ainab's journal, made possible using Hugo static site generator.
First, install Hugo
[email protected]:drikusroor/ainabs-journal.git
git submodule update --init
./build.sh
# or
hugo --config config.toml,config.production.toml -D
# watch mode
hugo server -D -w
# poll mode (every 1s)
hugo server -D --poll 1000