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
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

View File

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

View File

@ -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);