简体   繁体   中英

Why is Jekyll not loading my posts?

I'm trying to create a simply gh-pages blog following this tutorial but I'm my posts area keeps coming up blank. Any reason why this would be happening?

Here is the gh-page: http://ajrdesign.github.io/Readable/

Here is the repo with the code: https://github.com/ajrdesign/Readable/tree/gh-pages

The file for your first test post is sitting at:

./_posts/first-post.md

In order for the GitHub Pages Jekyll engine to process it, the file name needs to start with a date string in the format:

YYYY-MM-DD-

Rename the file to:

./_posts/2013-07-25-first-post.md

That should get you started.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM