1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2024-12-19 09:02:18 +01:00

README.md: Add note about disabling comments on a post

This commit is contained in:
Alan Orth 2016-12-24 17:21:26 +02:00
parent 61201274fb
commit 08a93fc71e
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -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 `<!--more-->` 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.