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

github.com/iCyris/hugo-theme-yuki.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriCyris <cyris1015@gmail.com>2019-03-03 07:04:27 +0300
committeriCyris <cyris1015@gmail.com>2019-03-03 07:04:27 +0300
commitce607c51c68b098385b1bb245b76f556428075bb (patch)
treeee749f769fd87ecdaf055682ac618c2892466207
parent45920e3775a87276714e054f6b5cc18b4a8d7218 (diff)
re to post
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f9119aa..517b905 100644
--- a/README.md
+++ b/README.md
@@ -48,10 +48,10 @@ Please see the sample [`config.toml`](https://github.com/iCyris/hugo-theme-yuki/
### Creating Posts
-Posts should generally go under a `content/posts` directory. Typically you would run:
+Posts should generally go under a `content/post` directory. Typically you would run:
````sh
-hugo new posts/your-new-post.md
+hugo new post/your-new-post.md
````
For posts to appear on your site, you may need `draft = false` in the post's front matter or use the `--buildDrafts` option when building.