From e752441a37011e2e0429d499cecb910384ed2ce4 Mon Sep 17 00:00:00 2001 From: Leyla Becker Date: Sat, 14 Feb 2026 19:24:09 -0600 Subject: [PATCH] feat: hosted simulation via 11ty --- eleventy.config.js | 1 + posts/drafts/hyper-logLog-tombstone-garbage-collection.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/eleventy.config.js b/eleventy.config.js index 477b1a4..22882c0 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -395,6 +395,7 @@ module.exports = (eleventyConfig) => { }); eleventyConfig.addPassthroughCopy("robots.txt"); + eleventyConfig.addPassthroughCopy("simulations"); eleventyConfig.ignores.add("README.md"); diff --git a/posts/drafts/hyper-logLog-tombstone-garbage-collection.md b/posts/drafts/hyper-logLog-tombstone-garbage-collection.md index 5d98989..7321444 100644 --- a/posts/drafts/hyper-logLog-tombstone-garbage-collection.md +++ b/posts/drafts/hyper-logLog-tombstone-garbage-collection.md @@ -812,4 +812,4 @@ Future work may explore adaptive HLL precision based on network size, integratio ## References -A working simulation implementing this algorithm is available at `simulations/hyperloglog-tombstone/simulation.ts`. \ No newline at end of file +A working simulation implementing this algorithm is available at [simulations/hyperloglog-tombstone/simulation.ts](/simulations/hyperloglog-tombstone/simulation.ts). \ No newline at end of file