/hexo-theme-matcha

Primary LanguageCSSMIT LicenseMIT

hexo-theme-matcha

this is a fork of hexo-theme-apollo

Install

hexo init Blog 
cd Blog 
npm install
npm install --save hexo-renderer-handlebars
git clone https://github.com/neonmori/hexo-theme-matcha.git themes/matcha

Usage

Change _config.yml > theme -> matcha:

theme: matcha

Update

cd themes/matcha 
git pull

Customized Blocks

The tags supported by Markdown's generating mechanism are relatively simple, thus some HTML tags can be used to mark special styles, see: custrom-blocks

License

MIT