Skip to content

M-smilexu/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexo 搭建个人博客

安装全局环境

npm install hexo-cli -g

初始化项目

hexo init project && cd project

安装项目环境

npm install

启动

hexo server

新建页面

hexo new [layout] <title>

生成静态文件

hexo generate

完成后部署

部署

hexo deploy

About

m-smilexu.github.io blog's source code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published