Skip to content

AntonioZC666/Antonio.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexo

Hexo搭建

项目基于Node.js构建,博客框架为Hexo,最终定下的模板为Matery

安装hexo库:

npm install -g hexo-cli

查看hexo版本:

hexo -v

构建hexo项目:

hexo init hexo-blog
npm install

修改_config.yml配置主题:

theme: matery

更新后运行项目:

hexo clean
hexo g -d
hexo s

Hexo模板

Hexo配置

Hexo的GitHub部署方法

Hexo异常解决

Reference from:

BlankSpacePlus

About

My personal blog repository

Resources

Stars

Watchers

Forks