From 1763c3c8557771e3900e43165e499a0b311121d1 Mon Sep 17 00:00:00 2001 From: Rodrick Date: Sat, 13 Dec 2025 00:20:52 -0600 Subject: [PATCH] baseurl fix --- _config.yml | 3 ++- _pages/index.md | 1 - src/css/default.css | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index 118a1d7..7d2b4a0 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,6 @@ 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 language: en-us diff --git a/_pages/index.md b/_pages/index.md index 66fa70d..39f9061 100644 --- a/_pages/index.md +++ b/_pages/index.md @@ -1,7 +1,6 @@ --- layout: default title: ~rodrick -style: default extra: saved-theme="dark" permalink: / --- diff --git a/src/css/default.css b/src/css/default.css index 6a8bf05..08a564d 100644 --- a/src/css/default.css +++ b/src/css/default.css @@ -1,11 +1,11 @@ @media only screen and (max-width: 800px) { - .default .page { + body .page { width: 90%; } } -.default { +body { color: var(--color); font-family: var(--font); background: var(--bg-image) var(--bg-color);