0.4.2 • Published 9 years ago
hexo-materialize v0.4.2
Hexo-material
Material design theme for Hexo, made with materializeCSS, Preview
Installation
Install
$ git clone git clone https://github.com/fega/hexo-material.gitHexo-material requires Hexo 2.4 and above.
Enable
Modify theme setting in _config.yml to hexo-material.
Update
cd themes/hexo-material
git pullConfiguration
# Header
menu:
Home: /
Archives: /archives
rss: /atom.xml
# Content
excerpt_link: Read More
fancybox: true
# Sidebar
sidebar: right
widgets:
- category
- tag
- tagcloud
- archives
- recent_posts
# Miscellaneous
google_analytics:
favicon: /favicon.png
twitter:
google_plus:- menu - Navigation menu
- rss - RSS link
- excerpt_link - "Read More" link at the bottom of excerpted articles.
falseto hide the link. - fancybox - Enable Fancybox
- sidebar - Sidebar style. You can choose
left,right,bottomorfalse. - widgets - Widgets displaying in sidebar
- google_analytics - Google Analytics ID
- favicon - Favicon path
- twitter - Twiiter ID
- google_plus - Google+ ID
Development
Requirements
- Grunt 0.4+
- Hexo 2.4+