chore: Initial gh-pages with empty appcast

This commit is contained in:
Alan Wizemann
2026-04-16 18:09:32 -07:00
commit 3f4ee9fdca
2 changed files with 33 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Scarf</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body { font-family: -apple-system, system-ui, sans-serif; max-width: 40rem; margin: 4rem auto; padding: 0 1rem; color: #222; }
a { color: #0969da; }
</style>
</head>
<body>
<h1>Scarf</h1>
<p>A native macOS companion app for the Hermes AI agent.</p>
<p>
Downloads and release notes live on the
<a href="https://github.com/awizemann/scarf/releases">GitHub releases page</a>.
</p>
<p>
The Sparkle auto-update feed is at
<a href="appcast.xml">appcast.xml</a>.
</p>
</body>
</html>