A simple theme for Hexo inspired by even and PAULO ANDRADE's BLOG
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 :)