Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 399 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 399 Bytes

dcrblog

Source code for the Decred Project Blog, hosted at https://blog.decred.org.

Development

Install the extended version of Hugo somewhere along your $PATH.

$ bin/watch.sh

Then access the page with a browser (the server usually starts in https://localhost:1313).

Deployment

$ bin/build.sh

This will build the docker image.