From fa188127ddda2829708858bcf27bd303bf573050 Mon Sep 17 00:00:00 2001 From: Cullum Smith Date: Tue, 4 Feb 2025 20:15:06 -0500 Subject: add ffmpeg page --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 98d3c5a..31521a6 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3