I am trying to add a new post to my Jekyll site, but I cannot see it on the generated pages when I run jekyll serve
.
What are some common reasons for a Jekyll post to not be generated?
_posts
directory.YEAR-MONTH-DAY-title.MARKUP
(Note the MARKUP
extension, which is usually .md
or .markdown
)future: true
in _config.yml
(documentation)published: false
in its front matter. Set it to true
.:
character. Replace it with :
.3.8.3
(and probably in other 'recent' releases).