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' }}