Compare commits

..

6 Commits

Author SHA1 Message Date
0cf39e41e9 Upload files to "src/themes/cleanblog/static/images"
All checks were successful
Build and Push Image / Build and push image (push) Successful in 29m30s
2026-05-06 16:05:47 +10:00
32fb9709a0 update template to use png
Some checks failed
Build and Push Image / Build and push image (push) Has been cancelled
2026-05-06 16:05:08 +10:00
b19d7c9128 update header to refer ot local
All checks were successful
Build and Push Image / Build and push image (push) Successful in 24m18s
2026-05-06 14:29:43 +10:00
8f36777a6c Upload files to "src/content/images"
Some checks failed
Build and Push Image / Build and push image (push) Has been cancelled
2026-05-06 14:28:40 +10:00
fa14853363 Update header image
Some checks failed
Build and Push Image / Build and push image (push) Has been cancelled
2026-05-06 14:25:03 +10:00
976dc6698b Merge pull request 'zen_browser__is_it_the_new_browser_for_me' (#24) from zen_browser__is_it_the_new_browser_for_me into master
All checks were successful
Build and Push Image / Build and push image (push) Successful in 41m11s
Reviewed-on: #24
2026-05-06 11:46:18 +10:00
4 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 324 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 MiB

View File

@ -33,7 +33,7 @@
{% if article.header_cover %}
<header class="intro-header" style="background-image: url('{{ article.header_cover }}')">
{% else %}
<header class="intro-header" style="background-image: url('{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/post-bg.jpg')">
<header class="intro-header" style="background-image: url('{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/post-bg.png')">
{% endif %}
<div class="container">
<div class="row">