perun

Discuss perun static site generator
bhagany 2018-10-10T01:03:58.000100Z

It has been pretty spotty to be honest

bhagany 2018-10-10T01:04:22.000200Z

(I’m a committer, but it has been hard to find the time)

richiardiandrea 2018-10-10T04:56:46.000100Z

I am using it for my blog and I feel nothing else should be added honestly.

richiardiandrea 2018-10-10T04:57:00.000100Z

Maybe more docs but 🤷

Sen 2018-10-10T12:55:53.000100Z

Yeah, same here, I hardly need anything to be added, but would be nice to have finished guides on website.

Sen 2018-10-10T13:04:07.000100Z

My only problem is I can't figure out how to manage permalinks generated by Perun? Problem is that to use ClojureScript I have to make out-dir something else than public, because otherwise compiler warns me about PUBLIC to be reserved word. So, I out-dir to app, all files index.html and content files go there, however, permalinks have path starting with app/.., which is the root folder :man-shrugging:

bhagany 2018-10-10T20:49:21.000100Z

There’s a parameter for that - I don’t recall off the top of my head but something like :dir-root maybe?

bhagany 2018-10-10T20:49:48.000100Z

It might be in the global metadata