昵称:bennyrhys
公众号:让我遇见相似的灵魂

0%

启示录

[TOC]

开篇博客-说明

专注分享JAVA全栈技术,JAVA零基础到高级,数据结构,框架,设计模式,微服务,中间件,大数据,网络爬虫,开源项目,阿里技术,面试经个人简介见,站点左侧关于。

guihub:点此访问
csdn:点此访问
公众号:让我遇见相似的灵魂
邮箱:bennyrhys@163.com

第一次创建命令

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
//创建文件
hexo new "启示录"
//生产静态文件
hexo g
//启动server
hexo server
//页面预览
http://localhost:4000
//启动监控
hexo g -w
//一键部署(先修改配置_config.yml的type: git 参数)
Git
1.配置
deploy:
type: git
repo: <repository url> #https://github.com/bennyrhys/bennyrhys.github.io.git
branch: [branch] #master
message: [message] #先不写
2.安装 hexo-deployer-git。
$ npm install hexo-deployer-git --save
3.部署
hexo deploy //如果重新生成了文件在部署末尾加 -g

致谢

感谢您的阅读,博客持续更新中……

请作者喝杯茶~