aboutsummaryrefslogtreecommitdiff
path: root/cmd/xedn
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2025-04-26 20:07:06 -0400
committerXe Iaso <me@xeiaso.net>2025-04-26 20:07:06 -0400
commit62665656ffc8c20b7913b64dd14f4739bdcf29e7 (patch)
tree52893728becf4b7cb7b6b21f36d3a030b33ab376 /cmd/xedn
parent0a566abb1557f1a06723564b080061c06afd5de9 (diff)
downloadx-62665656ffc8c20b7913b64dd14f4739bdcf29e7.tar.xz
x-62665656ffc8c20b7913b64dd14f4739bdcf29e7.zip
chore: reformat the world, set up autoformat on commit
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'cmd/xedn')
-rw-r--r--cmd/xedn/doc/README.md1
-rw-r--r--cmd/xedn/index.html57
-rw-r--r--cmd/xedn/yeetfile.js8
3 files changed, 40 insertions, 26 deletions
diff --git a/cmd/xedn/doc/README.md b/cmd/xedn/doc/README.md
index 0524702..3980e71 100644
--- a/cmd/xedn/doc/README.md
+++ b/cmd/xedn/doc/README.md
@@ -25,4 +25,3 @@ file is requested, hopefully making sure that each file that is
commonly used is never requested from backend servers. This does make
genuinely updating content hard, so users of XeDN are encouraged to
assume that the backend is an _append-only_ store.
-
diff --git a/cmd/xedn/index.html b/cmd/xedn/index.html
index 1bb9dc1..6ca1717 100644
--- a/cmd/xedn/index.html
+++ b/cmd/xedn/index.html
@@ -1,29 +1,44 @@
-<!DOCTYPE html>
+<!doctype html>
<html>
- <head>
- <title>XeDN</title>
- <link rel="stylesheet" href="/static/pkg/xess/xess.css" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- </head>
- <body id="top">
- <main>
- <h1>XeDN</h1>
+ <head>
+ <title>XeDN</title>
+ <link rel="stylesheet" href="/static/pkg/xess/xess.css" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ </head>
+ <body id="top">
+ <main>
+ <h1>XeDN</h1>
- <p>Hi there! This server is a part of XeDN, the overengineered CDN made by <a href="https://xeiaso.net">Xe Iaso</a>. I hope you're having a good day.</p>
+ <p>
+ Hi there! This server is a part of XeDN, the overengineered CDN made by
+ <a href="https://xeiaso.net">Xe Iaso</a>. I hope you're having a good
+ day.
+ </p>
- <h2>Available packages</h2>
+ <h2>Available packages</h2>
- <p>There are a few packages available for use on this server:</p>
+ <p>There are a few packages available for use on this server:</p>
- <ul>
- <li><a href="https://github.com/Xe/iosevka">Iosevka Iaso</a> - The font family used across Xe's stack - <a href="/static/pkg/iosevka">/static/pkg/iosevka</a></li>
- <li><a href="https://github.com/Xe/Xeact">Xeact</a> - Xe's minimal frontend femtoframework - <a href="/static/pkg/xeact">/static/pkg/xeact</a></li>
- <li><a href="https://github.com/Xe/Xess">Xess</a> - Xe's CSS framework - <a href="/static/pkg/xess">/static/pkg/xess</a></li>
- </ul>
+ <ul>
+ <li>
+ <a href="https://github.com/Xe/iosevka">Iosevka Iaso</a> - The font
+ family used across Xe's stack -
+ <a href="/static/pkg/iosevka">/static/pkg/iosevka</a>
+ </li>
+ <li>
+ <a href="https://github.com/Xe/Xeact">Xeact</a> - Xe's minimal
+ frontend femtoframework -
+ <a href="/static/pkg/xeact">/static/pkg/xeact</a>
+ </li>
+ <li>
+ <a href="https://github.com/Xe/Xess">Xess</a> - Xe's CSS framework -
+ <a href="/static/pkg/xess">/static/pkg/xess</a>
+ </li>
+ </ul>
- <p>Please don't make me figure out how to make rate limits.</p>
+ <p>Please don't make me figure out how to make rate limits.</p>
- <p>From <a href="https://xeiaso.net">Within</a>.</p>
- </main>
- </body>
+ <p>From <a href="https://xeiaso.net">Within</a>.</p>
+ </main>
+ </body>
</html>
diff --git a/cmd/xedn/yeetfile.js b/cmd/xedn/yeetfile.js
index efafff7..1a85d20 100644
--- a/cmd/xedn/yeetfile.js
+++ b/cmd/xedn/yeetfile.js
@@ -1,4 +1,4 @@
-nix.build(".#docker.xedn")
-docker.load("./result")
-docker.push("registry.fly.io/xedn:latest")
-fly.deploy() \ No newline at end of file
+nix.build(".#docker.xedn");
+docker.load("./result");
+docker.push("registry.fly.io/xedn:latest");
+fly.deploy();