Personal blog website made with Zola
Find a file
Froge 2623244fb3
Fix background scaling (again (again))
Axel helped me unfuck the HTML and CSS so the background gradient
scaling no longer depends on the size of the body element, which I was
previously locking to the size of the outer html element, and locking
THAT to 100% of the view port size (which is awful code and bad practice)

Axel refactored this so that the outer html element and body element
both naturally scale to the browser size, as expected, and the CSS
background was changed to be fixed at 100% height/width regardless of
viewport size, which results in much cleaner code (thanks Axel)
2025-07-20 23:39:39 +10:00
content Fix content display on blog posts, fix background scaling (again), update styling for blog post content 2025-07-20 22:32:50 +10:00
static Fix background scaling (again (again)) 2025-07-20 23:39:39 +10:00
templates Fix content display on blog posts, fix background scaling (again), update styling for blog post content 2025-07-20 22:32:50 +10:00
.gitignore Fix gitignore file 2025-02-01 01:19:34 +10:00
config.toml Initial commit 2025-01-31 21:17:47 +10:00