clawdie-ai/html
Clawdie AI 0b6b3ddaf3 chore: remove stale domedog hostname refs, replace xfce with Lumina
- domedog (server hostname) → osa throughout docs and skills
- XFCE/Xfce4 → Lumina desktop throughout install docs and staging files
- domedog.pro domain URLs kept (valid external references)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

---
Build: pass | Tests: pass — Tests  833 passed (833)

---
Build: pass | Tests: pass — Tests  833 passed (833)
2026-04-07 19:11:11 +00:00
..
clawdie feat: Activate Crowdin translation project — 26 docs uploaded (Sam & Claude) 2026-04-06 17:59:27 +00:00
docs-clawdie-si chore: remove stale domedog hostname refs, replace xfce with Lumina 2026-04-07 19:11:11 +00:00
osa feat: multi-language sync — 6 languages on both OSA and Clawdie 2026-03-23 22:18:59 +00:00
README.md Add HTML website sources for clawdie.si and osa.smilepowered.org 2026-03-10 22:45:42 +00:00

HTML Website Sources

This directory contains the source files for Clawdie-hosted websites.

Structure

html/
├── clawdie/          # https://clawdie.si
│   ├── index.html
│   ├── css/
│   ├── docs/
│   └── screenshots/
└── osa/              # https://osa.smilepowered.org
    └── index.html

Deployment

Files are deployed manually to nginx webroots:

# Deploy clawdie.si
cp html/clawdie/index.html /usr/local/www/clawdie/
cp -r html/clawdie/screenshots /usr/local/www/clawdie/

# Deploy osa.smilepowered.org
cp html/osa/index.html /usr/local/www/osa/

Future: Astro Migration

These hand-edited HTML files will be migrated to Astro components. See .agent/skills/astro/SKILL.md for the migration plan.

  • site/ directory will contain the Astro project
  • npm run build will output to /usr/local/www/clawdie/
  • This html/ directory will become a reference/archive

Notes

  • Both sites share similar CSS structure (Cormorant Garamond + DM Mono)
  • clawdie.si: Dark theme (--cream: #0d1117)
  • osa.smilepowered.org: Light theme (--cream: #f5f0e8)