Skip to content

Latest commit

 

History

History
19 lines (19 loc) · 954 Bytes

TODO.md

File metadata and controls

19 lines (19 loc) · 954 Bytes
  • 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 to site-data
  • Change content and render-content to markdown and render-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