docs: publish paper and implementation evidence with GitHub Pages

This commit is contained in:
Jeuner 2026-09-06 14:51:02 +02:00
parent 1c577511ed
commit 2f4b9cbde4
2 changed files with 10 additions and 0 deletions

3
_config.yml Normal file
View file

@ -0,0 +1,3 @@
title: Time Is Not Metadata
description: Interpretable Timestamps and Measured Proper Time in LLM Agent Systems
theme: jekyll-theme-cayman

7
index.md Normal file
View file

@ -0,0 +1,7 @@
---
layout: default
title: Time Is Not Metadata
---
{% capture paper %}{% include_relative README.md %}{% endcapture %}
{{ paper | replace: 'IMPLEMENTATION.md', 'implementation.html' }}