From c91c655da8f01623976d2e28e1a6298e88a593e1 Mon Sep 17 00:00:00 2001 From: spf13 Date: Fri, 23 May 2014 18:18:27 -0400 Subject: [PATCH] updated readme to reflect the new intent --- README.md | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index ae3ebd37..6e9cc83a 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,22 @@ -hugoThemes +hugoBasicExample ========== -Themes for Hugo +This is an example site for Hugo. + +It is indented to be a demo site for the [hugo themes](http://github.com/spf13/hugoThemes). -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. +1. First [install Hugo](http://hugo.spf13.com/overview/installing). +2. Then clone this repository. +3. Clone the hugo themes +4. Run Hugo and select the theme of your choosing + ``` - git clone https://github.com/spf13/hugoThemes.git - cd hugoThemes + git clone https://github.com/spf13/HugoBasicExample.git + cd HugoBasicExample + git clone --recursive https://github.com/spf13/hugoThemes.git themes hugo server -t `themename` - ``` - -# Current Themes - -* Hyde (by mdo, ported from Jekyll) -* Herring Cove (by arnp, ported from Jekyll) - -