+ [2019-03-17T19:35:09Z] gsilvapt Hello everyone. I have this iteration through all project's directories and it's causing some issues with characters encoding. https://pastebin.com/Csy2BR8Q
+ [2019-03-17T19:35:28Z] gsilvapt It's pretty much not parsing characters. What can I do?
+ [2019-03-17T20:01:30Z] gsilvapt Yes, I confirmed with a pre html tag that site.pages is not encoding characters properly, even with encoding: utf-8 in the config file. Can anyone help?

message no. 170641

Posted by sixfingeredamish in #jekyll at 2019-03-17T23:18:31Z

hi!
+ [2019-03-19T13:53:33Z] enginpost If I wanted Jekyll to render a copy of my blog pages that use the permalink URL but those pages redirect to the longer URL - how could I do that?
+ [2019-03-19T14:18:26Z] jaybe enginpost: not sure i understand
+ [2019-03-19T14:21:49Z] enginpost jaybe: here is what I am trying to do. I want to create my own URL shortener, but I really want the longer blog URL so people relate to the content in context
+ [2019-03-19T14:22:21Z] enginpost Jaybe: what I ended up doing was creating a frontmatter that held a shortUrl value
+ [2019-03-19T14:23:01Z] enginpost then in a subfolder on my site I created a single page that looks through the pages collection to find that page and uses a javascript redirect to send them to the long page