Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoBasicExample.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspf13 <steve.francia@gmail.com>2014-04-27 02:27:12 +0400
committerspf13 <steve.francia@gmail.com>2014-04-27 02:27:12 +0400
commit6add981bc19cd9cda03719ffa4bc84b52a89559a (patch)
tree0fd43f1aae77d6d09fe287683a9aa14b4e4aaeb9 /README.md
parente72d013a5fe375edbffe85aac14cf5e55575986e (diff)
Adding a read me for the repository
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/README.md b/README.md
index 74446d8..32764f7 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)
+
+