From 2ad673d5d25433b69d9766bc5fe9487c57f2465b Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Fri, 9 Mar 2018 17:59:43 +0200 Subject: [PATCH] README.md: Recommend creating "posts" To be more in line with the Hugo quickstart. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2263933..b3f6a11 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Clone the repository to your site's `themes` directory. Refer to [`exampleSite/c ## Content Suggestions A few suggestions to help you get a good looking site quickly: -- Keep blog posts in the `content/post` directory, for example: `content/post/my-first-post.md` +- Keep blog posts in the `content/posts` directory, for example: `content/posts/my-first-post.md` - Keep static pages in the `content` directory, for example: `content/about.md` - Keep media like images in the `static` directory, for example: `static/2016/10/screenshot.png` - If you want an image to be shown when you share a post on social media, specify at least one image in the post's front matter, for example: `images: ["/2016/10/screenshot.png"]`