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:
parent
837cfe07c7
commit
265d202908
3 changed files with 17 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue