{"id":13430698,"url":"https://github.com/yanm1ng/hexo-theme-vexo","last_synced_at":"2025-04-04T08:08:56.391Z","repository":{"id":48287200,"uuid":"93933375","full_name":"yanm1ng/hexo-theme-vexo","owner":"yanm1ng","description":"🍟  Vexo is a Hexo theme inspired by Vue's official website.","archived":false,"fork":false,"pushed_at":"2022-11-22T08:29:49.000Z","size":343,"stargazers_count":619,"open_issues_count":36,"forks_count":128,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-03-28T07:08:42.318Z","etag":null,"topics":["ejs","hexo","hexo-blog","hexo-theme","hexoblog","reward","stylus","theme","vue","vuejs"],"latest_commit_sha":null,"homepage":"https://yanm1ng.github.io/","language":"JavaScript","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/yanm1ng.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}},"created_at":"2017-06-10T10:55:33.000Z","updated_at":"2025-03-26T06:16:10.000Z","dependencies_parsed_at":"2022-09-16T02:11:06.769Z","dependency_job_id":null,"html_url":"https://github.com/yanm1ng/hexo-theme-vexo","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanm1ng%2Fhexo-theme-vexo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanm1ng%2Fhexo-theme-vexo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanm1ng%2Fhexo-theme-vexo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanm1ng%2Fhexo-theme-vexo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yanm1ng","download_url":"https://codeload.github.com/yanm1ng/hexo-theme-vexo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246718450,"owners_count":20822569,"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":["ejs","hexo","hexo-blog","hexo-theme","hexoblog","reward","stylus","theme","vue","vuejs"],"created_at":"2024-07-31T02:00:56.889Z","updated_at":"2025-04-04T08:08:56.365Z","avatar_url":"https://github.com/yanm1ng.png","language":"JavaScript","funding_links":[],"categories":["Content","JavaScript"],"sub_categories":[],"readme":"# Vexo = Vue.js Style + Hexo \n\n\u003e Vexo is a Hexo theme inspired by [Vue.js](https://cn.vuejs.org) official website.\n\n[![Build Status](https://travis-ci.org/yanm1ng/hexo-theme-vexo.svg?branch=master)](https://travis-ci.org/yanm1ng/hexo-theme-vexo)\n[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)\n\n\n## Intro\n\n![](http://file.muyutech.com/vexo.png)\n\n## Demo\n\n[Live Example](https://yanm1ng.github.io/)\n\n## Features\n\n* Fully Responsive\n* Baidu Analytics\n* [Youyan](http://www.uyan.cc/)\n* [Gitment](https://imsun.github.io/gitment/)\n* Share Qrcode\n* SEO\n* Immersive Status Bar\n* Article Catalog\n\n## Install\n\n1. Download/Checkout this theme into your project\n\n   ```\n   cd your-hexo-folder\n\n   git clone https://github.com/yanm1ng/hexo-theme-vexo.git themes/vexo\n\n   cp -R themes/vexo/_source/* source/\n   ```\n\n2. Update project `_config.yml` theme config, look like this\n\n   ```\n   themes: vexo\n   ```\n\n   Here theme's name must same as the theme folder name.\n\n3. Modify theme `themes/vexo/_config.yml` with your own info.\n\n4. That's all , hope you will like :)\n\n## Update Version\n\n```\ncd themes/vexo\ngit pull\n```\n\n## Post\n\nThe **front-matter** of a post looks like that:\n\n```\n---\ntitle: \"Hello World\"\ndate: 2016-06-10 23:00\nbanner: your-banner-link.jpg\ntags:\n - Movies\n - Life\n---\n```\n\nAdd this to the top of your article markdown file. \n\n## Change Log  \n**2017-09-21**\n* Added article catalog\n* Fixed bugs\n\n**2017-08-08**\n* Added article custom banner\n* Fixed gitment error\n\n**2017-06-27** \n* Added image-zoom\n* Added project-link\n\n**2017-06-25**\n* Added image load `onerror` replace default image\n* Added page [loading-bar](https://github.com/rstacruz/nprogress)\n* Fixed bugs\n\n**2017-06-23** \n* Added project page to show github project\n* Fixed share url error\n* Support markdown `table` \u0026 `hr`\n\n**2017-06-20**  \n* Added personal link icons, support: \n  * github \n  * zhihu \n  * twitter \n  * weibo\n* Fixed bugs\n\n**2017-06-15**  \n* Add personal about page\n* Replace font-family\n* Ignore text-autosizer/font-boosting on mobile-device\n* Fixed bugs\n\n**2017-06-12**  \n* Added enter-out transition\n* Fixed bugs\n\n**2017-06-11**\n* Added archive page\n* Fixed HighLight code line-number bug\n* Adjust home post display problem\n* Thanks @ky0ncheng issue\n\n## Comment\n\n#### 1. Gitment\nVexo use [Gitment](https://github.com/imsun/gitment) as the third party discussion system.\n\nYou can easily complete your comment configuration by just adding your settings into `_config.yml`\n\n```\n# comment\n# you can set utterances, gitment, uyan or disqus\ncomment: gitment\n\n# Gitment\ngitment_owner: yanm1ng\ngitment_repo: yanm1ng.github.io\ngitment_oauth_id: \ngitment_oauth_secret: \n```\n\nHow to use Gitment? [See](https://imsun.github.io/gitment/)\n\n#### 2. Utterances\n\nYou can also take [Utterances](https://utteranc.es/) as your comment system. It is a lightweight comments widget built on Github issues. You can easily configure which comment system you use in `_config.yml` of this theme.\n\n```\n# comment\n# you can set utterances, gitment, uyan or disqus\ncomment: utterances\n\n# utterances config\nutterances_repo: # GitHubAccount/RepoForUtterances\nutterances_issue_term: pathname \nutterances_theme: github-light\n```\n\nA simple introduction and guide for Utterances is [Here](https://utteranc.es/).\n\n## Local Search (Search in the blog)\nYou can add local search engine in your blog. It requires `hexo-generator-searchdb` which can be installed with `npm install hexo-generator-searchdb`. The full instruction can be found [Here](https://github.com/theme-next/hexo-generator-searchdb).\n\nAfter installing `hexo-generator-searchdb`, you can enable `local search` in `_config.yml`. It makes the search button visible at the right of the menu bar.\n\n```\n# Local Search Support\nlocal_search:\n  enable: true\n```\n\n## Reward\n\nYou can replace your own Alipay/Wechat qrcode in `themes/source/css/images` \n\nHere the name must same as `alipay.jpg` or `wechat.jpg`.\n\n## Links\n\nYou can easily add your social account by just adding your settings into `_config.yml`\n```\n# Links\nweibo_username: your_weibo_account\ntwitter_username: your_twitter_account\ngithub_username: your_github_account\nzhihu_username: your_zhihu_account\n```\n\n## About\n\n- Give a star if you like , fork or just clone to use , and also you can help me fix bugs and add new feature :)\n- If you have any problem or requirement , just open an issue here and i will help you.\n- Thanks to [@imsun](https://github.com/imsun) , [@Evan You](https://github.com/yyx990803) and [@Hexo](https://hexo.io).\n\n## LICENSE\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyanm1ng%2Fhexo-theme-vexo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyanm1ng%2Fhexo-theme-vexo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyanm1ng%2Fhexo-theme-vexo/lists"}