diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2024-11-15 12:37:01 -0500 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2024-11-15 12:37:01 -0500 |
commit | 5f9fd579d98ea739cc2ee4cafe4124e74e1ffe88 (patch) | |
tree | 9b9317aff3daa188c9ab2c8e9144fba095e68c47 /Makefile | |
parent | 75d39958d77aaa489c139abced35d75a96835e71 (diff) | |
download | website-5f9fd579d98ea739cc2ee4cafe4124e74e1ffe88.tar.gz |
updates
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ###################### |