Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

jiaming0708/hexo-theme-material-flow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Replace with NexT theme, archive this repo

Publish Package to npmjs npm version

Material Flow

Fork from kevin tan

See DEMO

Installation

npm i hexo-theme-material-flow
yarn add hexo-theme-material-flow

use ejs and less for this theme, also need to install

yarn add hexo-renderer-less hexo-renderer-less

Configuration

  1. Change the value of theme to material-flow in _config.yml.
  2. Create a config file for theme, _config.material-flow.yml.
  3. Put your avatar && favicon images to source/images/.
  4. Edit _config.yml and themes/material-flow/_config.yml for your needs.

Here are some examples:

  1. _config.yml
  2. _config_material-flow.yml

links

default is empty list

links:
  - name: yahoo taiwan
    url: https://tw.yahoo.com

social medial

default only have rss in the list, support these icons

  • facebook
  • github
  • google
  • instagram
  • pinterest
  • tumblr
  • twitter
  • rss

please set the full url, not username

social:
- slug: rss
  url: /atom.xml

More

Please refer to offical doc : https://hexo.io/docs/index.html

About

Yet Another Material-Design-Style Hexo Theme

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Less 61.5%
  • JavaScript 21.1%
  • EJS 17.4%