chrisrhymes / bulma-clean-theme

A clean and modern Jekyll theme based on Bulma
http://www.csrhymes.com/bulma-clean-theme/
MIT License
383 stars 485 forks source link

Blog content is empty #121

Closed tomsalzer closed 12 months ago

tomsalzer commented 2 years ago

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/

chrisrhymes commented 2 years ago

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

tomsalzer commented 2 years ago

Making the change from index.md to index.html now.

Ah. That didn't work before but it does now. I assume I can use some other variables like title, etc. to customize.

Thank you

Tom

On Tue, Mar 15, 2022 at 1:44 PM CS Rhymes @.***> wrote:

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 https://jekyllrb.com/docs/pagination/

— Reply to this email directly, view it on GitHub https://github.com/chrisrhymes/bulma-clean-theme/issues/121#issuecomment-1068451559, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB5E6QZVL4RHAQECP3XAOUTVADZDRANCNFSM5QZWPF5A . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>

-- Tom Salzer - he/him/his e: @.*** w: slzr.us

Yuri010 commented 2 years ago

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.

chrisrhymes commented 12 months ago

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