- Powered by Hugo & Blowfish
- Accessible at denast.dev
- Install
hugo
&git
- Run
git clone https://github.com/TheDenast/denast.dev --recursive
--recursive
flag is crucial since this repo requires a Blowfish theme submodule to work
- Run
hugo
to generate a static page indenast.dev/public
orhugo server
to generate and serve it atlocalhost:1313