# hexo-theme-vexo **Repository Path**: licoded/hexo-theme-vexo ## Basic Information - **Project Name**: hexo-theme-vexo - **Description**: 作者仓库:https://github.com/yanm1ng/hexo-theme-vexo 做一定修改供自己搭建博客使用 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-01 - **Last Updated**: 2021-11-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Vexo A responsive, clean and simple Hexo theme for a personal website. :cactus: [Live Demo](https://www.licoded.top) ## Features 1. use jQuery fancybox plugin to show pictures elegantly 2. use MathJax.js to render math formula 3. use modern responsive layout ## Install 1. Download/Checkout this theme into your project ``` cd your-hexo-folder git clone https://github.com/yanm1ng/hexo-theme-vexo.git themes/vexo cp -R themes/vexo/_source/* source/ ``` 2. Update project `_config.yml` theme config, look like this ``` themes: vexo ``` Here theme's name must same as the theme folder name. 3. Modify theme `themes/vexo/_config.yml` with your own info. 4. That's all ## Post The front-matter of a post looks like that: ``` --- title: "Hello World" date: 2016-06-10 23:00 banner: your-banner-link.jpg tags: - you-tag --- ``` If you want to render math formula, just add `mathjax: true` in the front-matter ## Future I plan to overwrite this theme by myself and maintain it for a long time.