poole / lanyon

A content-first, sliding sidebar theme for Jekyll.
http://lanyon.getpoole.com
Other
3.25k stars 2.95k forks source link

Not compatible with Jekyll 3.0 #124

Closed joacimmelin closed 4 years ago

joacimmelin commented 9 years ago

Hi,

I get this error message when trying Lanyon with Jekyll-3.0.0.pre.beta8:

"Since v3.0, permalinks for pages in subfolders must be relative to the site source directory, not the parent directory. Check http://jekyllrb.com/docs/upgrading/ for more info."

Any plans to update this great theme for 3.0?

Thanks,

Joacim

nickserv commented 9 years ago

:+1: for working on support for this. Is Poole itself ready for Jekyll 3.0? If not, should that happen first?

joacimmelin commented 9 years ago

Any news on this? I still can't build my Lanyon based site with Jekyll 3.0.0.pre.beta8.

heathyates commented 9 years ago

I did some googling and found some things that might help you. I needed to make two changes to _config.yml to get it to work.

Change 1: gems: [jekyll-paginate] paginate: 5 paginate_path: "page:num"

Change 2: Remove relative_permalinks: true

If you want I can make a pull request to Lanyon if this works for everyone.

patrickhempel commented 8 years ago

Unfortunately, it dosen't work for me. jekyll creates odd urls for all the posts on the index page. The url for the first post was generated as http://0.0.7.222/01/02/introducing-lanyon.html.

I use jekyll 3.0.0 with ruby 2.1.4p265 on Mac OS 10.11.1

Any idea how to solve this?

Greetings, Patrick

ravicious commented 8 years ago

See #108.

patrickhempel commented 8 years ago

Thank you. Everything is working now as expected. I totally overlooked issue #108

akaak commented 8 years ago

It works for me as well after I made the two changes that were mentioned above by @heathyates.

tgharib commented 8 years ago

I can confirm that heathyates's two changes worked.

rfelten commented 8 years ago

thx @heathyates

ralphilius commented 8 years ago

Changes suggested by @heathyates work for me :) Thanks.

Hany3ssam commented 8 years ago

@heathyates Thank You, That Worked

IanJang commented 7 years ago

@heathyates Thanks a lot. I could build it because of your help.

keeprock commented 6 years ago

@heathyates you're the man!