abemedia / jekyll-pdf

Create PDFs from Jekyll pages & documents.
http://abemedia.co.uk/jekyll-pdf/
GNU General Public License v3.0
104 stars 35 forks source link

URL encoding paths #10

Open atnpgo opened 7 years ago

atnpgo commented 7 years ago

I've managed to setup the plugin however I am running into a weird issue. The generated pdfs end up in the wrong folder. For example: administrator%20articles instead of administrator articles.

Is there a setting to generate the PDFs in the correct directory?

atnpgo commented 7 years ago

In case anyone else runs into this issue, I've managed to circumvent the issue by changing the permalink value to permalink: /docs/:title.html in my config.yml.

This doesn't technically fix the issue but I consider it an acceptable workaround.