perun

Discuss perun static site generator
2016-07-24T14:31:58.000003Z

howdy

2016-07-24T14:32:58.000004Z

Trying to set up perun to build one of my static sites. Running in to some issues rendering the Ghost style test: https://gist.github.com/ErisDS/7e3455b70133640823c0/ — I’m wondering if the Markdown parser doesn’t support the ![alt](image-url) syntax for images?

2016-07-24T14:39:07.000005Z

Aha

2016-07-24T14:39:17.000006Z

No, it was that --- has special meaning

2016-07-24T14:39:29.000007Z

For the markdown post metadata (YAML frontmatter? I forget what this is called)

2016-07-24T14:39:50.000008Z

But if it appears /anywhere/ in the file it is treating it as post metadata, I think

2016-07-24T14:40:15.000009Z

when I would hope only the --- block at the beginning was used?

2016-07-24T14:40:46.000010Z

I will change my style thing to start but may want to try and fix the frontmatter thing to only match at beginning of files, later