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

github.com/reuixiy/hugo-theme-meme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorreuixiy <reuixiy@gmail.com>2020-03-08 10:19:53 +0300
committerreuixiy <reuixiy@gmail.com>2020-03-08 10:19:53 +0300
commit17ed2eae96a008ed559feb87dce407d40a04b95c (patch)
treef3733e66dcd41dc3e02bae302a2a1849c462d406 /README.zh-cn.md
parentacf1cae1b5c50149064c0b59a46b8af556673d86 (diff)
docs: add command line
Diffstat (limited to 'README.zh-cn.md')
-rw-r--r--README.zh-cn.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.zh-cn.md b/README.zh-cn.md
index fe2a8ff..fc012a5 100644
--- a/README.zh-cn.md
+++ b/README.zh-cn.md
@@ -45,6 +45,9 @@ https://gohugo.io/getting-started/quick-start/
### 开始写作
1. 将 `config.toml` 替换为[示例配置](https://github.com/reuixiy/hugo-theme-meme/blob/master/config-examples/zh-cn/config.toml)。
+ ```sh
+ ~/blog $ rm config.toml && cp themes/meme/config-examples/zh-cn/config.toml config.toml
+ ```
2. 新建一篇文章和一个关于页面:
```sh