diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-05-10 18:31:45 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-05-10 18:31:45 +0200 |
commit | f1b0372d1cad18dd5e70d04d473b0feb469253c7 (patch) | |
tree | f6bae34a85276b5380e4a73f12eb8c85f2100e3a /Makefile | |
parent | 178d76291fd50501092da78bd6cd38fa4b3d0469 (diff) | |
download | website-f1b0372d1cad18dd5e70d04d473b0feb469253c7.tar.xz |
Add pygments syntax highlighting
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ HTML := index.html journal.html about.html -CSS := style.css journal/isso.css +CSS := style.css pygments-default.css journal/isso.css RESOURCES := glider.png me.jpg TEMPLATES := $(shell find src/templates) |