From 4a6449dde7b40ce0c6fb43270d3493253cdea9a0 Mon Sep 17 00:00:00 2001 From: Luke Wilkinson <95864695+krakenhavoc@users.noreply.github.com> Date: Mon, 22 Jun 2026 23:11:45 -0400 Subject: [PATCH] =?UTF-8?q?docs:=20add=209th=20and=2010th=20posts=20to=20R?= =?UTF-8?q?EADME=20src/posts=20tree=20=E2=80=94=20weekly=20audit=202026-06?= =?UTF-8?q?-23?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a252dd1..89e1102 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This repo contains the public-facing website for [KrakenKey](https://krakenkey.i ## Tech Stack | Layer | Technology | -|-------|-----------| +|-------|----------| | Framework | [Astro 5](https://astro.build) (static output) | | Styling | Custom CSS with design tokens (CSS variables) | | Fonts | Inter (sans), JetBrains Mono (mono) — loaded via Google Fonts | @@ -80,7 +80,8 @@ web/ │ │ ├── post-quantum-tls-certificate-readiness.md │ │ ├── free-tls-scanner.md │ │ ├── lets-encrypt-generation-y-transition.md -│ │ └── sc098v2-caa-rfc8657-mandatory.md +│ │ ├── sc098v2-caa-rfc8657-mandatory.md +│ │ └── public-ca-eku-separation-june-2026.md │ ├── styles/ │ │ └── global.css # Design tokens, reset, typography │ └── content.config.ts # Astro content collection config @@ -89,6 +90,8 @@ web/ └── package.json ``` +> **Upcoming:** PR #32 adds `lets-encrypt-merkle-tree-certificates.md` (draft, not yet merged). Update the tree above once merged. + ## Getting Started ### Prerequisites