Add Tree of Life static HTML5 page

This commit is contained in:
2026-07-20 00:38:09 +09:00
parent e204b6d4eb
commit d7fdc42821
2 changed files with 176 additions and 1 deletions

View File

@@ -1,3 +1,17 @@
# tree-of-life
Tree of Life - HTML5 page for the podman pages service
Tree of Life - HTML5 page for the podman pages service
- 순수 정적 HTML5 (`index.html` 단일 파일, 외부 의존성 없음)
- 봄/여름/가을/겨울 색상 전환이 가능한 SVG 나무 애니메이션
## pages 서비스 연동
1. `https://pages.du5t.xyz` 관리자 대시보드에서 새 페이지 생성 (name, slug 지정)
2. 해당 페이지의 Git 연동 설정에서 다음 값 입력
- repo owner: `gm`
- repo name: `tree-of-life`
- branch: `main`
- site root: (비워둠, 저장소 루트가 그대로 서빙됨)
3. 저장하면 Gitea 웹훅이 자동 등록되고, 이후 `main` 브랜치에 push할 때마다 자동 재배포됨
4. 최초 배포는 페이지 상세의 "수동 재배포" 버튼으로 트리거 가능