From de06cede626c42d95268be5d6daea532784552be Mon Sep 17 00:00:00 2001 From: Hyperling Date: Fri, 15 Aug 2025 09:07:27 -0700 Subject: [PATCH] Override theme's css with static style sheet. Update baseURL. --- config.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index bf36ca2..775a37c 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = 'http://example.org/' +baseURL = 'https://jackanope.hyperling.com/' languageCode = 'en-us' title = 'Jackanope Ungathering' @@ -16,3 +16,5 @@ theme = "lugo" nextprev = false taglist = false showrss = false + +custom_css = ["style.css"]