sevenate / hexo-theme-modernist

Theme for Hexo. Based on Hexo default light theme, and modernist theme for Github Pages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modernist for Hexo 2.0.x.

Theme for Hexo. Based on Hexo default light theme, and modernist theme for Github Pages.

Demo the Theme

Install

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

git clone git://github.com/sevenate/hexo-theme-modernist.git themes/modernist

Update

Execute the following command to update Modernist.

cd themes/modernist
git pull

Config

Default config:

menu:

excerpt_link: Read More
archive_yearly: false

widgets:

fancybox: true

duoshuo_shortname:

google_analytics:
rss:
  • menu - Main navigation menu
  • excerpt_link - "Read More" link text at the bottom of excerpted articles
  • archive_yearly - Enable archives grouped by year, only for nonpaged (set the pagination config: archive: 1)
  • widgets - Widgets displaying in sidebar
  • blogrolls - Blogrolls displaying in blogroll widget
  • fancybox - Enable Fancybox
  • duoshuo_shortname - [Duoshuo] ID
  • google_analytics - Google Analytics ID
  • rss - RSS subscription link (change if using Feedburner)

About

Theme for Hexo. Based on Hexo default light theme, and modernist theme for Github Pages.

License:MIT License


Languages

Language:CSS 88.4%Language:JavaScript 11.6%