一键导入
astro-pages-bootstrap
Bootstrap Astro in docs-site/ for GitHub Pages with a matching local base path
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Bootstrap Astro in docs-site/ for GitHub Pages with a matching local base path
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Drive package defaults, release packaging, and website version display from one MSBuild property
Validate every meaningful workflow_dispatch input combination before approving release-pipeline changes
Keep mixed validation/release GitHub workflow dispatch inputs from misrouting validation runs
Validate NuGet release artifacts before publish and ensure both package and symbol payloads are release-correct
Ship an Astro docs site to GitHub Pages with SEO, validation, and custom-domain safety checks
Keep repo-local .NET sample apps zero-config by avoiding native apphosts when macOS integrity enforcement can kill them
| name | astro-pages-bootstrap |
| description | Bootstrap Astro in docs-site/ for GitHub Pages with a matching local base path |
| domain | docs |
| confidence | medium |
| source | Sprint 8 Wave 1 issue #50 |
When this repo hosts an Astro site from a project Pages path, the local dev and preview URLs should match the deployed subpath instead of pretending the site lives at root.
docs-site/ with dev, build, and preview scripts.astro.config.mjs with the GitHub Pages origin and the repository base path (for this repo, /SimplicityTools/)..nojekyll in public/ so Astro copies it to dist/ on every build.README.md that tells contributors the exact local URL to open.npm run dev, npm run build, and npm run preview against the repository subpath, not /.