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

github.com/queensferryme/hugo-theme-texify.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQueensferry <queensferry.me@gmail.com>2019-07-27 17:35:22 +0300
committerQueensferry <queensferry.me@gmail.com>2019-07-27 17:35:22 +0300
commitb147c2b8e6ae454d5b845e7b6a102f3cfb8bdfec (patch)
treefb422864d4018528da2896eef26b8a4c37fe2b6b /README.md
parentc203f919df0761611f787bea33e7510bf8e001da (diff)
chore(config): use toml-format exampleSite config
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 95141c9..ab98dd8 100644
--- a/README.md
+++ b/README.md
@@ -5,5 +5,5 @@ A hugo theme for personal blogging.
## Development
```bash
-hugo server --config="exampleSite/config.yaml" --disableFastRender
+hugo server --config="exampleSite/config.toml" --disableFastRender
```