++ diff --git a/components/content/ProseButton.vue b/components/content/ProseButton.vue new file mode 100644 index 0000000..ed27e83 --- /dev/null +++ b/components/content/ProseButton.vue @@ -0,0 +1,20 @@ + + + + + diff --git a/components/content/ProseCallout.vue b/components/content/ProseCallout.vue new file mode 100644 index 0000000..43873fe --- /dev/null +++ b/components/content/ProseCallout.vue @@ -0,0 +1,5 @@ + + + diff --git a/components/content/ProseEmbed.vue b/components/content/ProseEmbed.vue new file mode 100644 index 0000000..17f2ef2 --- /dev/null +++ b/components/content/ProseEmbed.vue @@ -0,0 +1,5 @@ + + + diff --git a/components/content/ProseFile.vue b/components/content/ProseFile.vue new file mode 100644 index 0000000..75453aa --- /dev/null +++ b/components/content/ProseFile.vue @@ -0,0 +1,5 @@ + ++
+ {{ post.excerpt }} +
++ Tag +
++ {{ description }} +
++ Admin +
++ 고정 페이지 CRUD는 2차 관리자 개발 범위입니다. +
++ 저장된 글 데이터 연결 후 수정 화면을 구성합니다. +
++ 글 목록 조회는 DB 설계 이후 연결합니다. +
++ 마크다운 기반 위지윅 에디터는 다음 단계에서 구현합니다. +
++ 사이트 설정은 2차 관리자 개발 범위입니다. +
++ Personal Blog / CMS +
++ 글을 쌓고, 프로젝트와 링크를 연결하고, 오래 쓰기 좋은 개인 블로그를 직접 구축합니다. +
++ Page +
++ About, Projects, Links, Contact 같은 고정 페이지는 헤더와 사이드바 없이 본문 중심으로 표시합니다. +
++ NOTE +
++ 이 페이지는 게시물 본문 스타일을 확인하기 위한 초기 샘플입니다. + 실제 글 데이터와 마크다운 기반 위지윅 렌더링은 다음 단계에서 연결합니다. +
+ ++ 제목, 리스트, 인용구, 이미지, 버튼, 카드류 컴포넌트를 개별 컴포넌트로 분리해 이후 스타일 변경이 쉽도록 둡니다. +
+ +