This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-11-18
Channels
- # alda (8)
- # aws (1)
- # bangalore-clj (1)
- # beginners (55)
- # boot (114)
- # capetown (2)
- # cljs-dev (51)
- # cljsjs (1)
- # cljsrn (14)
- # clojure (119)
- # clojure-belgium (6)
- # clojure-brasil (9)
- # clojure-conj (2)
- # clojure-greece (1)
- # clojure-korea (2)
- # clojure-poland (12)
- # clojure-russia (64)
- # clojure-spec (12)
- # clojure-uk (60)
- # clojurescript (159)
- # code-reviews (2)
- # component (4)
- # core-matrix (2)
- # cursive (79)
- # datascript (7)
- # datomic (2)
- # defnpodcast (4)
- # events (2)
- # hoplon (13)
- # jobs (2)
- # lein-figwheel (1)
- # off-topic (10)
- # om (42)
- # onyx (60)
- # pedestal (5)
- # perun (7)
- # rdf (4)
- # re-frame (4)
- # reagent (21)
- # ring-swagger (25)
- # schema (1)
- # spacemacs (52)
- # specter (1)
- # utah-clojurians (1)
- # yada (5)
Okay, I opened a PR with some ideas for discussion: https://github.com/hashobject/perun/pull/109
I have pretty much dropped Perun from Clojutre and our company web pages, the current model is too tied to blog model
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
Inside those Clojure namespaces I can parse markdown to hiccup and generate stuff however I want
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
I will probably try to integrate some parts of Perun with this model, to embed list of blog posts in some "static pages"
@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.