From 3439526cbf05065ba309ddd7249a94481f01ee1f Mon Sep 17 00:00:00 2001 From: Stonewall Jackson Date: Mon, 1 Jul 2024 10:23:55 -0400 Subject: update makefile --- Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 1b3e3bf..194fc8e 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,9 @@ ### CHANGE ME ###################### DOMAIN = www.sacredheartsc.com URL = https://$(DOMAIN) -#RSYNC_TARGET = $(DOMAIN):/var/www/$(DOMAIN) -RSYNC_TARGET = 10.11.199.18:/usr/local/www/test.sacredheartsc.com -FEED_TITLE = sacredheartsc blog -FEED_DESCRIPTION = Carolina-grown articles about self-hosting, privacy, unix, and more. +RSYNC_TARGET = $(DOMAIN):/var/www/$(DOMAIN) +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) BLOG_LIST_LIMIT = 5 -- cgit