baseurl fix

This commit is contained in:
Rodrick 2025-12-13 00:20:52 -06:00
parent a26db7aaec
commit 1763c3c855
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,6 @@
title: Tilde Shroom Growth title: Tilde Shroom Growth
url: https://tilde.32bit.cafe/~rodrick/ baseurl: /~rodrick
url: https://tilde.32bit.cafe
git_repo_url: https://git.32bit.cafe/RodFire8181/tilde git_repo_url: https://git.32bit.cafe/RodFire8181/tilde
language: en-us language: en-us

View File

@ -1,7 +1,6 @@
--- ---
layout: default layout: default
title: ~rodrick title: ~rodrick
style: default
extra: saved-theme="dark" extra: saved-theme="dark"
permalink: / permalink: /
--- ---

View File

@ -1,11 +1,11 @@
@media only screen and (max-width: 800px) { @media only screen and (max-width: 800px) {
.default .page { body .page {
width: 90%; width: 90%;
} }
} }
.default { body {
color: var(--color); color: var(--color);
font-family: var(--font); font-family: var(--font);
background: var(--bg-image) var(--bg-color); background: var(--bg-image) var(--bg-color);