- 用markdown写文章,使用方法参照博客Introduction to markdown
hexo的使用
发表新文章
hexo new "my new post"
在H:\hexo\source_posts中编辑
title: my new post #可以改成中文的,如"新文章" date: 2015-09-11 08:56:29 #发表日期,一般不改动 categories: blog #文章文类 tags: [博客,文章] #文章标签,多于一项时用这种格式 这里是正文,用markdown写
hexo server
,访问localhost:4000预览效果。(退出server用Ctrl+c)hexo deploy --generate
,同步到github。访问网站看看效果。