This commit is contained in:
Tasia Iso 2024-05-09 12:54:10 +02:00
parent 4d8dd9e9fb
commit 69d379a66a
Signed by: tasiaiso
SSH key fingerprint: SHA256:KiRjUay5C9i6objsEOIycygBHn54pDBB3Lj7fyJ0Elw
3 changed files with 26 additions and 2 deletions

View file

@ -43,3 +43,20 @@ PGP+ t? 5? X? R? !tv b+ DI? D+ G e h!>-- r++ z
- Matrix: `@tasiaiso:kitsunes.club`
- E-Mail: `(my usual username)@proton.me`
- PGP: [A485B7C43AEC514B50A00F96857B004418AA6255](static/pubkey.asc)
## changelog
### 2024-05-09
- fixed url paths bugs
- gruvbox theme
- modified page layout
- new meta fields (wip)
- added webring tilde.club
- added badge fediring, tildeclub & kitsulife
- updated bio
- updated build process
- posts now use yaml front matter
- posts date displayed in the nav menu
- updated keyoxide id
- added this changelog section (no way)

View file

@ -135,7 +135,7 @@ and HTML Apps."
<hr />
This is a
<a href="https://https://motherfuckingwebsite.com">motherfucking website</a
<a href="https://motherfuckingwebsite.com">motherfucking website</a
>. This page is cleaner than 0% of all web pages globally according to
<a href="https://www.websitecarbon.com/website/tilde-club-tasiaiso"
>websitecarbon.com</a

View file

@ -17,7 +17,14 @@ code {
color: var(--yellow);
}
@media only screen and (min-width: 600px) {
@media only screen and (min-width: 800px) {
body {
margin-left: 10vw;
margin-right: 10vw;
}
}
@media only screen and (min-width: 1100px) {
body {
margin-left: 20vw;
margin-right: 20vw;