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

github.com/alanorth/hugo-theme-bootstrap4-blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Orth <alan.orth@gmail.com>2016-10-26 02:42:34 +0300
committerAlan Orth <alan.orth@gmail.com>2016-10-26 02:42:34 +0300
commitf7e8827e3961665dc69e73e8c8bc1766d1cee371 (patch)
tree1e8cace1f1fe18c580c5472bebf072000058f806 /README.md
parentf6f913512b0880709edd99499e67114d1e3745ec (diff)
README.md: Add suggestion about images in front matter
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index e44fbd5..433f7bf 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,7 @@ 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 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"]
- Use the `<!--more-->` tag in posts to control how much of a post is shown on summary pages
See the source code and structure of [picturingjordan.com](https://github.com/alanorth/picturingjordan.com) to get more ideas.