Make a gitHub Draft


Github blog에 초안(draft) 작성하기


YH's GitHub stats


ref.

Deploy gitHub blog by hexo

##github blog를 Hexo를 이용하여 deploy 해 보자.

Ref.

https://dschloe.github.io/settings/hexo_blog/

###Hexo를 이용하여 블로그를 만들어 보자

Node js를 download 해 준다.

1
$ node -v
  • Hexo를 설치 해 준다.
    • Hexo의 경우 npm을 이용하여 설치 한다.
1
$ npm install -g hexo-cli

git bash를 적당한 경로에서 들어간다.

makeBlog folder를 만들어준다.

1
2
3
4
5

$ mkdir makeBlog
$ cd makeBlog
$ hexo init myblog

hexo init 을 myblog에서 해 준다.
hexo server와 deployer를 설치 해 준다.

이를 설치 하지 않으면 에러가 날 수 있다.

1
2
3
4
$ cd myblog
$ npm install
$ npm install hexo-server --save
$ npm install hexo-deployer-git --save

Making Blog method

Hello World I’m in the Mars





Hi my name is YoonHwa Park !

just call me Yoon ^^. Nice to meet you.
Today’s Topic is Making Blog !!!
it is not easy to make. (ㅜ_ㅜ) but We Can DO IT ^0^!! If you try to do….(…may be…)
Let’s Start!!




깃허브 블로그 만드는 방법

들어가기 전에!

Install Applications
1
$ hexo new "My New Post"

Ref.

this file is written by MARKDOWN
마크다운 기초 확인 하고 작성
https://gist.github.com/ihoneymon/652be052a0727ad59601