diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2024-11-20 17:13:04 -0500 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2024-11-20 17:13:04 -0500 |
commit | b0b34c4ff009ffb5efc9be6ee9ec5cd6757ce30e (patch) | |
tree | f0c0a4fb94f0fefc5153c98d3b93a5686ef23e93 /Makefile | |
parent | 5f9fd579d98ea739cc2ee4cafe4124e74e1ffe88 (diff) | |
download | website-b0b34c4ff009ffb5efc9be6ee9ec5cd6757ce30e.tar.gz |
new post: freebsd on the desktop
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ DOMAIN = www.sacredheartsc.com URL = https://${DOMAIN} RSYNC_TARGET = ${DOMAIN}:/usr/local/www/${DOMAIN} FEED_TITLE = Cullum Smith's Blog -FEED_DESCRIPTION = Dad, southerner, unix wrangler, banjo enjoyer +FEED_DESCRIPTION = Blog of a unix wrangler, Gregorian chant and banjo enjoyer STATIC_REGEX = .*\.(html|css|jpg|jpeg|png|ico|xml|txt|asc|webmanifest) RECENT_POSTS_LIMIT = 5 HIGHLIGHT_STYLE = pygments |