Skip to content

rhcad/hexo-theme-vexo

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 15 commits ahead, 87 commits behind yanm1ng:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Vexo = Vue.js Style + Hexo

Vexo is a Hexo theme inspired by Vue.js official website.

Build Status JavaScript Style Guide

Intro

Demo

Live Example

Features

  • Fully Responsive
  • Baidu Analytics
  • Comment: uyan, changyan
  • Reward
  • Share Qrcode
  • SEO
  • Immersive Status Bar
  • Internal Search Engine

Install

  1. Download this theme into your project

    cd your-hexo-folder
    
    git clone https://github.com/rhcad/hexo-theme-vexo.git themes/vexo
    
    cp -r themes/vexo/_source/* source/
    
    npm i --save hexo-generator-search
    
  2. Modify _config.yml with your own info. look like this

    themes: vexo
    

    Here theme's name must same as the theme folder name.

  3. Or you can copy my theme _config.yml into you hexo blog directory , replace default _config.yml

  4. That's all , hope you will like :)

Update

cd themes/vexo
git pull

Post

The front-matter of a post looks like that:

---
title: "Hello World"
date: 2016-06-10 23:00
tags:
 - Movies
 - Life
---

Change Log

2017-06-27

  • Added image-zoom
  • Added project-link

2017-06-25

  • Added image load onerror replace default image
  • Added page loading-bar
  • Fixed bugs

2017-06-23

  • Added project page to show github project
  • Fixed share url error
  • Support markdown table & hr

2017-06-20

  • Added personal link icons, support:
    • github
    • zhihu
    • twitter
    • weibo
  • Fixed bugs

2017-06-15

  • Add personal about page
  • Replace font-family
  • Ignore text-autosizer/font-boosting on mobile-device
  • Fixed bugs

2017-06-12

  • Added enter-out transition
  • Fixed bugs

2017-06-11

  • Added archive page
  • Fixed HighLight code line-number bug
  • Adjust home post display problem
  • Thanks @ky0ncheng issue

Reward

You can replace your own Alipay/Wechat qrcode in themes/source/css/images

Here the name must same as alipay.jpg or wechat.jpg.

Links

You can easily add your social account by just adding your settings into _config.yml

# Links
weibo_username: your_weibo_account
twitter_username: your_twitter_account
github_username: your_github_account
zhihu_username: your_zhihu_account

About

  • Give a star if you like , fork or just clone to use , and also you can help me fix bugs and add new feature :)
  • If you have any problem or requirement , just open an issue here and i will help you.
  • Thanks to @imsun , @Evan You and @Hexo.

LICENSE

MIT

About

🍟 Vexo is a Hexo theme inspired by Vue's official website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 36.5%
  • JavaScript 36.4%
  • CSS 26.8%
  • Shell 0.3%