Summer Training Day 1.
基本命令行操作(git bash)
git基本操作
Hexo个人博客搭建
基本命令行操作(git bash)
|
|
.
git基本操作
|
|
.
Hexo个人博客搭建
a) Prepare
1.Download Node.js;
2.Download Git;
3.Use your id to make respository e.g. : matteokjh.github.io;
4.Setting Github Pages as master branch;
5.SSH Key:
open id_rsa.pub and copy to
https://github.com/settings/ssh
remember don’t copy ‘enter’
title is not important.
b) Hexo
1.Install Hexo.
2.Setting.
open /blog/_config.yml
|
|
|
|
3.edit.
write sth. in /source/post/title.md
4.Release.
Done.