From d82d586f6d2c04dab320b89db58fd3bcb3a8a0a6 Mon Sep 17 00:00:00 2001 From: David Kebler Date: Tue, 28 Feb 2017 10:12:45 -0800 Subject: [PATCH] add readme --- readme.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..81bd101 --- /dev/null +++ b/readme.md @@ -0,0 +1,3 @@ +Just clone this repo and then add or remove markdown files in the content directory to make sections in the single page +config.toml has additional parameters you can set for intro section and for global template use +Render with either ```hugo``` or ```hugo server``` from the root of the repo (hugo must be installed)