All Projects → littlewin-wang → hexo-theme-casual

littlewin-wang / hexo-theme-casual

Licence: MIT license
✨ 简约大气的hexo博客主题

Programming Languages

CSS
56736 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to hexo-theme-casual

Hexo Theme Overdose
⚠ Caution: you could be overdosed with this theme.
Stars: ✭ 137 (+153.7%)
Mutual labels:  blog-theme, hexo-theme
Hexo Theme Pure
Hexo theme pure. It's a pure theme for Hexo.
Stars: ✭ 751 (+1290.74%)
Mutual labels:  blog-theme, hexo-theme
Yinwang
Blog Theme For Hexo
Stars: ✭ 133 (+146.3%)
Mutual labels:  blog-theme, hexo-theme
Paper
🌈 一个类纸风的主题paper🎉(still updating...)
Stars: ✭ 142 (+162.96%)
Mutual labels:  blog-theme, hexo-theme
Hexo Theme Lx
👉 A simple & clear & elegant Hexo theme. 🔭🔭Lx——一款简洁、美观的Hexo博客主题。
Stars: ✭ 144 (+166.67%)
Mutual labels:  blog-theme, hexo-theme
frame
Frame is a minimal, elegant hexo theme.
Stars: ✭ 50 (-7.41%)
Mutual labels:  blog-theme, hexo-theme
Hexo Theme Shana
what's a cool hexo theme!
Stars: ✭ 166 (+207.41%)
Mutual labels:  blog-theme, hexo-theme
hexo-theme-aurora
🏳️‍🌈 Futuristic auroral Hexo theme.
Stars: ✭ 681 (+1161.11%)
Mutual labels:  blog-theme, hexo-theme
hexo-theme-wind
A Simple Hexo Theme.
Stars: ✭ 20 (-62.96%)
Mutual labels:  hexo-theme
aesto
Free Ghost theme with membership support. Minimal content focused design with multi author supported.
Stars: ✭ 31 (-42.59%)
Mutual labels:  blog-theme
Gesko
Gesko is a simple and minimalistic jekyll blogging theme.
Stars: ✭ 147 (+172.22%)
Mutual labels:  blog-theme
hexo-theme-simple99
A minimalist theme developed based on hexo, welcome to use!基于hexo开发的双栏式简约风主题,欢迎使用!已适配 twikoo 静态评论系统。
Stars: ✭ 16 (-70.37%)
Mutual labels:  hexo-theme
hexo-theme-twentyfifteen-wordpress
A reponsive theme for hexo, inspired by Twenty Fifteen Wordpress theme.
Stars: ✭ 28 (-48.15%)
Mutual labels:  hexo-theme
twenty-twenty-hugo
Twenty Twenty Hugo is forked from WordPress Twenty Twenty theme. It's fully functional like the WordPress theme.
Stars: ✭ 48 (-11.11%)
Mutual labels:  blog-theme
vuepress-theme-simple
✏️ Very Simple Blog Theme for VuePress
Stars: ✭ 89 (+64.81%)
Mutual labels:  blog-theme
uBlogger
A template designed with your readers in mind ❤️
Stars: ✭ 242 (+348.15%)
Mutual labels:  blog-theme
community
Volantis Community 社区主页 https://vlts.cc https://volantis.js.org
Stars: ✭ 85 (+57.41%)
Mutual labels:  hexo-theme
hexo-theme-lanmiao
使用bootstrap构建的类单页博客,粉色系简洁Hexo主题
Stars: ✭ 16 (-70.37%)
Mutual labels:  hexo-theme
taman
Pelican theme with "just the right amount"
Stars: ✭ 14 (-74.07%)
Mutual labels:  blog-theme
hexo-theme-ayer
一个干净优雅的hexo主题 A clean and elegant theme for Hexo. 🐋
Stars: ✭ 1,396 (+2485.19%)
Mutual labels:  hexo-theme

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

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

Contact

Email: [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].