Skip to content

Commit 6b3a63c

Browse files
committed
docs: add index page
1 parent 4a8d3de commit 6b3a63c

File tree

3 files changed

+34
-9
lines changed

3 files changed

+34
-9
lines changed

book.typ

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
#show: book
55

66
#book-meta(
7-
title: "shiroa",
7+
title: "Typst Japanese Community",
88
summary: [
9-
#prefix-chapter("sample-page.typ")[Hello, typst]
9+
#prefix-chapter("index.typ")[Home]
1010
],
1111
)
1212

index.typ

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
#import "/book.typ": book-page
2+
3+
#show: book-page.with(title: "Typst Japanese Community")
4+
5+
= Typst Japanese Community
6+
7+
#let typst = link("https://typst.app/")[Typst]
8+
#let typst-japanese-community = link(
9+
"https://github.com/typst-jp/",
10+
)[Typst Japanese Community]
11+
12+
#typst-japanese-community;へようこそ!
13+
14+
#typst;は、アカデミック・ライティング用途を念頭に開発された、TeXなどの今までのシステムを覆しうる革新的で多機能な組版エンジンです。もちろん、学術論文に限らず、雑誌や書籍の組版にも適しています。
15+
16+
#typst-japanese-community;は、#typst;の日本語に関係するプロジェクトの長期的なメンテナンスのための非公式Organizationです。有志のTypstユーザーによって運営されています。
17+
18+
現在コミュニティによって管理されているプロジェクトは、GitHub Organizationの#link("https://github.com/orgs/typst-jp/repositories")[Repositories];でご覧いただけます。
19+
20+
== 🤝 貢献する
21+
22+
規模やスキルに関わらず、どなたの貢献も歓迎します。貢献に関して不明な点があれば、喜んでお手伝いします。
23+
24+
== 🚚 移譲する
25+
26+
あなたのプロジェクトを#typst-japanese-community;に移譲すると、より多くの人に利用してもらい、コミュニティ主導の長期的なメンテナンスが可能になります。
27+
28+
*Tip:* 日本語だけに限らず、多言語を対象とするプロジェクトについては、#link("https://github.com/typst-community/")[Typst Community];への移譲を推奨します。
29+
30+
== 💬 議論する
31+
32+
コミュニティに関する議論や情報交換は、各リポジトリの他に、#link("https://github.com/orgs/typst-jp/discussions")[GitHub Disccusion];や#link("https://discord.gg/9xF7k4aAuH")[くみはんクラブのDiscordサーバー];で行われます。お好きな方法でご参加ください。

sample-page.typ

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)