Hidden Post
How to create a post that is not searchable, not shows in posts and not in sitemap
- Set a permalink that the post can be accessed by url:
permalink: /path/to/post-name/
- Set
search: false
to exclude post from search - Set
sitemap: false
to exclude post from sitemap - Set
hidden: true
to exclude post from posts
How to add a teaser image to a post
- Add a teaser image to the post folder
- add Yaml front matter
header:
teaser: /assets/images/posts/path/to/teaser-image.jpg