update header to refer ot local
All checks were successful
Build and Push Image / Build and push image (push) Successful in 24m18s

This commit is contained in:
armistace 2026-05-06 14:29:43 +10:00
parent 8f36777a6c
commit b19d7c9128

View File

@ -6,7 +6,7 @@ SITENAME = "Andrew Ridgway's Blog"
SITEURL = 'https://blog.aridgwayweb.com' SITEURL = 'https://blog.aridgwayweb.com'
THEME = 'themes/cleanblog' THEME = 'themes/cleanblog'
PATH = 'content' PATH = 'content'
HEADER_COVER = 'https://www.baltana.com/files/wallpapers-13/Tech-Desktop-Wallpaper-35697.jpg' HEADER_COVER = 'https://blog.aridgwayweb.com/images/Tech-Desktop-Wallpaper-35697.jpg'
TIMEZONE = 'Australia/Brisbane' TIMEZONE = 'Australia/Brisbane'
COLOR_SCHEME_CSS = 'tomorrow.css' COLOR_SCHEME_CSS = 'tomorrow.css'
DEFAULT_LANG = 'en' DEFAULT_LANG = 'en'