blog: Handle site requests using hunchentoot
authorLucian Mogosanu <lucian@mogosanu.ro>
Thu, 15 Aug 2019 12:35:11 +0000 (15:35 +0300)
committerLucian Mogosanu <lucian@mogosanu.ro>
Thu, 15 Aug 2019 12:35:13 +0000 (15:35 +0300)
commit430be18cddf1a176381dfb4970118668f3a78d6a
treec2c7f0a6ed34fa2953b76695f2f1dfeb572d580f
parentf503cca6e54b7d2cdbafc82f2977b387b45f4959
blog: Handle site requests using hunchentoot

This is probably too heavyweight, maybe we should define a custom dispatch
mechanism for the blog, since we have a lot of redundant URLs (e.g. /, /index,
/index.html).

This however requires some work, e.g. in handling static directories with a lot
of data.
blog.lisp