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

github.com/kakawait/hugo-tranquilpeak-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorThibaud LeprĂȘtre <thibaud.lepretre@gmail.com>2016-11-06 15:08:00 +0300
committerThibaud LeprĂȘtre <thibaud.lepretre@gmail.com>2016-11-06 15:14:52 +0300
commit53e8103d2e719290d398dc9d6ebc84c169f9e9b9 (patch)
tree14d2a0fe7e3b687ea5f8f84fa712285699bdbddb /docs
parente1edbba40b3c07a65c1ea52805797b0348776e51 (diff)
Create exampleSite
fixes #5 and fixes #16
Diffstat (limited to 'docs')
-rw-r--r--docs/user.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/user.md b/docs/user.md
index cedd688..1036943 100644
--- a/docs/user.md
+++ b/docs/user.md
@@ -103,10 +103,15 @@ If you want to report a bug or ask a question, [create an issue](https://github.
## Installation
-1. Download the latest version here : [hugo-tranquilpeak-theme-built-for-production-1.8.0]
-(https://github.com/LouisBarranqueiro/hugo-tranquilpeak-theme/releases/download/v1.8.0/hugo-tranquilpeak-theme-built-for-production-1.8.0.zip) or simply clone the repository `git clone https://github.com/kakawait/hugo-tranquilpeak-theme.git`
+1. Simply clone the repository `git clone https://github.com/kakawait/hugo-tranquilpeak-theme.git` on `themes` folder
2. Rename the folder in `hugo-tranquilpeak-theme` (if necessary) and place it in `themes` folder of your Hugo blog
+```shell
+mkdir themes
+cd themes
+git clone https://github.com/kakawait/hugo-tranquilpeak-theme.git
+```
+
## Tranquilpeak configuration
If it's your first time using Hugo, please check [Hugo official documentation](https://gohugo.io/overview/introduction/)