Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 348 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 348 Bytes

This site is setup to be able to be deployed to Dokku

Building

You need to install the theme

git submodule update --init --recursive

Download the Hugo executable and run:

hugo # to build the website

hugo server #to build and serve the website at localhost:1313