- Change
:render-fn
to:render-page
- Change
:render-content-fn
to:render-content
- Add RSS feed using clj-rss
- Do more research into other Clojure static site generators like Cryogen
- Add server middleware to print out page map every page load
- Change markdown parser to Cybermonday
- Add more generator.clj tests
- Add symbol option for
:render-page
- Change
site-config
tosite-data
- Change
content
andrender-content
tomarkdown
andrender-markdown
(markdown only, no HTML) - Enable special
markdown
field in peripheral maps - Add pygment as code highlighting option
- Rename transformations to additions
- Add str "" to nuzzle.hiccup/html
- Add sitemap generation
- Expose cybermonday lower-fns
- Expose way to allow custom content parsers
- Move schemas to separate namespace
- Add davidsantiago/hickory for parsing HTML content