use collections and provide rss feed for the blog

This commit is contained in:
2024-07-22 19:37:18 +02:00
parent 0bca511144
commit 3cc883d082
13 changed files with 1876 additions and 1486 deletions
+11
View File
@@ -7,6 +7,11 @@
--font-family-sans: 'Fira Sans', sans-serif;
}
/* break comment when time is right */
/*@view-transition {*/
/* navigation: auto;*/
/*}*/
:root.theme-dark {
--background-body: #202122;
--text-main: #fff;
@@ -278,6 +283,12 @@ span.tag::before {
content: '#';
}
iframe {
width: 100%;
aspect-ratio: 16/9;
border: 0;
}
@media (max-width: 1020px) {
h1 {
font-size: 3em;