diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2025-02-04 20:15:06 -0500 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2025-02-04 20:15:06 -0500 |
commit | fa188127ddda2829708858bcf27bd303bf573050 (patch) | |
tree | 5ad0721cce1d0c391e60b91fa9e6c4769cb36d80 /Makefile | |
parent | 6c5e78ab457ef3bead70474ebf78127d6a8f3a56 (diff) | |
download | website-fa188127ddda2829708858bcf27bd303bf573050.tar.gz |
add ffmpeg page
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ URL = https://${DOMAIN} RSYNC_TARGET = ${DOMAIN}:/usr/local/www/vhosts/${DOMAIN} FEED_TITLE = Cullum Smith's Blog FEED_DESCRIPTION = Blog of a unix wrangler, Gregorian chant and banjo enjoyer -STATIC_REGEX = .*\.(html|css|jpg|jpeg|png|ico|xml|txt|asc|webmanifest) +STATIC_REGEX = .*\.(html|css|jpg|jpeg|png|ico|xml|txt|asc|webmanifest|pdf) RECENT_POSTS_LIMIT = 5 HIGHLIGHT_STYLE = pygments |