Hi Creighton,
A bit too long to tweet :)
http://boriskourt.github.io/kioo-docs/ the latest is up, I think I added most of the functionality we would need.
Your input is very welcome at this stage as I am still not very good with CLJS.
Here is the main file:
https://github.com/BorisKourt/kioo-docs/blob/master/src/cljs/kioo/docs/site.cljsAnd here is the data atom:
https://github.com/BorisKourt/kioo-docs/blob/master/src/cljs/kioo/docs/post-data.cljsI had to store the full text 'doc' entries as .txt instead of .md as I couldn't get .md files with cljs-ajax.
I also don't even know if this is the best way to store the entries.
The process of adding an entry is: Add a map to the atom with a few short parameters. Then add a .txt file to ./pages/ with the markdown. Then everything should work.
Currently if you click on the Getting started with om and getting started with reagent links it will open an (unfinished css) overlay with the parsed markdown content. (Which has some entity encoding issues :( )
I know there are a bunch of 'empty' defsnippet statements Ill try to transfer more of the template content into CLJS.
Anyway, hope this is a good start, feel free to clone and edit. I think you have full access.
-Boris