Skip to content

Commit ffe8b6c

Browse files
committed
첫 포스팅 이미지 크기 조절
1 parent 51867c7 commit ffe8b6c

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

_posts/2018-01-01-Build-a-jekyll-blog.markdown

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ published: true
2424
`$sudo gem install Jekyll`
2525
를 입력하라고해서 입력했는데..
2626

27-
<img width="557" alt="1" src="https://user-images.githubusercontent.com/34532192/40702364-7fe657c8-641c-11e8-96a9-6cc1e02c77ed.png">
27+
<img width="100%" height="100%" alt="1" src="https://user-images.githubusercontent.com/34532192/40702364-7fe657c8-641c-11e8-96a9-6cc1e02c77ed.png">
2828

2929
이러한 에러 발생.. stackoverflow, 구글링 통해 찾아봤더니
3030
`$gem update —-system`
3131
를 입력하면 해결 된다고 해서 입력했는데..
3232

3333
또 오류ㅜㅜ
3434

35-
<img width="706" alt="2" src="https://user-images.githubusercontent.com/34532192/40702852-598b7d86-641e-11e8-9948-96f94d1f6c44.png">
35+
<img width="100%" height="100%" alt="2" src="https://user-images.githubusercontent.com/34532192/40702852-598b7d86-641e-11e8-9948-96f94d1f6c44.png">
3636

3737
고민하다가..지난번 'fastcamp101-python'에서 살짝 배웠던 Homebrew를 사용하기로 함!
3838
[[지킬문서]](https://jekyllrb.com/docs/troubleshooting/#jekyll--mac-os-x-1011)
@@ -42,7 +42,7 @@ published: true
4242
`$sudo gem install Jekyll`
4343
다시 시도했더니 설치가 되었다..ㅎㅎ
4444

45-
<img width="712" alt="gem installed" src="https://user-images.githubusercontent.com/34532192/40702719-da3922fe-641d-11e8-8f97-87be97c18c1f.png">
45+
<img width="100%" height="100%" alt="gem installed" src="https://user-images.githubusercontent.com/34532192/40702719-da3922fe-641d-11e8-8f97-87be97c18c1f.png">
4646

4747
이렇게나 많은 gem들이 설치되었다:)
4848

@@ -57,7 +57,7 @@ published: true
5757

5858
`jekyll serve --watch`했는데.. 또 나의 친구💛오류가...
5959

60-
<img width="719" alt="3" src="https://user-images.githubusercontent.com/34532192/40702644-902f21f4-641d-11e8-98db-5c2750752d57.png">
60+
<img width="100%" height="100%" alt="3" src="https://user-images.githubusercontent.com/34532192/40702644-902f21f4-641d-11e8-98db-5c2750752d57.png">
6161

6262

6363
>**허무했던 해결의 과정**
@@ -66,7 +66,7 @@ published: true
6666
> `jekyll serve --watch`
6767
> 하니까 되었다.
6868
>
69-
> <img width="692" alt="sever running" src="https://user-images.githubusercontent.com/34532192/40702714-d604cff8-641d-11e8-8d3d-59255557297d.png">
69+
> <img width="100%" height="100%" alt="sever running" src="https://user-images.githubusercontent.com/34532192/40702714-d604cff8-641d-11e8-8d3d-59255557297d.png">
7070
7171
## 2-2. github에 저장소 추가
7272

@@ -81,15 +81,15 @@ published: true
8181
이 단계로 하고 있었는데..
8282
마지막 `git push` 부분에서 에러가 나오셨도다...
8383

84-
<img width="695" alt="4" src="https://user-images.githubusercontent.com/34532192/40702647-91265d66-641d-11e8-82c2-a98c3e4114bb.png">
84+
<img width="100%" height="100%" alt="4" src="https://user-images.githubusercontent.com/34532192/40702647-91265d66-641d-11e8-82c2-a98c3e4114bb.png">
8585

8686
그래서 stackoverflow에 오류 내용을 검색했더니,
8787

8888
`git push -f origin master`
8989

9090
`-u` 대신에 `-f`를 쓰란다! 입력하니 바로 해결ㅎㅎ
9191

92-
<img width="671" alt="default" src="https://user-images.githubusercontent.com/34532192/40702649-92ae439c-641d-11e8-9002-9072486d7f1c.png">
92+
<img width="100%" height="100%" alt="default" src="https://user-images.githubusercontent.com/34532192/40702649-92ae439c-641d-11e8-9002-9072486d7f1c.png">
9393

9494
>**번외**: git repository URL을 변경하는 방법
9595
>
@@ -102,6 +102,6 @@ published: true
102102
>
103103
> 개인적인 정보들을 추가해서 조금 꾸민 모습!
104104
105-
<img width="769" alt="default" src="https://user-images.githubusercontent.com/34532192/40702837-48461ab8-641e-11e8-9b91-8765f7772a57.png">
105+
<img width="100%" height="100%" alt="default" src="https://user-images.githubusercontent.com/34532192/40702837-48461ab8-641e-11e8-9b91-8765f7772a57.png">
106106

107107
> 이제 [Disqus](https://disqus.com/) 댓글기능을 붙이고, 메뉴를 추가하고, 꾸준히 웹개발 관련 글을 올리는 게 목표! 화이팅:)

0 commit comments

Comments
 (0)