{"id":15147234,"url":"https://github.com/can-dy-jack/hexo-theme-delicate","last_synced_at":"2025-07-02T04:37:39.031Z","repository":{"id":43891081,"uuid":"424878976","full_name":"can-dy-jack/hexo-theme-delicate","owner":"can-dy-jack","description":"一款 Hexo 主题 / delicate theme for Hexo.","archived":false,"fork":false,"pushed_at":"2023-10-09T13:05:55.000Z","size":2789,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-19T06:42:18.930Z","etag":null,"topics":["delicate","giscus","github-pages","hexo","hexo-theme","hexo-theme-delicate"],"latest_commit_sha":null,"homepage":"https://kartjim.cn/delicate/","language":"Stylus","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/can-dy-jack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-11-05T08:36:29.000Z","updated_at":"2024-05-09T07:03:40.000Z","dependencies_parsed_at":"2022-08-02T16:15:56.875Z","dependency_job_id":null,"html_url":"https://github.com/can-dy-jack/hexo-theme-delicate","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/can-dy-jack/hexo-theme-delicate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/can-dy-jack%2Fhexo-theme-delicate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/can-dy-jack%2Fhexo-theme-delicate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/can-dy-jack%2Fhexo-theme-delicate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/can-dy-jack%2Fhexo-theme-delicate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/can-dy-jack","download_url":"https://codeload.github.com/can-dy-jack/hexo-theme-delicate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/can-dy-jack%2Fhexo-theme-delicate/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263076934,"owners_count":23410164,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["delicate","giscus","github-pages","hexo","hexo-theme","hexo-theme-delicate"],"created_at":"2024-09-26T12:23:52.793Z","updated_at":"2025-07-02T04:37:38.998Z","avatar_url":"https://github.com/can-dy-jack.png","language":"Stylus","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hexo-theme-delicate\n\n## 使用\n### 方法一\nnpm 下载使用：\n```bash\nnpm i hexo-theme-delicate\n```\n\n然后在根目录的 `_config.yml` 下配置 `theme: delicate` 并重启项目\n\n### 方法二 **推荐**\ngit clone 本主题的文件：\n```bash\ngit clone https://github.com/can-dy-jack/hexo-theme-delicate.git themes/delicate\n```\n\n然后在根目录的 `_config.yml` 下配置 `theme: delicate` 并重启项目\n\n### 主题配置\n到主题下的配置文件 `_config.yml` 进行配置。\n\n如果您是使用方法一进行安装的，需要新建 `_config.delicate.yml` 文件，并将主题仓库下的配置文件复制进去进行配置。这种方式的缺点就是**每次更新主题配置并不会热更新，需要重启项目**，所以推荐方式二进行主题安装！\n\n## 使用注意事项\n本主题支持的语言如下\n- 中文简体 `zh-CN`\n- English `en`\n\n## 近期更新\n### done\n- [x] stylus mixins 和 functions\n- [x] 标签和分组颜色支持自定义\n- [x] 优化阅读更多按钮设计\n- [x] 页面 title 信息\n- [x] 更新hexo官网主题图片\n\n### Giscus 评论功能\n只有在文档的 Front-matter 里加入\n```yml\ngiscus: true\n```\n才会在本页面开启 Giscus\n\n\n### 公式支持\n\u003e 使用CDN支持 `mathjax` 和 `katex`\n\n开启方式：在文档的 Front-matter 里加入:\n```yml\nmathjax: true\n```\n或\n```yml\nkatex: true\n```\n即可。\n\n不需要渲染公式的文章请不要开启！避免影响页面加载速度！\n\n`katex`渲染示例：\n```katex\n$$\\begin{pmatrix}a_{11} \u0026 a_{12} \u0026 a_{13}\\ a_{21} \u0026 a_{22} \u0026 a_{23}\\ a_{31} \u0026 a_{32} \u0026 a_{33}\\end{pmatrix}$$\n\n---\n\n$$a^2+b^2=c^2$$\n```\n\n![katex.png](https://s2.loli.net/2023/07/16/lcUwDYPa7IOnTQ8.png)\n\n**注：本主题使用CDN加载公式转换脚本的方式支持公式。**  \n**您可以在博客根目录下安装[`hexo-filter-mathjax`](https://github.com/next-theme/hexo-filter-mathjax)或`hexo-math`等插件来支持公式，这样就可以在打包的时候就完成公式的渲染，加快请求速度。（使用插件的话记得关闭主题的公式支持）**\n\n## TODOs\n- [ ] 顶部加载进度条\n- [ ] 代码块复制按钮，mac样式\n- [ ] i18n\n- [ ] 更新文章\n\n### BUGs 🐛\n- [ ] 首页无公式渲染\n\n### In progress\n- [ ] scripts\n- [ ] 置顶文章功能\n- [ ] 移动适配\n\n### Planning ~\n- [ ] 接入更多评论系统\n- [ ] 广告支持\n- [ ] 黑暗模式\n- [ ] RSS\n\n## 推荐插件\n- [hexo-reference](https://github.com/kchen0x/hexo-reference) markdown脚注\n\n## 主题扩展\n- [giscus-theme-delicate](https://github.com/can-dy-jack/giscus-theme-delicate) A theme for giscus, using in hexo-theme-delicate\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcan-dy-jack%2Fhexo-theme-delicate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcan-dy-jack%2Fhexo-theme-delicate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcan-dy-jack%2Fhexo-theme-delicate/lists"}