From 3d05ab8fde29f645c41eaf59d2cc2c6cc7fbe5f2 Mon Sep 17 00:00:00 2001 From: Durand D'souza Date: Sun, 23 Oct 2016 06:18:23 +0100 Subject: Updated README with more info --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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* -- cgit v1.2.3