테마: 작성자 이미지 경로 보정

This commit is contained in:
2026-04-27 17:10:03 +09:00
parent bedd6cc603
commit 319f30d6c5
11 changed files with 71 additions and 61 deletions

View File

@@ -1,7 +1,7 @@
# 배포 가이드
## 현재 버전
- `v1.0.0`
- `v1.0.1`
## Git 기본 설정
- 저장소 작성자 정보는 아래 값으로 통일한다.
@@ -77,7 +77,7 @@ npm run zip:version
## `/tags/` 연결 방법
- 가장 쉬운 방법은 Ghost Admin에서 페이지를 만들고 슬러그를 `tags`로 지정한 뒤 템플릿을 연결하는 방식이다.
- 페이지 방식 대신 커스텀 라우트를 쓰려면 [routes.yaml.example](/Users/bicute/Desktop/UGREEN/GHOST%20THEME/routes.yaml.example)를 기준으로 Ghost의 `routes.yaml``/tags/`를 연결한다.
- 페이지 방식 대신 커스텀 라우트를 쓰려면 [routes.yaml.example](../routes.yaml.example)를 기준으로 Ghost의 `routes.yaml``/tags/`를 연결한다.
## 로컬 빌드 검증
```bash