Override theme's css with static style sheet. Update baseURL.

This commit is contained in:
2025-08-15 09:07:27 -07:00
parent aa28b50d35
commit de06cede62

View File

@@ -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"]