What?
Hexo 是一个快速、简洁且高效的博客框架。可使用markdown 解析成文章,在几秒内,便可利用靓丽的主题生成静态网页。
Why?
笔记须要整理
How?
github 建立 charblus.github.io 项目
使用markdown 记录开发笔记和文章
日复一日html
hexo n "hexo-post" hexo g hexo s hexo d
$ hexo new "My New Post"
More info: Writinggithub
$ hexo server
More info: Serverbash
$ hexo generate
More info: Generating服务器
$ hexo deploy
More info: Deploymentmarkdown
hexo s == hexo server 用于生成静态文件 hexo g == hexo generate 用于启动服务器,主要用来本地预览 hexo d == hexo deploy 用于将本地文件发布到github等git仓库上 hexo n == hexo new 用于新建一篇名为“my article”的文章 `hexo n “my article”`
_name
, 文件中添加index.md文件https://hexo.io/zh-cn/docs/index.htmlhexo
HEXO搭建我的博客app