利用github pages和hexo创建自己的博客系统
发表于
|
分类于
实用教程
准备环境本人的系统环境是win10,根据经验来看,linux同样适用。
PS: 用hexo搭建博客的整体流程:首先利用hexo和markdown文件生成静态网页(public文件夹下),然后将静态网页同步到github的仓库。
node.js下载并安装
git下载并安装
Github Pages申请Github Pagesgithub网址如下:https://github.com/注册步骤不用详述
...
Hello World
发表于
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick Start
Create a new post
1 | $ hexo new "My New Post" |