Come back later once I write something.
-I plan to start with the very basics, so if you want to learn, bookmark this page for later.
+Come back later once I get around to writing something.
From e0c12600ee090fa360be7e56446b9212a3cbd3b3 Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Fri, 29 May 2026 21:56:55 -0500 Subject: lots of work --- Cargo.toml | 7 ++++ public/assets/bunny.webp | Bin 0 -> 491322 bytes public/assets/haemolacriaa.webp | Bin 0 -> 17614 bytes public/assets/hhaemolacria.webp | Bin 0 -> 14998 bytes public/blog.html | 5 ++- public/components/footer.html | 2 +- public/components/nav.html | 2 +- public/index.html | 8 ++--- public/music.html | 27 ++++++++------ public/releases/phosphenes.html | 76 ++++++++++++++++++++------------------- public/releases/template.html | 77 ++++++++++++++++++++-------------------- public/site.css | 28 ++++++++++++++- src/main.rs | 21 +++++------ 13 files changed, 147 insertions(+), 106 deletions(-) create mode 100644 public/assets/bunny.webp create mode 100644 public/assets/haemolacriaa.webp create mode 100644 public/assets/hhaemolacria.webp diff --git a/Cargo.toml b/Cargo.toml index e875dbc..64fc332 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,3 +12,10 @@ tower = "0.5.3" tower-http = { version = "0.6.11", features = ["compression-gzip", "fs", "timeout", "trace"] } tracing = "0.1.44" tracing-subscriber = "0.3.23" + +[profile.release] +opt-level = 3 +lto = true +codegen-units = 1 +panic = "abort" +strip = true diff --git a/public/assets/bunny.webp b/public/assets/bunny.webp new file mode 100644 index 0000000..a290c8c Binary files /dev/null and b/public/assets/bunny.webp differ diff --git a/public/assets/haemolacriaa.webp b/public/assets/haemolacriaa.webp new file mode 100644 index 0000000..40c0435 Binary files /dev/null and b/public/assets/haemolacriaa.webp differ diff --git a/public/assets/hhaemolacria.webp b/public/assets/hhaemolacria.webp new file mode 100644 index 0000000..036b397 Binary files /dev/null and b/public/assets/hhaemolacria.webp differ diff --git a/public/blog.html b/public/blog.html index 0b2864e..5738796 100644 --- a/public/blog.html +++ b/public/blog.html @@ -2,8 +2,7 @@
Come back later once I write something.
-I plan to start with the very basics, so if you want to learn, bookmark this page for later.
+Come back later once I get around to writing something.