2017-03-18 20:55:36 +08:00
2017-03-18 20:55:36 +08:00
2017-03-18 20:13:12 +08:00
2017-03-05 15:59:10 +08:00
2017-03-18 20:12:23 +08:00
2015-09-16 13:36:04 +08:00
2017-02-20 22:16:26 +08:00
2017-02-20 22:10:09 +08:00
2017-03-05 15:37:48 +08:00
2017-03-18 20:14:20 +08:00
2017-03-18 20:14:20 +08:00

JSimple

Build Status

JSimple is a responsive blog theme for Hexo which include day night model,insight search,article view count etc. Inspired by JianShu.com.

JSimple-iPhone-Landscape-Night-Demo

Also this video may be vivid

JSimple-pc-web-demo.mp4

Installation

  1. Get it from GitHub
$ git clone https://github.com/tangkunyin/hexo-theme-jsimple themes/jsimple
  1. Enable

Modify theme setting in _config.yml to jsimple.

  1. Update
$ cd themes/jsimple
$ git pull

Configurations

  1. favicon

     favicon: favicon.png path
    
  2. cover info config

     coverTitle: your cover title string
    

    There are two kinds of cover image. replace day and night in your theme images dir.

  3. Home page sort type and article shown number

     homeArticleShown: 10
     homePageSortType: -1
    

    type: -1: newer first1: older first.

  4. webmaster info config

     avatar: avatar.png path
     authorName: your name
     authorLink: your website link
     authorAbout: about you link
     authorDesc: you description string
    
  5. your site build time or founded date

     siteBuildingTime: 12/12/2014
    
  6. Independent page of uri please generate yourself

     ```
     # Example
     hexo n page about
     ```
    
  7. Social info config

     sinaWb: https://weibo.com/tangkunyin
     facebook: https://fackbook.com/tangkunyin
     github: https://github.com/tangkunyin
    
  8. Git-pages server info

     pageServerName: your page server name
     pageServerUrl: page server invite link
    
  9. Top navigate menu name

     menu:
     	category1: category alias1
     	category2: category alias2
     	category3: category alias3
    

Name order decide show index.The name also called category alias,so you must set category alias before start server. BTW, category_map and tag_map field in site _config.yml file must one to one correspondence with menus above.

Comment and CNZZ Analytics config in your site _config.yml, please add them manually

Browser support

JSimple-iPhone-Portrait-Day-Demo

Contributing

All kinds of contributions (enhancements, new features, documentation & code improvements, issues & bugs reporting) are welcome.

Looking forward to your pull request.

Special thanks to iTimeTraveler and jiangmuzi, who designed the theme Hipaper and JianShu.

License

JSimple is under the MIT license. See the LICENSE file for details.

Thanks

Hexo Font Awesome

Description
Simple three columns theme for Hexo.Inspired by JianShu.com
Readme 26 MiB
Languages
JavaScript 60.5%
EJS 35.2%
HTML 4%
Shell 0.3%