aboutsummaryrefslogtreecommitdiffstats
path: root/content/themes/installing.md
diff options
context:
space:
mode:
authoretienne <admin@MacBook-Pro-de-Admin.local>2014-10-21 23:35:24 +0200
committeretienne <admin@MacBook-Pro-de-Admin.local>2014-10-21 23:35:24 +0200
commit667e11c4ec3835d959aab1797647bd0a49869674 (patch)
tree84c6c5f20686574009f1dccc0f27a7192ff165e7 /content/themes/installing.md
Init commit
Diffstat (limited to 'content/themes/installing.md')
-rw-r--r--content/themes/installing.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/content/themes/installing.md b/content/themes/installing.md
new file mode 100644
index 0000000..4ad81a4
--- /dev/null
+++ b/content/themes/installing.md
@@ -0,0 +1,28 @@
+---
+date: 2014-05-12T10:09:49Z
+menu:
+ main:
+ parent: themes
+next: /themes/usage
+prev: /themes/overview
+title: Installing Themes
+weight: 20
+---
+
+Hugo themes are located in a centralized github repository. [Hugo Themes
+Repo](http://github.com/spf13/hugoThemes) itself is really a meta
+repository which contains pointers to set of contributed themes.
+
+## Installing all themes
+
+If you would like to install all of the available hugo themes, simply
+clone the entire repository from within your working directory.
+
+ git clone --recursive https://github.com/spf13/hugoThemes.git themes
+
+
+## Installing a specific theme
+
+ mkdir themes
+ cd themes
+ git clone URL_TO_THEME