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

github.com/davidhampgonsalves/hugo-black-and-light-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/README.md')
-rw-r--r--exampleSite/README.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/exampleSite/README.md b/exampleSite/README.md
new file mode 100644
index 0000000..b9711e4
--- /dev/null
+++ b/exampleSite/README.md
@@ -0,0 +1,25 @@
+hugoBasicExample
+==========
+
+This is an example site for [Hugo](http://gohugo.io/).
+
+It is intended to be a demo site for the various [Hugo themes][].
+
+# Using
+
+1. First, [install Hugo](http://gohugo.io/overview/installing/);
+2. Then, clone this repository;
+3. Clone the [Hugo themes][];
+4. Run Hugo and select the theme of your choosing.
+
+In other words:
+
+<pre><code>git clone https://github.com/spf13/HugoBasicExample.git
+cd HugoBasicExample
+git clone --recursive https://github.com/spf13/hugoThemes.git themes
+hugo server -t <em>themename</em>
+</code></pre>
+
+Enjoy!
+
+[Hugo themes]: https://github.com/spf13/hugoThemes