🏗 Restructure project, change font to Maple Mono

This commit is contained in:
2025-08-29 12:37:17 -04:00
parent 0733e44d8b
commit b8445f4a1b
63 changed files with 1522 additions and 842 deletions
+7 -2
View File
@@ -1,5 +1,5 @@
---
import RssIcon from '../img/svg/rss.svg';
import RssIcon from '../assets/svg/rss.svg';
const year = new Date().getFullYear();
---
@@ -13,12 +13,17 @@ const year = new Date().getFullYear();
<p>
<a href="/rss.xml"
><RssIcon class="rss-icon" size={20} /> Subscribe with RSS</a
><RssIcon class="rss-icon" width={20} height={20} /> Subscribe with RSS</a
>
</p>
</footer>
<style>
footer {
margin: 4rem 0;
text-align: center;
}
.rss-icon {
transform: translateY(0.18rem);
}