A minimalist shoutbox with permalinks - plus a simple landing page.
First, install Hugo.
# clone the repo
$ git clone https://github.com/infi-defi/raspite.git
# change your working directory
$ cd raspite
# Run!
$ hugo serve
to work in development mode, pass the -DF --noHTTPCache
flags.
Go to http://localhost:1313
and follow the instructions from there.