+ [8 years ago] misty anybody have a guide for converting from kramdown to pandoc for the processor? I'd like to find something that maps the differences, such as if there are differences in auto-generated IDs
+ [8 years ago] misty @jaybe is this the one you were talking about: https://github.com/fauno/jekyll-pandoc-multiple-formats
+ [8 years ago] jekyllrb Title: GitHub - fauno/jekyll-pandoc-multiple-formats: Use pandoc on jekyll to generate posts in multiple formats (at github.com)
+ [8 years ago] jaybe misty, that is one of them out there that provides direct access via the pandoc executable. the other i believe uses the gem interpreter.
+ [8 years ago] misty thanks

message no. 165659

Posted by marians in #jekyll at 2017-03-14T21:10:03Z

Thanks anyway!
+ [8 years ago] GeekDude Hello! I have a collection with a variable called 'link' in its front-matter. I'm trying to make it link to a post on the same jekyll site, but I can't seem to do it without hard-coding a link. I tried defining 'link: {{ site.baseurl }}{% post_url 2017-03-13-mypost.md %}' but jekyll gives an error when building the site.
+ [8 years ago] GeekDude Specifically, the error was 'Error: could not read file /files/_other_projects/other 5.md: (<unknown>): did not find expected key while parsing a block mapping at line 2 column 1'
+ [8 years ago] GeekDude Could someone please help me understand what I'm doing wrong?
+ [8 years ago] allejo you can't assign values like that in front matter
+ [8 years ago] allejo you can only 'hard code' things in front matter, so to speak