nextjs-particlex-theme/nextjs-particlex-theme/generate-sitemap
一个 专门 用于 particlex 主题的 Github Action,用于生成 sitemap。
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source-path | 仓库的路径,在运行后将会提交一个 sitemap 缓存文件到你的仓库里 | yes | datasource |
| output-path | HTML 输出路径 | yes | nextjs-particlex-theme/out |
| pages-path | Markdown 保存路径,相对于 `source-path` 的路径 | yes | source |
| sitemap-cache-file | sitemap 缓存文件放在哪里,相对于 `source-path` 的路径 | yes | sitemap-cache.json |
| web-base-path | 博客访问路径 | yes | — |
| commit-message | 自定义提交信息 | — | Update sitemap-cache.json |
Outputs
no outputs