+[2019-03-16T11:44:38Z]kristian_on_linuyou're welcome ;) +[2019-03-17T19:35:09Z]gsilvaptHello 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]gsilvaptIt's pretty much not parsing characters. What can I do? +[2019-03-17T20:01:30Z]gsilvaptYes, 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? +[2019-03-17T23:18:31Z]sixfingeredamishhi!
It's pretty much not parsing characters. What can I do?
+[2019-03-19T13:53:33Z]enginpostIf 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]jaybeenginpost: not sure i understand +[2019-03-19T14:21:49Z]enginpostjaybe: 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]enginpostJaybe: what I ended up doing was creating a frontmatter that held a shortUrl value +[2019-03-19T14:23:01Z]enginpostthen 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