0
0
Fork 0
zblog/README.md

21 lines
310 B
Markdown
Raw Normal View History

zblog
=====
This is the third version of the zero-knowledge.org blog. This is generated with
[hugo](http://gohugo.io/).
how to use
----------
Either start a small server which refreshes the pages on change with
```
hugo server --watch --verbose --buildDrafts
```
or generate everything with
```
hugo
```