From 940a425e77ffd7e5aabae676586e5f1389826110 Mon Sep 17 00:00:00 2001 From: Matt Gibson Date: Mon, 22 Jan 2024 16:37:23 +1100 Subject: [PATCH] (fix) bad url in conf --- pelicanconf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pelicanconf.py b/pelicanconf.py index 5a8e864..ab2ce48 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -10,6 +10,7 @@ AUTHOR = "Matt Gibson" SITENAME = "Matt Gibson" SITESUBTITLE = "Artisanal Data and Software Gibbon" +# configure automatically if using githubpages + custom domain SITEURL = "https://www.matthew-gibson.com" TIMEZONE = "Australia/Sydney"