Skip to content

Hexo 是一个快速、简洁且高效的博客框架。Hexo 使用 Markdown(或其他渲染引擎)解析文章,在几秒内,即可利用靓丽的主题生成静态网页。

Notifications You must be signed in to change notification settings

BlogGuide/hexo.blog.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hexo.blog.github.io

http://hexo.blog.itedus.cn/

npm install hexo-cli -g
hexo init blog
cd blog
npm install
hexo generate # 生成
hexo server   # 启动服务
  • 特点
    • hexo的主题特别多,选择性很高
    • 需要本地编译后,把编译文件推送到Github
  • 其他
    • 因为需要编译和推送,如果只是想简单的写博客,不推荐使用。
    • 但如果想把静态博客部署到个人的服务器,那么就非常适合了。

About

Hexo 是一个快速、简洁且高效的博客框架。Hexo 使用 Markdown(或其他渲染引擎)解析文章,在几秒内,即可利用靓丽的主题生成静态网页。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published