mirror of
https://github.com/awizemann/scarf.git
synced 2026-05-10 10:36:35 +00:00
chore: Initial gh-pages with empty appcast
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle">
|
||||||
|
<channel>
|
||||||
|
<title>Scarf Updates</title>
|
||||||
|
<link>https://awizemann.github.io/scarf/appcast.xml</link>
|
||||||
|
<description>Scarf macOS app updates</description>
|
||||||
|
<language>en</language>
|
||||||
|
</channel>
|
||||||
|
</rss>
|
||||||
+24
@@ -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>
|
||||||
Reference in New Issue
Block a user