Skip to content

Commit 1afceb6

Browse files
kevinten10claude
andcommitted
docs: 更新 CLAUDE.md 和 GitHub About 为新域名 capa.rxcloud.group
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 70d6959 commit 1afceb6

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

CLAUDE.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
66

77
This is the documentation website for **Capa** (Cloud Application API) - a Mecha architecture-based multi-runtime SDK for Java applications. The site is built with Hugo using the Docsy theme and published to GitHub Pages.
88

9-
- **Live site**: https://capa-cloud.github.io/capa.io/
9+
- **Live site**: https://capa.rxcloud.group/
1010
- **Repository**: https://github.com/capa-cloud/capa.io
1111
- **Default language**: Chinese (zh), with English support
1212

@@ -97,7 +97,7 @@ content/
9797

9898
### Key Configuration Details
9999

100-
- **Base URL**: `https://capa-cloud.github.io/capa.io/`
100+
- **Base URL**: `https://capa.rxcloud.group/`
101101
- **GitHub repo links**: Point to `https://github.com/capa-cloud/capa`
102102
- **Search**: Uses Google Custom Search Engine (gcs_engine_id)
103103
- **Syntax highlighting**: Uses Chroma with "tango" style
@@ -111,13 +111,12 @@ content/
111111

112112
### Deployment
113113

114-
The site is deployed to GitHub Pages:
114+
The site is deployed to GitHub Pages via GitHub Actions (`.github/workflows/deploy.yml`):
115115

116-
1. The `docs/` directory is the published output (configured via `publishDir`)
117-
2. The `docs/` directory is committed to the repository
118-
3. GitHub Pages serves from the `docs/` folder on the master branch
119-
120-
The `deploy.sh` script shows the legacy S3 deployment method but is no longer used.
116+
1. Push to `master` triggers the workflow
117+
2. Hugo builds the site with `--gc --minify --destination docs`
118+
3. `peaceiris/actions-gh-pages@v3` deploys to the `gh-pages` branch
119+
4. Custom domain: `capa.rxcloud.group` (configured via `static/CNAME`)
121120

122121
## Common Tasks
123122

0 commit comments

Comments
 (0)