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

github.com/dplesca/purehugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDragos Plesca <dragos.plesca@gmail.com>2016-04-12 08:19:18 +0300
committerDragos Plesca <dragos.plesca@gmail.com>2016-04-12 08:19:18 +0300
commit3c4ee78cb7905f00545498733c8f7f6c18bc360c (patch)
tree32eca3b903b979285dc7d4333170ac07950ffb20
parentc50a94d1580dad5ed51ada13736a440fd159dec5 (diff)
parent90425788b77e5c37f8428219ea642b070ef29372 (diff)
Merge pull request #16 from JohnBlood/doc-patch
doc: Add theme installation instructions
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4196538..7af01c5 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,13 @@ purehugo
Hugo theme based on [purecss](http://purecss.io/) from Yahoo. The theme is based on [the purecss blog layout example](http://purecss.io/layouts/blog/), is responsive and has a few more features: pagination (if enabled), responsive images (through a shortcode), google analytics, disqus comments and even a mini-asset-pipeline using gulp. If you end up using it, I'd love to see what you do with it so please give me a shout on [twitter](https://twitter.com/dragos_plesca).
+### Installation
+
+Navigate to your Hugo site's theme folder
+```
+$ cd themes
+$ git clone https://github.com/dplesca/purehugo.git
+```
### Config file