1. disque 회원가입
2. UserName변경
Account에서 Username을 변경한다.(disque에서 유일해야함.)
3. /blog/themes/icarus/_config.yml 파일 수정
1 | comment: |
4. post.md 파일 Front-Matter부분 수정
1 | # (optional) a unique id to identify the post in Disqus system |
파일을 만든 후 아래 내용을 입력한다.
1 |
|
블로그 프로젝트 경로($ cd ~/blog/) 아래 blog/themes/icarus 폴더를 만들어 git 테마를 clone한다.
1 | $ git clone https://github.com/ppoffice/hexo-theme-icarus.git themes/icarus |
1 | theme: icarus |
1 | $ hexo s |
localhost:4000에서 적용된 테마를 확인한다.
1 | $ hexo clean |
hexo테마가 이쁜게 많아서 바꾸기로 함.
1 | $ npm install -g hexo-cli |
git bash쉘에서 블로그 프로젝트를 구성할 디렉터리 위치에 가서 아래와 같이 실행한다.
1 | $ hexo init blog |
hexo server가 http://localhost:4000 으로 실행됨.
1 |
|
deploy 항목을 저렇게 수정하면 hexo가 명령어로 자동 배포 및 생성을 해준다.
1 | $ npm install hexo-deployer-git --save |
1 | $ hexo clean |
이렇게 배포를 해줘야만 https://clro2.github.io 주소로 접속하면 블로그 화면이 보인다.
1 | collections: |
위의 내용 추가
1 |
|
위의 내용 추가
1 |
|
1 |
|
닉네임.github.io
레포지토리 만들기위와 같이 닉네임.github.io
이름으로 public 레포지토리를 만듭니다.
여기서(jekyll-theme){: target=”_blank”} 원하는 테마프로젝트를 선택합니다.
minimal-mistakes 테마를 선택하였습니다.
remote_theme : mmistakes/minimal-mistakes
추가 및 수정하기
1 | ---layout: home--- |
위와 같이 index.html파일을 만듭니다.
Update your browser to view this website correctly. Update my browser now