baseurl fix
This commit is contained in:
parent
a26db7aaec
commit
1763c3c855
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
layout: default
|
layout: default
|
||||||
title: ~rodrick
|
title: ~rodrick
|
||||||
style: default
|
|
||||||
extra: saved-theme="dark"
|
extra: saved-theme="dark"
|
||||||
permalink: /
|
permalink: /
|
||||||
---
|
---
|
||||||
|
|||||||
@ -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);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user