perun

Discuss perun static site generator
2017-08-13T17:03:31.575018Z

It doesn't seem possible to link from one markdown document to another via syntax like: [[This is a link to Page Two|slug-for-page-two]]. Is the only way to achieve this via syntax like [Link Text](/path/to/slug-for-page-two.html)? P.S. Thanks for the great work on Perun!

2017-08-13T17:59:18.860228Z

just found https://github.com/vsch/flexmark-java/wiki/Extensions#wikilinks, looks like this could be possible but maybe Perun doesn't provide a custom link resolver for this out of the box

josh_horwitz 2017-08-13T21:12:44.844461Z

I'm looking for a tutorial of building a blog site, does this exist anywhere?

2017-08-13T22:52:09.343017Z

@josh_horwitz I was just looking for the same, unfortunately https://github.com/hashobject/perun.io/blob/master/resources/guides/make-a-blog.md is still TODO. Best references I've found so far are from looking at the code for the example sites listed under https://github.com/hashobject/perun#examples

2017-08-13T22:54:10.352443Z

I'm new to clojure too and still haven't figured out how to tame boot into a halfway reasonable development experience (watching wasn't always picking up my changes, so I had to restart boot a lot, and it takes so long to start up)

2017-08-13T22:56:52.365802Z

I'm just going to switch back to http://www.getlektor.com for now, which has a great blog template set up for you out-of-the-box and much more complete docs. I would like to get back to Perun someday, esp. if I get some more experience with boot, but for now I'm not sure it's beginner-friendly enough. (Especially trying to incorporate a few third-party boot tasks I couldn't find up-to-date examples for)