Skip to content

gztchan/hexo-theme-modernist

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modernist

Theme for Hexo. Based on modernist theme for GitHub Pages.

Demo the Theme

Install

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

Modernist requires Hexo 2.4 and above.

Enable

Modify theme setting in _config.yml to modernist.

Update

cd themes/modernist
git pull

Configuration

# Header
menu:
  Home: /
  Archives: /archives
rss: /atom.xml

# Content
archive_date_format: MMM DD
fancybox: true

# Comment Plugin
duoshuo_shortname:

# Miscellaneous
google_analytics:
favicon: /favicon.ico
  • menu - Navigation menu
  • rss - RSS link
  • archive_date_format - Date format in archives page.
  • fancybox - Enable Fancybox
  • duoshuo_shortname - Duoshuo ID
  • google_analytics - Google Analytics ID
  • favicon - Favicon path

About

Theme for Hexo. Based on modernist theme for GitHub Pages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 89.0%
  • JavaScript 11.0%