상세 컨텐츠

본문 제목

jekyll로 github.io 블로그 만들기 - 6

개발공부/개발공부

by Dal_pang 2024. 9. 15. 00:46

본문

https://dalpanglog.tistory.com/126

 

jekyll로 github.io 블로그 만들기 - 5

https://dalpanglog.tistory.com/125 파일 및 디렉토리 구조를 볼수 있는 사이트https://jekyllrb-ko.github.io/docs/structure/ Directory StructureA basic Jekyll site usually looks something like this:jekyllrb.com 기본적으로 이제 작성

dalpanglog.tistory.com

 

이제 새로운 포스트를 작성해보자!

_post 디렉토리 하위에, 새로운 파일을 생성한다.
일반적으로 가장 자주 사용되는 파일 확장자는 markdown과, html 이다.

여기서는 markdown으로 생성해보려고 한다.

 

jekyll serve 로 서버를 실행시켜보면, 새로운 페이지가 추가된 것을 확인해볼수 있다.

 


이제 front matter를 추가해주자.
layout은 해당 페이지의 skeleton 같은 역할을 해준다. 여기서는 기존 예제 페이지와 동일하게 "post"로 지정한다.

front matter를 지정해 준 후, 업데이트 된 상태.

 

_post 디렉토리 하위에 필요에 의해 디렉토리를 만들어 파일들을 정리할수도 있다.
하위 폴더에 넣는다고 해도, url 접근 방식은 front matter에 따라 접근하게 되므로 달라지지 않는다.

728x90

관련글 더보기