Github.IO에 사이트를 만들어 보세요.

2391 단어 GitHub
https://pages.github.com/
이번엔 지허브야.io에서 웹 사이트를 만들어 보세요.
계정이 하나 있는 사이트가 있을 것 같아요.

창고 만들기


우선usename입니다.github.IO라는 창고입니다.만들다저는요,kazusa-qooq.github.IO가 되다.

창고 클론


창고를 생성한 후 복제합니다.
:~/workspace/blog $ git clone https://github.com/kazusa-qooq/kazusa-qooq.github.io
Cloning into 'kazusa-qooq.github.io'...
warning: You appear to have cloned an empty repository.
Checking connectivity... done.
:~/workspace/blog $ 

테스트 페이지 만들기


프로젝트 index로 이동합니다.판본을 제작하다.
qooq:~/workspace/blog $ cd kazusa-qooq.github.io/
:~/workspace/blog/kazusa-qooq.github.io (master) $ echo "Hallo World" > index.html
:~/workspace/blog/kazusa-qooq.github.io (master) $ cat index.html 
Hallo World
:~/workspace/blog/kazusa-qooq.github.io (master) $ 

업로드


생성된 파일을github에 업로드합니다.
다만dd-all에서commiit에서push를 합니다.
:~/workspace/blog/kazusa-qooq.github.io (master) $ git status
On branch master

Initial commit

Untracked files:
  (use "git add <file>..." to include in what will be committed)

        index.html

nothing added to commit but untracked files present (use "git add" to track)
:~/workspace/blog/kazusa-qooq.github.io (master) $ git add -A
:~/workspace/blog/kazusa-qooq.github.io (master) $ git status
On branch master

Initial commit

Changes to be committed:
  (use "git rm --cached <file>..." to unstage)

        new file:   index.html

:~/workspace/blog/kazusa-qooq.github.io (master) $ git commit -m "First"
[master (root-commit) 77923e0] First
 1 file changed, 1 insertion(+)
 create mode 100644 index.html
:~/workspace/blog/kazusa-qooq.github.io (master) $ git push origin master
Counting objects: 3, done.
Writing objects: 100% (3/3), 223 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To https://github.com/kazusa-qooq/kazusa-qooq.github.io
 * [new branch]      master -> master
:~/workspace/blog/kazusa-qooq.github.io (master) $ 

방문


github에 만들기
https://kazusa-qooq.github.io/
다 했어!
간단하네.그럼 다음에 봐요.

좋은 웹페이지 즐겨찾기