diff options
author | William Carroll <wpcarro@gmail.com> | 2020-01-31T16·13+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-01-31T16·13+0000 |
commit | 265d2029088a1f49c5716bcb3d96f71dd0845d7e (patch) | |
tree | 65122f462dcf7ba51a9c14236d6decfeadda25d0 /blog/default.nix | |
parent | 837cfe07c76df5e464e3cfc7e9a1f0e64a91c4b5 (diff) |
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.
Diffstat (limited to 'blog/default.nix')
-rw-r--r-- | blog/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/blog/default.nix b/blog/default.nix index 1b1cc3974805..ace295385da4 100644 --- a/blog/default.nix +++ b/blog/default.nix @@ -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 |