summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-05-10 18:31:45 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-05-10 18:31:45 +0200
commitf1b0372d1cad18dd5e70d04d473b0feb469253c7 (patch)
treef6bae34a85276b5380e4a73f12eb8c85f2100e3a /Makefile
parent178d76291fd50501092da78bd6cd38fa4b3d0469 (diff)
downloadwebsite-f1b0372d1cad18dd5e70d04d473b0feb469253c7.tar.xz
Add pygments syntax highlighting
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0e3a90b..d0824af 100644
--- a/Makefile
+++ b/Makefile
@@ -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)