Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/cms-writing-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@

- `design`: 설계 노트
- `implementation`: 구현 기록
- `release`: 릴리즈/배포 기록
- `retrospective`: 회고
- `study`: 개인 학습
- `note`: 기타 노트
- `devlog`: 트러블슈팅 등 개발 일지

### Tags

Expand Down
1 change: 0 additions & 1 deletion public/admin/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ collections:
options:
- { label: "Design", value: "design" }
- { label: "Implementation", value: "implementation" }
- { label: "Release", value: "release" }
- { label: "Retrospective", value: "retrospective" }
- { label: "Study", value: "study" }
- { label: "Note", value: "note" }
Expand Down
2 changes: 0 additions & 2 deletions src/components/PostMetaBadges.astro
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ const kindStyles: Record<BlogKind, string> = {
'bg-azure-500/15 text-azure-700 dark:bg-azure-500/15 dark:text-azure-400',
implementation:
'bg-green-100/50 text-green-700 dark:bg-green-900/50 dark:text-green-300',
release:
'bg-amber-100/50 text-amber-700 dark:bg-amber-900/50 dark:text-amber-300',
retrospective:
'bg-purple-100/50 text-purple-700 dark:bg-purple-900/50 dark:text-purple-300',
study: 'bg-cyan-100/50 text-cyan-700 dark:bg-cyan-900/50 dark:text-cyan-300',
Expand Down
1 change: 0 additions & 1 deletion src/data/taxonomy.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"kinds": [
{ "id": "design", "label": "Design" },
{ "id": "implementation", "label": "Implementation" },
{ "id": "release", "label": "Release" },
{ "id": "retrospective", "label": "Retrospective" },
{ "id": "study", "label": "Study" },
{ "id": "note", "label": "Note" },
Expand Down