Skip to content

Repository files navigation

Seraph Interactive

The website for Seraph Interactive. It is built with Astro and deployed to Cloudflare.

Stack

Getting started

npm install
npm run dev

The site runs at http://localhost:4321.

Writing an update

Add a new markdown file to src/content/updates/. The filename becomes the URL slug (src/content/updates/my-post.md -> /updates/my-post).

---
title: "Title of the entry"
date: 2026-02-01
excerpt: "One or two sentences shown in the log list."
draft: false
---

Body content in markdown.

draft: true keeps an entry out of both the list page and its own route without deleting the file. Entries are sorted newest first automatically.

About

Public facing website for Seraph Interactive

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages