Ainab's journal · CI

Ainab's journal, made possible using Hugo static site generator.

Alt text

How to use

First, install Hugo

Clone this repo

git@github.com:drikusroor/ainabs-journal.git

Get git submodule

git submodule update --init

Build website

./build.sh
# or
hugo --config config.toml,config.production.toml -D

Develop website

# watch mode
hugo server -D -w

# poll mode (every 1s)
hugo server -D --poll 1000