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

github.com/qqhann/hugo-primer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQiushi Pan <qiu.gits@gmail.com>2018-11-30 15:39:54 +0300
committerQiushi Pan <qiu.gits@gmail.com>2018-11-30 15:39:54 +0300
commit3d5d7b792067d10fe5dac28fc67b9e39b5529ddc (patch)
tree00f5597fb1c5d3683fff76079267ad617a665631
parentdfbe1b6d43e5d8610f42658d167f55db08d525f9 (diff)
Update: readme
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 789b0e4..3921ae5 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ Theer is a theme based on GitHub style css: Primer, and adds some blog like feat
Try it now, and leave me a star if you like it!
-![screenshot](https://github.com/hanpannet/theer/blob/master/images/screenshot.png)
+![screenshot](https://github.com/qqhann/theer/blob/master/images/screenshot.png)
## Features and TODOs
- [x] Primer css like theme
@@ -20,7 +20,7 @@ Try it now, and leave me a star if you like it!
## Installation
Clone to your theme directory:
```terminal
-$ git clone https://github.com/hanpannet/theer.git themes/theer
+$ git clone https://github.com/qqhann/theer.git themes/theer
$ hugo server --theme=theer
```