hexo-theme-casual
~~追求简洁清爽的Hexo主题,界面设计部分采用了Semantic UI ~~(其实是自己做了半天发现审美捉急)~~。
简洁清爽大气的Hexo主题
A simple and cool hexo theme
Living Demo
Feature
- Responsive | Comfortable dynamic effects
- Archive | Info | (Resume) widgets
- Involve duoshuo comment module
- Involve local search module (hexo-generator-search)
Browser support

Installation
//Init blog folder
$ hexo init blog
$ cd blog && npm install
//Add dependencies
$ npm install --save hexo-renderer-jade hexo-renderer-scss hexo-generator-feed hexo-generator-sitemap hexo-browsersync hexo-generator-archive hexo-generator-search
//clone theme
$ git clone https://github.com/littlewin-wang/hexo-theme-casual themes/casual
//Then update your blog's _config.yml(yourblog/config.yml) to use the theme.
# Extensions
## Plugins: https://hexo.io/plugins/
## Themes: https://hexo.io/themes/
theme: casual
Config
Add about page
- In blog root dir
$ hexo new page about
- Modify source/about/index.md
---
title: About me
layout: "about"
---
//Add personal info you'd like to add
favicon
Add files to themes/casual/source/ and modify _config.yml(in theme dir)
favicon: /favicon.png
Personal social info
Just modify _config.yml(in theme dir)
social:
github: http://github.com/littlewin-wang
twitter: http://twitter.com/littlewin_wang
weibo: http://weibo.com/fredinweibo
mail: mailto:littlewin.wang@gmail.com