Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

hexo-materialize

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hexo-materialize

Material design theme for [Hexo], made with materializeCSS, [Preview](http://fabiangutierrez.co/notes)

latest
Source
npmnpm
Version
0.4.2
Version published
Maintainers
1
Created
Source

Hexo-material

Material design theme for Hexo, made with materializeCSS, Preview

Hexo-material light theme preview

Hexo-material dark theme preview

Installation

Install

$ git clone git clone https://github.com/fega/hexo-material.git

Hexo-material requires Hexo 2.4 and above.

Enable

Modify theme setting in _config.yml to hexo-material.

Update

cd themes/hexo-material
git pull

Configuration

# 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. false to hide the link.
  • fancybox - Enable [Fancybox]
  • sidebar - Sidebar style. You can choose left, right, bottom or false.
  • widgets - Widgets displaying in sidebar
  • google_analytics - Google Analytics ID
  • favicon - Favicon path
  • twitter - Twiiter ID
  • google_plus - Google+ ID

Development

Requirements

Keywords

hexo

FAQs

Package last updated on 10 Mar 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts