hexo搭建个人博客


1、安装

1
2
3
4
5
6
7
8
yum -y install npm git
mkdir /hexo
cd /hexo
hexo init
npm install
npm install --save hexo-admin
npm install hexo-cli
hexo server

2、常用命令

1
2
3
4
5
清理缓存命令:hexo clean
重新构建项目:hexo generate
启动server: hexo server -p 4000
提交改动到git:hexo deploy
新建标签页:hexo new page tags

3、博客主题下载网址

1
https://hexo.io/themes/

4、

坚持原创技术分享,您的支持将鼓励我继续创作!