/scribe

blogging skeleton for deploying to Dokku using Hugo

Primary LanguageHTMLMIT LicenseMIT

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

Building

You need to install the theme

git submodule update --init --recursive

Install Hugo

brew install hugo if you have homebrew

and run:

hugo # to build the website

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