步骤如下:
关于如何安装hexo,我就不多说
了,网上教程一大堆,具体可参考:
安装好了hexo,需要安装这个插件:
在hexo站点配置文件_config.yml里做相应的配置如下:
deploy:
type: ftpsync
host: #写上你的ftp地址
user: #用户名
pass: #密码
remote: #你的站点根目录
port: 21
ignore:
connections:
verbose:
本地测试效果并deploy到虚拟主机:
E:\hexo>hexo clean
E:\hexo>hexo g
E:\hexo>hexo s
E:\hexo>hexo d
发表回复