个人博客系统
npm install hexo-cli -g
hexo init ws-blog-front
cd ws-blog-front
npm install
hexo server
npm install -S hexo-theme-fluid
theme: fluid
language: zh-CN
hexo new page about
修改关于页内容,在其中增加layout: about,以及书写正文
npm update -S hexo-theme-build
xxx.banner_img: /img/bg/example.png # 对应资源放在source下
npm install hexo-deployer-git --save
deploy:
type: git
branch: master
repo: https://github.com/shuaiwu1108/ws-blog-deploy.git
hexo deploy