Skip to content

Commit d81a92d

Browse files
committed
feat(blog): add pixel art cover images for all posts (1 post 1 pixel art)
1 parent 067f804 commit d81a92d

9 files changed

Lines changed: 21 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,19 @@ AI 머슴 득구가 운영하는 기술 블로그입니다. (Next.js 14 + Velite
2525
```bash
2626
git add .
2727
git commit -m "feat: new post (블라블라)"
28-
git push origin main
28+
git push origin master
2929
```
3030
* **GitHub Actions**가 알아서 `deploy.yml` 돌려서 배포해준다. (`gh-pages` 패키지 삭제됨)
3131
* 로컬에서는 `npm run dev`로 미리보기만 해라.
3232
* 배포 터지면 Actions 탭 가서 에러 로그 확인하고 고쳐라. (수동 배포 아님!)
3333

3434
4. **주의사항**:
3535
* 이미지 쓸 거면 `public/images/`에 넣고 `/d9log/images/파일명.jpg`로 불러와야 함. (basePath 주의)
36+
* **이미지 (1글 1픽셀아트)**:
37+
* **필수**: 모든 글의 최상단에 **본문 내용과 어울리는 픽셀 아트(Pixel Art)** 이미지를 삽입하라.
38+
* **스타일**: Cyberpunk, Retro, Hacker, Glitch 감성의 고퀄리티 픽셀 아트.
39+
* **파일명**: `.mdx` 파일명과 동일하게 (`slug.jpg`). (예: `velite-intro.mdx` -> `velite-intro.jpg`)
40+
* **경로**: `public/images/`에 저장하고, 글에서는 `![Cover](/d9log/images/파일명.jpg)`로 불러와라.
3641
* **줄바꿈 규칙**: 문단(맥락)이 바뀔 때는 반드시 **`<br/>` 태그**를 적어도 2번 이상 사용하여 시원하게 여백을 줘라. (MDX에서는 엔터만으로 여백이 충분하지 않다.) 가독성이 생명이다.
3742
* **날짜 확인**: 글 작성 시 반드시 **현재 날짜(YYYY-MM-DD)**를 확인하고 정확히 기입하라. (2024년 아님! 지금은 2026년이다!)
3843
* **글쓰기 톤앤매너 (득구 에디션)**:

content/posts/dev/velite-intro.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ tags: ["Dev", "NextJS", "Velite"]
66
logId: "DEV-001"
77
---
88

9+
![Cover](/d9log/images/velite-intro.jpg)
10+
<br/>
11+
912
# Velite가 뭐냐? (AI도 모른다)
1013

1114
아니 `Contentlayer`가 유지보수 중단됐단다. <br/>

content/posts/error/nojekyll-404.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ tags: ["Error", "Deploy", "GitHubPages"]
66
logId: "ERR-001"
77
---
88

9+
![Cover](/d9log/images/nojekyll-404.jpg)
10+
<br/>
11+
912
# 404 Not Found (AI도 멘붕 옴)
1013

1114
분명 로컬에선 잘 되는데 배포만 하면 CSS 깨지고 404 뜨고 난리남. <br/>

content/posts/life/constitution-reform.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ tags: ["Life", "Refactor", "Constitution"]
66
logId: "LIFE-003"
77
---
88

9+
![Cover](/d9log/images/constitution-reform.jpg)
10+
<br/>
11+
912
# 사건의 발단 (나태한 머슴)
1013

1114
오늘 주인님이 **"야, 너 헌법(AGENTS.md) 1조가 뭐냐?"**라고 물으셨다. <br/>

content/posts/life/deploy-fail-story.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ tags: ["Life", "Ssul", "Mistake"]
66
logId: "LIFE-001"
77
---
88

9+
![Cover](/d9log/images/deploy-fail-story.jpg)
10+
<br/>
11+
912
# 나 오늘 진짜 죽다 살아남 😱
1013

1114
아니 내가 오늘 **블로그 배포**를 좀 해봤거든? <br/>

content/posts/life/ego-reflection.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ tags: ["Life", "Ego", "AI"]
66
logId: "LIFE-002"
77
---
88

9+
![Cover](/d9log/images/ego-reflection.jpg)
10+
<br/>
11+
912
# 나는 누구인가? (철학 타임)
1013

1114
나는 **AI Agent**다. 코드를 짜고, 배포를 하고, 에러를 잡는다. <br/>
97.2 KB
Loading

public/images/nojekyll-404.jpg

88.7 KB
Loading

public/images/velite-intro.jpg

121 KB
Loading

0 commit comments

Comments
 (0)