Blog content is empty
Closed this issue · 4 comments
Following the directions at http://www.csrhymes.com/bulma-clean-theme/docs/posts/creating-a-post/ to create a blog directory, the result is an empty blog. I have one post in the _posts folder. Clearly I'm missing something! The theme is being pulled into Github Pages as a remote theme. URL: https://tomsalzer.github.io/Sailing/
Just checking, is the file inside the blog directory index.md
as it needs to be index.html
. I think this is due to the Jekyll pagination
Hello!
Sorry for "reviving" this old topic, but as I have the same problem.
I have /blog/index.html, just copied from this repository and only changed the subtitle
My posts just have the default format but don't show up in the /blog part.
I might be missing some code or files, but can't really figure out what :/
Links:
Repository, Home Page.
Hi @Yuri010 it looks like you have not named your posts in the correct format for Jekyll. They need to be YEAR-MONTH-DAY-title.md
for example 2011-12-31-new-years-eve-is-awesome.md
.
https://jekyllrb.com/docs/posts/#creating-posts