You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 29, 2025. It is now read-only.
Taeyoung Yang edited this page Nov 6, 2023
·
1 revision
블로그 작성 가이드라인
블로그에 포스팅을 블로깅 하기 위해서는 아래와 같은 가이드라인에 따라 작성합니다. 기타 상세 사용법은 hextra 공식 문서를 참조합니다.
블로그 게시글은 ~습니다 체로 작성합니다.
블로그에 대한 게시글은 다음 포맷으로 시작하여야 합니다.
---title: {게시글 제목}date: {ISO 포멧에 맞추어 작성: YYYY-MM-DDThh:mm:ss+09:00} # ex. 2023-11-06T21:26:48+09:00type: docstoc: {true}prev: {순서가 있는 경우, 해당 페이지 이전 페이지의 path}next: {순서가 있는 경우, 해당 페이지 다음 페이지의 path}---
블로그 게시글은docs/ 디렉토리 하위에 작성되어야 합니다.
작성 예시 및 디렉토리 구조는 다음을 따릅니다.
아래는 작성 예시로, 파일 명 및 폴더명은 docs/, _index.md외에는 임의로 작성할 수 있음.
| docs/
|-- plog-front/
|----- _index.md # 프론트 소개 페이지
|-- plog-back/
|----- _index.md # 백엔드 소개 페이지
|----- some-subjects/ # 백엔드 내 특정 주제 폴더
|------- _index.md # 백엔드 내 특정 주제 소개 페이지
|------- some-subject.md # 주제에 대한 상세 페이지