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

github.com/dldx/hpstr-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDurand D'souza <durand1@gmail.com>2016-10-23 08:18:23 +0300
committerDurand D'souza <durand1@gmail.com>2016-10-23 08:18:23 +0300
commit3d05ab8fde29f645c41eaf59d2cc2c6cc7fbe5f2 (patch)
tree8fca5bebd06c04b34af397490faf80a9755985e2
parent3ef4dda7043db239872ba9b96268505f24965b6a (diff)
Updated README with more info
-rw-r--r--README.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5f7fbdc..cdfcf51 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,17 @@ If you've used any of [my other themes](http://mademistakes.com/work/jekyll-them
* [Custom 404 page](/404.html) to get you started.
* [Syntax highlighting]({{< relref "posts/code-highlighting-post.md" >}}) stylesheets to make your code examples look snazzy.
-[Get Started!](https://dldx.github.io/hpstr-hugo-theme/theme-setup/)
+## Get the theme
+With Git installed, run the following commands inside the Hugo site folder. If Hugo has not yet been installed, read the setup guide [here](https://gohugo.io/overview/installing/).
+
+```
+$ mkdir themes
+$ cd themes
+$ git clone https://github.com/dldx/hpstr-hugo-theme.git hpstr
+```
+
+You can get a zip of the latest version of the theme from the [home page](https://github.com/dldx/hpstr-hugo-theme) and extract it to the themes folder.
+
+[More info](https://dldx.github.io/hpstr-hugo-theme/theme-setup/)
[^1]: Example: *domain.com/category-name/post-title*