Fork me on GitHub
#perun
<
2016-11-18
>
bhagany07:11:03

Okay, I opened a PR with some ideas for discussion: https://github.com/hashobject/perun/pull/109

juhoteperi19:11:36

I have pretty much dropped Perun from Clojutre and our company web pages, the current model is too tied to blog model

juhoteperi19:11:20

But I have had great success with Boot and simple task which uses c.t.n to reload Clojure namespaces and render hiccup to html

juhoteperi19:11:37

Inside those Clojure namespaces I can parse markdown to hiccup and generate stuff however I want

juhoteperi20:11:30

And I can re run the render whenever any file changes so that even if the code reads external files, like markdown or something, I get instant reloads

juhoteperi20:11:13

I will probably try to integrate some parts of Perun with this model, to embed list of blog posts in some "static pages"

podviaznikov21:11:43

@juhoteperi I think I agree with you on Perun base tasks being too tied to blog model. I’m building personal site now (more sections than just blog http://podviaznikov.com/) and having some small problems (like it’s not always obvious what to do if I want just to render static page). I will try to keep track of this problems so that we can think how to solve them.