Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 846 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 846 Bytes

hexo-theme-blackbear

A simple theme for Hexo inspired by even and PAULO ANDRADE's BLOG

Live Preview

How To Use It

Run the comand-lines below:

npm install hexo-renderer-ejs hexo-renderer-dartsass --save
git clone https://github.com/blackbear03/hexo-theme-blackbear themes/blackbear
cp themes/blackbear/_config.yml.example themes/blackbear/_config.yml

Modify yoursite/_config.yml:

# Extensions
## Plugins: http://hexo.io/plugins/
## Themes: http://hexo.io/themes/
theme: blackbear
# Deployment
## Docs: https://hexo.io/docs/one-command-deployment
deploy:
  type: 'git'
  repo: https://<your private token>@github.com/<your github name>/<your github name>.github.io.git
  branch: master
  message: Happy writing :)