Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 565 Bytes

help.md

File metadata and controls

21 lines (15 loc) · 565 Bytes

Help/ Cheatsheet

Hidden Post

How to create a post that is not searchable, not shows in posts and not in sitemap

  1. Set a permalink that the post can be accessed by url: permalink: /path/to/post-name/
  2. Set search: false to exclude post from search
  3. Set sitemap: false to exclude post from sitemap
  4. Set hidden: true to exclude post from posts

Teaser Image

How to add a teaser image to a post

  1. Add a teaser image to the post folder
  2. add Yaml front matter
header:
  teaser: /assets/images/posts/path/to/teaser-image.jpg