Skip to content

Typography 테마

이전 문서: Typography 테마 게시일: 2025-7-7 마지막 편집: 2026-4-30 원래 분류: ⭐ 테마 매개변수

💡

새 테마이므로 V4.8.6 이후 버전으로 업그레이드해야 사용할 수 있습니다.

감사

Yakiisama님의 테마 기여에 감사드립니다.

image.png

테마 미리보기

Typography 테마 미리보기

미리보기: https://preview.tangly1024.com/en?theme=typography

image.png

사용

설정 파일 또는 환경 변수에서 테마를 typography로 바꾸면 됩니다.

주의할 점은 이 테마의 홈페이지 제목이 기본 Notion 데이터베이스 제목이 아니라 /themes/typography/config.js의 설정 값을 읽는다는 것입니다. 따라서 직접 수정해야 합니다. 환경 변수 또는 Notion_Config로도 수정할 수 있습니다.

JavaScript
const CONFIG = {
  // Bilingual blog title
  TYPOGRAPHY_BLOG_NAME: process.env.NEXT_PUBLIC_TYPOGRAPHY_BLOG_NAME || '타이포그래피',
  TYPOGRAPHY_BLOG_NAME_EN: process.env.NEXT_PUBLIC_TYPOGRAPHY_BLOG_NAME || 'Typography',

  TYPOGRAPHY_POST_AD_ENABLE: process.env.NEXT_PUBLIC_TYPOGRAPHY_POST_AD_ENABLE || false, // Whether to insert ads into the article list

  TYPOGRAPHY_POST_COVER_ENABLE: process.env.NEXT_PUBLIC_TYPOGRAPHY_POST_COVER_ENABLE || false, // Whether to show blog covers

  TYPOGRAPHY_ARTICLE_RECOMMEND_POSTS: process.env.NEXT_PUBLIC_TYPOGRAPHY_ARTICLE_RECOMMEND_POSTS || true, // Show recommendations at the bottom of article pages

  // Menu configuration
  TYPOGRAPHY_MENU_CATEGORY: true, // Show categories
  TYPOGRAPHY_MENU_TAG: true, // Show tags
  TYPOGRAPHY_MENU_ARCHIVE: true, // Show archives
}
export default CONFIG

원문 링크

https://docs.tangly1024.com/article/notion-next-typography