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:
authorqqhann <qiu.gits@gmail.com>2019-12-02 18:10:40 +0300
committerqqhann <qiu.gits@gmail.com>2019-12-02 18:10:40 +0300
commit09d06d4758152e486bf3f5ff16876c14394e07c4 (patch)
tree6e49a8db804d598ee5a7bea3076489d6e18e6e8c
parente393aaf3faaccb1c9c63408803d7c3a973b01279 (diff)
Add: readme for exampleSite
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 143a882..fa5007f 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,19 @@ hugo server --theme=hugo-primer
## Usage
+### exampleSite
+
+You can refer to `exampleSite/` to get started.
+Reading `exampleSite/_index.md` is good too.
+
+For a quick start:
+
+```sh
+cp -av themes/hugo-primer/exampleSite/* .
+```
+
+### Customizing
+
#### config.toml
You can configure Hugo-Primer behavior with these params in your blog's `config.toml`. Shown are defaults and most recommended configs.