Skip to content

Commit a38e4df

Browse files
ujucclaude
andcommitted
feat: 네비게이션에 Wiki 링크를 추가하다
PAGE_MENU에 Tana 기반 개인 위키로 연결되는 링크를 추가하고, 기존 Pages 링크는 주석 처리합니다. 블로그 방문자들이 작성자의 지식 베이스와 위키 컨텐츠에 쉽게 접근할 수 있도록 하여 정보 공유 범위를 확장합니다. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent a24cd59 commit a38e4df

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pelicanconf.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,14 @@
4848
("Categories", "/categories.html", "folder-open"),
4949
)
5050

51-
PAGE_MENU = (("Pages", "/pages.html", "newspaper"),)
51+
PAGE_MENU = (
52+
# ("Pages", "/pages.html", "newspaper"),
53+
(
54+
"Wiki",
55+
"https://app.tana.inc/shared/ujucs-wiki/X2JxS1NYYlhla1JkL2FLOFBZdmQtZVRMVQ==",
56+
"pen-to-square",
57+
),
58+
)
5259

5360
SOCIAL = (
5461
("Github", "https://github.com/ujuc", "github"),

0 commit comments

Comments
 (0)