KingFelix / emerald

A minimal and mobile-first blog theme for Jekyll
http://www.jacoporabolini.com/emerald/
Other
190 stars 686 forks source link

aaaa #15

Closed ghost closed 8 years ago

ghost commented 8 years ago

..........

WaKeMaTTa commented 8 years ago

Did you create any post?

ghost commented 8 years ago

............

KingFelix commented 8 years ago

Check the file name. Each post must have a name containing the date, for example: 2016-05-11-postname.md

ghost commented 8 years ago

..............

WaKeMaTTa commented 8 years ago

Try to execute this command: jekyll build in the terminal.

KingFelix commented 8 years ago

You entered the Front Matter on top of the posts?

ghost commented 8 years ago

..............

WaKeMaTTa commented 8 years ago

try this:

---
title: Testing 123
---
some text
ghost commented 8 years ago

..........

ghost commented 8 years ago

.............

ppmanforthewin commented 8 years ago

Are you hosting it on Github Pages or locally?

ghost commented 8 years ago

...........

WaKeMaTTa commented 8 years ago

Your code is a public repo?

ghost commented 8 years ago

................

KingFelix commented 8 years ago

Ok, I think the problem is the jekyll-paginate plugin. The latest Jekyll version doesn't support natively the pagination. You must add the plugin. Install the plugin:

$ gem install jekyll-paginate

Then in your _config.yml file add:

# Plugins gems: - jekyll-paginate

ghost commented 8 years ago

..............