{"id":13432086,"url":"https://github.com/solstice23/hexo-theme-argon","last_synced_at":"2025-04-06T15:12:53.729Z","repository":{"id":37667472,"uuid":"289440986","full_name":"solstice23/hexo-theme-argon","owner":"solstice23","description":"Argon-Theme 的 Hexo 移植版","archived":false,"fork":false,"pushed_at":"2024-02-01T14:54:57.000Z","size":4976,"stargazers_count":288,"open_issues_count":9,"forks_count":30,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-05-20T09:23:14.734Z","etag":null,"topics":["argon","argon-theme","costomizable","hexo","hexo-theme","pjax"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/solstice23.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-22T07:25:00.000Z","updated_at":"2024-06-16T17:44:52.609Z","dependencies_parsed_at":"2024-06-16T17:44:51.665Z","dependency_job_id":"9ed3d212-2f0f-4919-a0c6-f53ea072442a","html_url":"https://github.com/solstice23/hexo-theme-argon","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solstice23%2Fhexo-theme-argon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solstice23%2Fhexo-theme-argon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solstice23%2Fhexo-theme-argon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solstice23%2Fhexo-theme-argon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/solstice23","download_url":"https://codeload.github.com/solstice23/hexo-theme-argon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247500469,"owners_count":20948880,"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":["argon","argon-theme","costomizable","hexo","hexo-theme","pjax"],"created_at":"2024-07-31T02:01:08.468Z","updated_at":"2025-04-06T15:12:53.710Z","avatar_url":"https://github.com/solstice23.png","language":"CSS","funding_links":[],"categories":["Content","CSS"],"sub_categories":[],"readme":"![Argon](https://cdn.jsdelivr.net/gh/solstice23/cdn@master/argon_new_animate.svg)\n\n# Hexo-Theme-Argon\n\n[Argon-Theme](https://github.com/solstice23/argon-theme) 的 Hexo 移植版\n\n# 关于\n\nHexo-Theme-Argon 移植自 WordPress 版 Argon 主题。\n\n## 项目状态\n\n目前没有精力维护移植版，只维护 Wordpress 版本。Wordpress 的新功能将不会来到 Hexo 版本，只进行必要的 BUG 修复。~~（很久没有使用 Hexo）~~\n\n欢迎提交 Pull Request 贡献/移植新功能/修复 BUG。\n\n# 使用\n\n## 1. 安装并启用主题\n\n1. 在 `Hexo 根目录/themes` 目录下 Clone 本 Repo。\n\n```\ngit clone https://github.com/solstice23/hexo-theme-argon.git\n```\n安装 ejs 渲染器。\n\n```\nnpm install hexo-renderer-ejs\n```\n\n2. 重命名 Clone 后的文件夹为 `argon`\n\n3. 在 `Hexo 根目录/_config.yml` 中将 `theme` 项改为 `argon`\n\n## 2. 修改主题配置\n\n1. 将 `Hexo 根目录/themes/argon/_config.yml` 复制到 `Hexo 根目录/source/_data` 文件夹中，并重命名为 `argon.yml`\n\n2. 修改复制后的配置文件\n\n## 3. 配置搜索功能\n\n1. 在 `Hexo 根目录/themes` 目录下执行\n\n```\nnpm install hexo-generator-search --save\n```\n\n2. 在 `Hexo 根目录/_config.yml` 中添加选项\n\n```\nsearch:\n  path: search.xml\n  field: post\n  content: true\n```\n\n# 更新\n\n在 `Hexo 根目录/themes/argon` 目录中执行\n\n```\ngit pull\n```\n\n# 文章内参数\n\nArgon 支持给文章设定一些单独的参数，例如文章头图\n\n| 参数名                   | 解释                               |\n|--------------------------|-----------------------------------|\n| thumbnail                | 文章头图地址                       |\n| first_image_as_thumbnail | 该篇文章是否选用文中第一张图作为头图 |\n| after_post               | 文末附加内容                       |\n| excerpt                  | 文章自定义摘要                     |\n\n# Hexo 版相比 Wordpress 版\n\n+ 保留了 Wordpress 版的大部分特性\n+ 相同的界面\n+ 暂时不支持多语言（欢迎 PR）\n+ 目前仅支持 Gitalk、giscus、waline 评论系统（欢迎 PR）\n\n# Telegram 频道\n[t.me/argontheme](https://t.me/argontheme)\n\n自动推送更新消息以及其他关于 Argon 的消息\n\n\u003e Readme 待完善...\n\n# 更新日志\n\n## 20201031 v1.0.2\n+ 新增不蒜子用于统计访问人次和文章阅读量\n+ 再次修复 Page 生成问题\n+ 更改高亮显示颜色为红色\n+ 修复 Gitalk 评论不加载问题\n+ 修复文章目录不能数字+标题的问题\n\n## 20200908 v1.0.1\n+ 修复搜索结果点击后不会关闭问题\n+ 修复手机搜索按钮重复问题\n+ 修复 Page 生成问题\n\n## 20200905 v1.0.0\n+ 增加文章自定义摘要\n+ 支持 More 标签\n+ 修复 Gitalk 边距问题\n\n## 20200822 v1.0.0.beta\n+ 最初版本\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolstice23%2Fhexo-theme-argon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolstice23%2Fhexo-theme-argon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolstice23%2Fhexo-theme-argon/lists"}