shoes / shoesrb.com

A new website for Shoes
http://shoesrb.com
42 stars 24 forks source link

Add permalinks without .html suffix and fix deprecated config option. #60

Closed JesseHerrick closed 10 years ago

JesseHerrick commented 10 years ago

Just a small fix, but I've never liked .html in my permalinks. I've also changed name from the default to Shoes and pygments: true to highlighter: pygments.

JesseHerrick commented 10 years ago

This is kind of a part of #52. Also, here are the new routes:

/downloads.html => /downloads/
/tutorials.html => /tutorials/
/blog.html => /blog/
/contribute.html => /contribute/
/about.html => /about/
/get_help.html => /help/
jasonrclark commented 10 years ago

Definitely like using the non-.html style for the links. :+1: on that!

This looks like the PR pulled in a lot of other CSS changes beyond your description. Was that intended?

Haven't read through all of them in detail but I'm betting a few conflict with the Bootstap+FontAwesome PR @nathancarnes put up on #59 (which I was considering getting merged fairly soon). Any thoughts on how best to proceed there?

JesseHerrick commented 10 years ago

Oh, my bad @jasonrclark. I've been working away at the new design. I only meant to PR bcf410296ecc9fafb84503f701d42aad4e0c5ddc. The design changes I made are not ready.

JesseHerrick commented 10 years ago

I'm going to close this PR, cherry pick the proper changes into a new branch and then PR again.