Documentation site for EvalHub.
This repository contains the source for the EvalHub documentation built with Astro/Starlight.
Documentation is automatically built and deployed to GitHub Pages when changes are pushed to the main branch.
Blog posts live in src/content/docs/blog/. Create a new Markdown file there with this frontmatter:
---
title: "Your Post Title"
date: 2026-05-02T00:00:00.000Z
authors:
- evalhub
excerpt: >
A short summary shown in the blog index.
---
Post content goes here.datecontrols the publish date and sort order.authorsmust match a key defined in thestarlightBlogauthors config inastro.config.mjs.- The filename becomes the URL slug (e.g.
my-post.md→/blog/my-post/).
See the LICENSE file for details.