mydos / hexo-theme-concise

A beautiful and simple theme for hexo

Home Page:https://hmybmny.github.io/hexo-theme-concise/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Concise

A beautiful and simple theme for hexo. It is based on Light.

Install

Execute the following command and modify theme in _config.yml to concise.

git clone https://github.com/HmyBmny/hexo-theme-concise.git themes/concise

Update

Execute the following command to update Concise.

cd themes/concise
git pull origin master

Config

Default config:

menu:
  About: /about
  Archives: /archives
  RSS: /atom.xml

widgets:
- search
- recent_posts
- category
- tagcloud

excerpt_link: Read More ›

twitter:
  username:
  show_replies: false
  tweet_count: 5

addthis:
  enable: true
  pubid:
  facebook: true
  twitter: true
  google: true
  pinterest: true

google_analytics:

Thanks

hexo-theme-light

LICENSE

Copyright (c) 2016 HmyBmny

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A beautiful and simple theme for hexo

https://hmybmny.github.io/hexo-theme-concise/

License:MIT License


Languages

Language:CSS 50.1%Language:HTML 49.9%