(define sixhat
  (λ (dave)
    (display 'ideas)))

Blogs without server side rendering

I love static websites, but what about if the static was just markdown files and I let the client render everything via a Javascript library?

(This website uses MDBook - This is highly recommended, even for bigger things other than a simple blog like this, although it is pre-rendered)