From 2f4b9cbde48c56ef7e4954bc0908a1651b66209c Mon Sep 17 00:00:00 2001 From: Jeuner <62662523+Jeuners@users.noreply.github.com> Date: Sun, 6 Sep 2026 14:51:02 +0200 Subject: [PATCH] docs: publish paper and implementation evidence with GitHub Pages --- _config.yml | 3 +++ index.md | 7 +++++++ 2 files changed, 10 insertions(+) create mode 100644 _config.yml create mode 100644 index.md diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..49befea --- /dev/null +++ b/_config.yml @@ -0,0 +1,3 @@ +title: Time Is Not Metadata +description: Interpretable Timestamps and Measured Proper Time in LLM Agent Systems +theme: jekyll-theme-cayman diff --git a/index.md b/index.md new file mode 100644 index 0000000..4bc6fd1 --- /dev/null +++ b/index.md @@ -0,0 +1,7 @@ +--- +layout: default +title: Time Is Not Metadata +--- + +{% capture paper %}{% include_relative README.md %}{% endcapture %} +{{ paper | replace: 'IMPLEMENTATION.md', 'implementation.html' }}