{"id":13490898,"url":"https://github.com/WongMinHo/hexo-theme-miho","last_synced_at":"2025-03-28T07:31:32.746Z","repository":{"id":217434743,"uuid":"94691628","full_name":"WongMinHo/hexo-theme-miho","owner":"WongMinHo","description":"🍺一款单栏响应式的hexo主题, A single column response for hexo . https://blog.minhow.com","archived":false,"fork":false,"pushed_at":"2019-10-19T01:23:50.000Z","size":466,"stargazers_count":199,"open_issues_count":34,"forks_count":100,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-05-20T09:18:44.876Z","etag":null,"topics":["css","ejs","hexo","responsive","theme"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WongMinHo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-06-18T14:17:09.000Z","updated_at":"2024-07-31T21:49:38.596Z","dependencies_parsed_at":null,"dependency_job_id":"b4291cd1-4eaf-4bf8-85b9-229d20ae4a07","html_url":"https://github.com/WongMinHo/hexo-theme-miho","commit_stats":null,"previous_names":["wongminho/hexo-theme-miho"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WongMinHo%2Fhexo-theme-miho","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WongMinHo%2Fhexo-theme-miho/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WongMinHo%2Fhexo-theme-miho/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WongMinHo%2Fhexo-theme-miho/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WongMinHo","download_url":"https://codeload.github.com/WongMinHo/hexo-theme-miho/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245236196,"owners_count":20582385,"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":["css","ejs","hexo","responsive","theme"],"created_at":"2024-07-31T19:00:51.919Z","updated_at":"2025-03-28T07:31:32.720Z","avatar_url":"https://github.com/WongMinHo.png","language":"CSS","funding_links":[],"categories":["CSS"],"sub_categories":[],"readme":"![MiHo](http://cloud.minhow.com/images/miho/theme/github.jpg)\nhexo-theme-miho\n================\n\nMiHo is a single and responsive design theme for [Hexo](//hexo.io).\nMiHo requires Hexo 3.0 and above, Compatible with mobile browsing; Theme DEMO:[MinHow's Blog](https://blog.minhow.com/).\n中文文档请[查看](https://blog.minhow.com/articles/blog/installation-configuration/).\n\n## Summary\n* [General](#general)\n* [Features](#features)\n* [Installation](#installation)\n* [Configuration](#configuration)\n* [Contributing](#contributing)\n* [License](#license)\n\n## General\n[![Version](https://img.shields.io/badge/version-1.0.0-green.svg?style=flat-square)](#)\n[![Author](https://img.shields.io/badge/author-MinHow-blue.svg?style=flat-square)](https://minhow.com)\n\n[![Hexo](https://img.shields.io/badge/hexo-3.0+-green.svg?style=flat-square)](https://hexo.io)\n[![node.js](https://img.shields.io/badge/node.js-6.0+-green.svg?style=flat-square)](https://nodejs.org/)\n\n## Features\n* Responsive\n* Concise\n* Tags Support \u0026 Categories Support\n* Googe analytics \u0026 Baidu analytics \u0026 Cnzz analytics\n* Disqus comments \u0026 Changyan comments\n* Stylus CSS preprocessor\n* Local Site Search\n* Pagination\n* ejs HTML templates\n\n## Installation\n\n### Installation Theme\n``` bash\n$ git clone https://github.com/WongMinHo/hexo-theme-miho.git themes/miho\n```\n\n### Update\n``` bash\ncd themes/miho\ngit pull\n```\n\n### Dependency installation\n#### Json-content\nGenerate site articles static data for in-site search; detailed configuration please check [hexo-generator-json-content](https://github.com/alexbruno/hexo-generator-json-content).\n``` bash\nnpm install hexo-generator-json-content --save\n```\n\n### Theme Config\nChange theme field in Hexo root's `_config.yml` file.\n``` bash\ntheme: miho\n```\n\n## Configuration\nModify settings in `themes/miho/_config.yml`，Please use it as needed.\n\n```\n# hexo-theme-miho\n# https://github.com/wongminho/hexo-theme-miho\n\n# Favicon of your site | 网站icon\nfavicon: /favicon.ico\n\n# Header\n\n# Keywords of your site | 网站关键字\nkeywords: MinHow,MinHow's Blog\n# Head headline | 头部标题\nheader_title: MinHow's Blog\n# Head description | 头部描述\nheader_description: 一个专注 WEB 开发的技术博客\n# Link to your logo | logo地址\nlogo: images/logo.png\n# Link to your banner_img | 首页banner图地址\nbanner_img: images/banner.jpg\n# Menu setting | 菜单设置\n#  name:                  Font Awesome icon | Font Awesome 图标\n#    title: Home          Title | 标题\n#    url: //minhow.com    Url, absolute or relative path | 链接，绝对或相对路径\n#    target: true         Whether to jump out | 是否跳出\nmenu:\n  home:\n    title: Home\n    url: /\n    target: false\n  archive:\n    title: Archives\n    url: /archives\n    target: false\n  user:\n    title: About\n    url: /about\n    target: false\n# Social setting, use to display social information | 社交设置，用来展示社交信息\n#  name:                  Font Awesome icon | Font Awesome 图标\n#    title: Home          Icon title | 图标标题\n#    url: //minhow.com    Url, absolute or relative path | 链接，绝对或相对路径\n#    target: true         Whether to jump out | 是否跳出\nsocial:\n  home:\n    title: MinHow\n    url: //minhow.com\n    target: true\n  github:\n    title: Github\n    url: //github.com/wongminho\n    target: true\n  weibo:\n    title: Weibo\n    url: //weibo.com/WongMinHo\n    target: true\n  twitter:\n    title: Twitter\n    url: //twitter.com/huangminhow\n    target: true\n  #qq:\n  #weixin:\n  #snapchat:\n  #telegram:\n  #envelope-o:\n  #facebook:\n  #google:\n  #linkedin:\n\n# Content\n\n# Excerpt length | 摘录长度\nexcerpt_length: 190\n# Excerpt link | 摘录链接\nexcerpt_link: more\u003e\u003e\n# New window open link | 新窗口打开文章\nopen_new_link: false\n# Article default cover picture，size：350*150 | 文章默认封面图，尺寸：350*150\ncover_picture: images/banner.jpg\n# Open background particles | 开启背景粒子\nopen_bg_particle: true\n# Open animation in homepage and head | 开启主页及头部动画\nopen_animation: true\n\n# Article\n\n# Open toc | 是否开启toc\ntoc: true\n# Open share | 是否开启分享\nshare: true\n\n# Style customization | 样式定制\nstyle:\n  # Main color tone | 主色调\n  main_color: '#0cc'\n\n# Reward | 打赏\n\nreward:\n  # 0-close, 1-All articles are rewarding, 2-Article's md file has reward:true attribute, only reward\n  # 0-关闭, 1-所有文章均有打赏, 2-文章的md文件里有reward:true属性，才有打赏\n  status: 1\n  # 标题\n  title: 请我吃糖~\n  # 微信，关闭设为 false\n  wechat: images/wechat_code.jpg\n  # 支付宝，关闭设为 false\n  alipay: images/alipay_code.jpg\n\n# Comments | 评论\n\n# 畅言，输入appid和appkey\nchangyan_appid: false\nchangyan_appkey: false\n# 友言，输入id\nyouyan_id: false\n# disqus\ndisqus: false\n# gitment  https://github.com/imsun/gitment\ngitment:\n  owner: false   #你的 GitHub ID\n  repo: ''   #存储评论的 repo\n  client_id: '' #client ID\n  client_secret: ''  #client secret\n\n# Analytics | 分析\n# 站长分析，输入站点id\ncnzz_analytics: false\n# 百度分析，输入key值\nbaidu_analytics: false\n# google analytics | google分析\ngoogle_analytics: false\n\n# Footer\n\n# Access statistics | “不蒜子”访问量统计\naccess_counter:\n  on: true\n  site_uv: 总访客数：\n  site_pv: 总访问量：\n\n# Copyright Information | 版权信息\ncopyright: 2017 MinHow\n```\n\n#### Article cover picture\nArticle default cover picture，size：350*150, When the article configuration does not have cover_picture display.\n``` bash\ncover_picture: images/banner.jpg\n```\n\n#### Background particles\nWhether to open background particles.\n``` bash\nopen_bg_particle: true\n```\n\n#### Homepage and head animation\nWhether to open homepage and head animation.\n``` bash\nopen_animation: true\n```\n\n#### Analytics\nGoogle analytics, Baidu analytics and cnzz analytics are supported.\n``` bash\n# 站长分析，输入站点id\ncnzz_analytics: false\n# 百度分析，输入key值\nbaidu_analytics: false\n# google analytics | google分析\ngoogle_analytics: false\n```\n\n#### Comments\nThis theme support both Disqus and Changyan as the third party discussion system.\n``` bash\n# 畅言，输入appid和appkey\nchangyan_appid: false\nchangyan_appkey: false\n# 友言，输入id\nyouyan_id: false\n# disqus\ndisqus: false\n```\n\n### Article configuration example\n``` bash\n---\ntitle: Hello World\ndate: 2017-06-18\ncategories: First\ntags:\n    - First\n    - Second\ncover_picture: /images/banner.jpg\n---\n MinHow-This is a summary\n\u003c!-- more --\u003e\n```\n\n## Contributing\nAll kinds of contributions (enhancements, new features, documentation \u0026 code improvements, issues \u0026 bugs reporting) are welcome.\n\n## License\nOpen sourced under the GPL v3.0 license.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FWongMinHo%2Fhexo-theme-miho","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FWongMinHo%2Fhexo-theme-miho","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FWongMinHo%2Fhexo-theme-miho/lists"}