From 08a93fc71e807bb46541d5d71333c77fdc5c0d51 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sat, 24 Dec 2016 17:21:26 +0200 Subject: [PATCH] README.md: Add note about disabling comments on a post --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b212dc5..6962dc8 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ A few suggestions to help you get a good looking site quickly: - 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 `` tag in posts to control how much of a post is shown on summary pages +- Disable comments on a post by setting `comments = false` in its frontmatter See the source code and structure of [picturingjordan.com](https://github.com/alanorth/picturingjordan.com) to get more ideas.