reconstruct site to use eleventy
Some checks failed
/ build (push) Failing after 35s

This commit is contained in:
Ruben 2025-04-20 03:23:57 -05:00
commit 5edbe5703f
No known key found for this signature in database
GPG key ID: 8EA836555FB6D9A5
243 changed files with 10960 additions and 81 deletions

View file

@ -0,0 +1,25 @@
<meta charset="UTF-8">
<title>{{ title or metadata.title }} • synth download!</title>
<link rel="icon" type="image/png" href="/assets/favicon.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">
<link rel="me" href="https://git.gay/sneexy">
<meta lang="en-US">
<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">
<script src="/scripts/alt-popup.js"></script>
<script src="/scripts/settings.js"></script>
<script src="/scripts/button.js"></script>