From 6add981bc19cd9cda03719ffa4bc84b52a89559a Mon Sep 17 00:00:00 2001 From: spf13 Date: Sat, 26 Apr 2014 16:27:12 -0600 Subject: [PATCH] Adding a read me for the repository --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 74446d8f..32764f72 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,22 @@ hugoThemes ========== Themes for Hugo + +Very much a work in progress and requires the v0.11-pre version of [hugo](http://hugo.spf13.com). + +# Using + +To use hugo themes clone the repository to your machine. + +``` + git clone https://github.com/spf13/hugoThemes.git + cd hugoThemes + hugo server -t `themename` + +``` + +# Current Themes + +* Hyde (by mdo, ported from Jekyll) + +