aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCullum Smith <cullum@sacredheartsc.com>2024-11-15 12:37:01 -0500
committerCullum Smith <cullum@sacredheartsc.com>2024-11-15 12:37:01 -0500
commit5f9fd579d98ea739cc2ee4cafe4124e74e1ffe88 (patch)
tree9b9317aff3daa188c9ab2c8e9144fba095e68c47 /Makefile
parent75d39958d77aaa489c139abced35d75a96835e71 (diff)
downloadwebsite-5f9fd579d98ea739cc2ee4cafe4124e74e1ffe88.tar.gz
updates
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2833289..d9fc2af 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ FEED_TITLE = Cullum Smith's Blog
FEED_DESCRIPTION = Dad, southerner, unix wrangler, banjo enjoyer
STATIC_REGEX = .*\.(html|css|jpg|jpeg|png|ico|xml|txt|asc|webmanifest)
RECENT_POSTS_LIMIT = 5
-HIGHLIGHT_STYLE = kate
+HIGHLIGHT_STYLE = pygments
### VARIABLES ######################