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

github.com/zhaohuabing/hugo-theme-cleanwhite.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhaohuabing <zhaohuabing@gmail.com>2019-01-10 10:29:15 +0300
committerGitHub <noreply@github.com>2019-01-10 10:29:15 +0300
commitba517c3c1728317c3509375d006a2189a5d791b5 (patch)
tree9734c7d28db42a72108832eea07dce08a735612d /README.md
parent1217229bf2d417d6d54f0083a91530c3e43dc3fb (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4f24c91..bbc7d96 100644
--- a/README.md
+++ b/README.md
@@ -26,12 +26,18 @@ While I created this theme, I followed the Hugo theme best practice and tried to
![screenshot](https://raw.githubusercontent.com/zhaohuabing/hugo-theme-cleanwhite/master/images/rewards.png)
## Quick Start
-Go to the directory where you have your Hugo site and run:
+
+The simplest way is to start with the example site coming with this theme, then you can play around and add your own stuff.
```
+$ mkdir test
+$ cd test
$ mkdir themes
$ cd themes
$ git clone https://github.com/zhaohuabing/hugo-theme-cleanwhite.git
+$ cp -r hugo-theme-cleanwhite/exampleSite/** ../
+$ cd ..
+$ hugo serve
```
If your site is already a git project, you may want to choose to add the cleanwhite theme as a submodule to avoid messing up your existing git repository.