美文网首页
Hexo+GithubPages

Hexo+GithubPages

作者: gb_QA_log | 来源:发表于2018-07-29 22:37 被阅读0次

categories: Diary
title: Hello World
date: 2017-03-26 13:53:24
mathjax: false
tags: [hexo,github]


First

thanks the detailed blogs of fzy-Line

second

there are some problems when using MathJax in the Hexo environment. It's a mistake of regularization. According to this passage, I unstill the hexo-renderer-kramed and install the engine hexo-renderer-marked.

Quick Start

$ hexo new "My New Post"
$ hexo server
$ hexo clean
$ hexo generate
$ hexo deploy

backup

为了将本地hexo下的文件备份到github的github.io项目中,先在github.io项目中创建backup分支,再将本地hexo链接到github上,在push时,因为本地是master分支,而远处是backup分支,所以需要用:backup指出,不然是默认同名branch。

git push origin master:backup

相关文章

网友评论

      本文标题:Hexo+GithubPages

      本文链接:https://www.haomeiwen.com/subject/lwgtvftx.html