https://github.com/littlewin-wang/hexo-theme-casual
:sparkles: 简约大气的hexo博客主题
https://github.com/littlewin-wang/hexo-theme-casual
blog-theme hexo-theme theme
Last synced: 3 months ago
JSON representation
:sparkles: 简约大气的hexo博客主题
- Host: GitHub
- URL: https://github.com/littlewin-wang/hexo-theme-casual
- Owner: littlewin-wang
- License: mit
- Created: 2016-08-30T09:53:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-28T02:46:18.000Z (about 8 years ago)
- Last Synced: 2024-05-20T09:22:02.365Z (about 1 year ago)
- Topics: blog-theme, hexo-theme, theme
- Language: CSS
- Homepage: http://littlewin.info
- Size: 949 KB
- Stars: 57
- Watchers: 1
- Forks: 15
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Support: support.png
Awesome Lists containing this project
- awesome-hexo-themes - littlewin-wang/hexo-theme-casual
README
# hexo-theme-casual
~~追求简洁清爽的Hexo主题,界面设计部分采用了[Semantic UI](http://semantic-ui.com/) ~~(其实是自己做了半天发现审美捉急)~~。
> 简洁清爽大气的Hexo主题
> A simple and cool hexo theme

## [Living Demo](http://littlewin.info/)
## Feature
- Responsive | Comfortable dynamic effects
- Archive | Info | (Resume) widgets
- Involve duoshuo comment module
- Involve local search module ([hexo-generator-search](https://github.com/PaicHyperionDev/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:[email protected]
```### Comment
Modify uyan item, value is your uyan id. (In theme dir)
```
# Comment
# e.g uyan: 2128137
uyan: 2128137
```### Search
In blog root _config.yml
```
# Search
search:
path: search.xml
field: all
```### Google Analytics
Modify _config.yml and change the ga ID. (In theme dir)
```
# Analytics
# google-analytics:
ga: UA-92791318-1
```## Change Log
## v1.0
### v1.0.0 - Sep 28, 2016
- Init theme, now it can be used properly.
### v1.0.1 - Nov 15, 2016
- Improve the style and effect in cellphone.## v2.0
### v2.0.0 - Feb 21, 2017
- Redesign style, add local search module## More Info
Pls refer to [User guide](https://github.com/littlewin-wang/hexo-theme-casual/wiki/User-guide)## Contact
Email: [[email protected]](mailto:[email protected])