upaté
This commit is contained in:
parent
4d8dd9e9fb
commit
69d379a66a
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue