Skip to content

Commit 9f3f36e

Browse files
authored
i18n(ko-KR): create themes.mdx, update plugins.mdx, css-and-tailwind.mdx (#2921)
1 parent 8f65b66 commit 9f3f36e

File tree

3 files changed

+81
-30
lines changed

3 files changed

+81
-30
lines changed

‎docs/src/content/docs/ko/guides/css-and-tailwind.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ import { Tabs, TabItem, Steps } from '@astrojs/starlight/components';
77

88
사용자 정의 CSS 파일을 사용하여 Starlight 사이트의 ���타일을 지정하거나 Starlight Tailwind 플러그인을 사용할 수 있습니다.
99

10+
사이트의 기본 스타일을 빠르게 변경하려면 [커뮤니티 테마](/ko/resources/themes/)를 확인하세요.
11+
1012
## 사용자 정의 CSS 스타일
1113

1214
Starlight의 기본 스타일을 수정하거나 확장하기 위한 CSS 파일을 제공하여 사이트에 적용된 스타일을 원하는대로 변경할 수 있습니다.

‎docs/src/content/docs/ko/resources/plugins.mdx

Lines changed: 3 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -128,37 +128,10 @@ Starlight 팀이 지원하는 공식 플러그인과 Starlight 사용자가 관
128128
title="starlight-kbd"
129129
description="키보드 단축키를 쉽게 문서화하세요."
130130
/>
131-
</CardGrid>
132-
133-
### 커뮤니티 테마
134-
135-
테마는 컴포넌트 재정의, 사용자 정의 CSS 또는 기타 새로운 기능으로 사이트의 시각적 모양을 변경하는 Starlight 플러그인입니다.
136-
137-
<CardGrid>
138-
<LinkCard
139-
href="https://github.com/HiDeoo/starlight-theme-rapide"
140-
title="starlight-theme-rapide"
141-
description="Visual Studio Code Vitesse 테마에서 영감을 받은 Starlight 테마입니다."
142-
/>
143-
<LinkCard
144-
href="https://github.com/Fevol/starlight-theme-obsidian"
145-
title="starlight-theme-obsidian"
146-
description="Obsidian Publish 사이트의 스타일에서 영감을 얻은 Starlight 테마입니다."
147-
/>
148-
<LinkCard
149-
href="https://github.com/TheOtterlord/catppuccin-starlight"
150-
title="catppuccin-starlight"
151-
description="Starlight를 위한 차분한 파스텔 테마"
152-
/>
153-
<LinkCard
154-
href="https://github.com/louisescher/starlight-ion-theme"
155-
title="starlight-ion-theme"
156-
description="Starlight를 위한 세련되고 현대적인 테마"
157-
/>
158131
<LinkCard
159-
href="https://github.com/adrian-ub/starlight-theme-black"
160-
title="starlight-theme-black"
161-
description="shadcn 문서에서 영감을 받은 Starlight 테마"
132+
href="https://events-3bg.pages.dev/library/StarlightPlugin/"
133+
title="starlight-view-transitions"
134+
description="문서 교차를 위한 브라우저 네이티브 뷰 전환을 추가하세요."
162135
/>
163136
</CardGrid>
164137

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
---
2+
title: 테마
3+
description: Starlight의 커뮤니티 테마로 문서를 스타일링하세요.
4+
tableOfContents: false
5+
sidebar:
6+
order: 1
7+
head:
8+
- tag: style
9+
content: |
10+
body { --sl-content-width: 66.75rem; }
11+
---
12+
13+
import ThemeGrid from '~/components/theme-grid.astro';
14+
15+
테마는 [사용자 정의 CSS](/ko/guides/css-and-tailwind/), [컴포넌트 재정의](/ko/guides/overriding-components/) 또는 기타 새로운 기능을 사용하여 사이트의 시각적 모양을 변경하는 Starlight 플러그인입니다.
16+
17+
## 커뮤니티 테마
18+
19+
커뮤니티에서 빌드한 테마를 설치하여 사이트의 모양과 느낌을 빠르게 사용자 정의하세요.
20+
21+
<ThemeGrid
22+
labels={{
23+
/** 테마 전환을 위한 접근성 레이블입니다. */
24+
legend: '미리보기',
25+
/** 어두운 색상 체계 변형에 대한 접근성 레이블입니다. */
26+
dark: '다크',
27+
/** 밝은 색상 체계 변형에 대한 접근성 레이블입니다. */
28+
light: '라이트',
29+
}}
30+
themes={[
31+
{
32+
title: 'Starlight Rapide',
33+
description:
34+
'Visual Studio Code Vitesse 테마에서 영감을 받은 Starlight 테마',
35+
href: 'https://starlight-theme-rapide.vercel.app/',
36+
previews: { light: 'rapide-light.png', dark: 'rapide-dark.png' },
37+
},
38+
{
39+
title: 'Starlight Obsidian Theme',
40+
description:
41+
'Obsidian Publish 사이트 스타일에서 영감을 받은 Starlight 테마',
42+
href: 'https://fevol.github.io/starlight-theme-obsidian/',
43+
previews: { light: 'obsidian-light.png', dark: 'obsidian-dark.png' },
44+
},
45+
{
46+
title: 'Catppuccin for Starlight',
47+
description: 'Starlight를 위한 편안한 파스텔 테마',
48+
href: 'https://catppuccin-starlight.otterlord.dev/',
49+
previews: { light: 'catppuccin-light.png', dark: 'catppuccin-dark.png' },
50+
},
51+
{
52+
title: 'Ion',
53+
description: 'Starlight를 위한 세련되고 현대적인 테마',
54+
href: 'https://louisescher.github.io/starlight-ion-theme/',
55+
previews: { light: 'ion-light.png', dark: 'ion-dark.png' },
56+
},
57+
{
58+
title: 'Starlight Black',
59+
description: 'shadcn 문서에서 영감을 받은 Starlight 테마',
60+
href: 'https://starlight-theme-black.vercel.app/',
61+
previews: { light: 'black-light.png', dark: 'black-dark.png' },
62+
},
63+
{
64+
title: 'Starlight Flexoki',
65+
description:
66+
'Flexoki 색상 팔레트를 기반으로 한 따뜻하고 친근한 테마',
67+
href: 'https://delucis.github.io/starlight-theme-flexoki/',
68+
previews: { light: 'flexoki-light.png', dark: 'flexoki-dark.png' },
69+
},
70+
]}
71+
/>
72+
73+
:::tip[여러분의 테마를 추가하세요!]
74+
Starlight 테마를 만드셨나요?
75+
이 페이지에 테마를 추가하는 [PR을 여세요](https://github.com/withastro/starlight/blob/main/CONTRIBUTING.md#themes)!
76+
:::

0 commit comments

Comments
 (0)