From bcce0819ec003b1c9304689e15eff99badc9f891 Mon Sep 17 00:00:00 2001 From: Gibheer Date: Tue, 3 Nov 2015 17:48:18 +0100 Subject: [PATCH] add readme This should be enough to get started with the new repository. --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..653175f --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +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 +```