update synth.download assets, clean up css, a bit more 11ty configuration

This commit is contained in:
Ruben 2025-04-21 09:51:22 -05:00
commit 79f0cc7475
No known key found for this signature in database
GPG key ID: AE181294E97E4802
66 changed files with 8543 additions and 2868 deletions

View file

@ -1,6 +1,6 @@
<meta charset="UTF-8">
<title>{{ title or metadata.title }} • synth download!</title>
<link rel="icon" type="image/png" href="/assets/favicon.png">
<link rel="icon" type="image/png" href="/assets/synth.download/synth.png">
<link rel="canonical" href="https://synth.download/">
<link rel="me" href="https://booping.synth.download/@sneexy">
<link rel="me" href="https://beeping.synth.download/@sneexy">
@ -9,17 +9,10 @@
<meta property="og:url" content="https://synth.download/">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="{{ description or metadata.description }}">
<link rel="stylesheet" href="/styles/accessibility.css">
<link rel="stylesheet" href="/styles/animations.css">
<link rel="stylesheet" href="/styles/at-media.css">
<link rel="stylesheet" href="/styles/colors.css">
<link rel="stylesheet" href="/styles/font.css">
<link rel="stylesheet" href="/styles/footer.css">
<link rel="stylesheet" href="/styles/icons.css">
<link rel="stylesheet" href="/styles/index.css">
<link rel="stylesheet" href="/styles/navbar.css">
<link rel="stylesheet" href="/styles/style.css">
<link rel="stylesheet" href="/styles/window.css">
<link rel="stylesheet" href="/styles/base.css">
<script src="/scripts/alt-popup.js"></script>
<script src="/scripts/settings.js"></script>
<script src="/scripts/button.js"></script>