personal memory agent
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add GitHub Pages landing page for solstone.app

Create static landing page in docs/ for GitHub Pages hosting with
custom domain. Uses Comfortaa font to match sol pbc org site styling.

- docs/index.html - centered logo and title
- docs/static/logo.png - sunstone logo asset
- docs/CNAME - custom domain configuration

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

+44
+1
docs/CNAME
··· 1 + solstone.app
+43
docs/index.html
··· 1 + <!DOCTYPE html> 2 + <html lang="en"> 3 + <head> 4 + <meta charset="UTF-8"> 5 + <meta name="viewport" content="width=device-width, initial-scale=1.0"> 6 + <title>Sunstone</title> 7 + <link rel="icon" type="image/png" href="static/logo.png"> 8 + <link href="https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;600;700&display=swap" rel="stylesheet"> 9 + <style> 10 + * { 11 + margin: 0; 12 + padding: 0; 13 + box-sizing: border-box; 14 + } 15 + body { 16 + min-height: 100vh; 17 + display: flex; 18 + flex-direction: column; 19 + align-items: center; 20 + justify-content: center; 21 + font-family: system-ui, -apple-system, sans-serif; 22 + background: #fff; 23 + } 24 + h1 { 25 + font-family: 'Comfortaa', system-ui, sans-serif; 26 + font-size: 2.5rem; 27 + font-weight: 700; 28 + letter-spacing: 0.1em; 29 + text-transform: lowercase; 30 + color: #222; 31 + margin-bottom: 2rem; 32 + } 33 + .logo { 34 + max-width: 400px; 35 + width: 80vw; 36 + } 37 + </style> 38 + </head> 39 + <body> 40 + <img src="static/logo.png" alt="Sunstone logo" class="logo"> 41 + <h1>sunstone</h1> 42 + </body> 43 + </html>
docs/static/logo.png

This is a binary file and will not be displayed.

observe/gnome/dbus.py observe/gnome/activity.py
observe/gnome/observer.py observe/linux/observer.py
observe/gnome/screencast.py observe/linux/screencast.py