Render pandoc output to index.html

Using index.html allows us to use the Google AdSense script and extend the
styling by adding a CSS stylesheet.
This commit is contained in:
William Carroll 2020-01-31 16:13:22 +00:00
parent 837cfe07c7
commit 265d202908
3 changed files with 17 additions and 13 deletions

View file

@ -19,6 +19,7 @@ in depot.nix.buildLisp.program {
deps = with depot.third_party.lisp; with briefcase.third_party.lisp; [
hunchentoot
cl-arrows
cl-ppcre
];
srcs = [
./src/server.lisp