Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

独自の静的サイトジェネレーターを構築する #54

Open
3w36zj6 opened this issue Aug 25, 2024 · 1 comment
Open

独自の静的サイトジェネレーターを構築する #54

3w36zj6 opened this issue Aug 25, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed question Further information is requested

Comments

@3w36zj6
Copy link
Member

3w36zj6 commented Aug 25, 2024

現在のWebサイトは、typst-docsでドキュメントの構造を出力し、それを元に中国語コミュニティで作成された静的サイトジェネレーターを使用して構築しています。前者はApache License 2.0ですが、後者にはライセンスの問題があり、公式は有用であることは認めつつも、良くない状態であると主張しています1

そこで、将来的にはライセンスの問題がない独自の静的サイトジェネレーターを構築することが求められます。

Footnotes

  1. https://github.com/typst/typst/pull/3425#issuecomment-1954341630

@3w36zj6 3w36zj6 added enhancement New feature or request help wanted Extra attention is needed question Further information is requested labels Aug 25, 2024
@3w36zj6
Copy link
Member Author

3w36zj6 commented Dec 29, 2024

現在はテンプレートエンジンとしてJinja2が使われていますが、JavaScriptのエコシステムを活用できるようにJSXベースのものを採用するのが良いと考えています。
また、メンテナーへの学習負荷を小さくするため、採用するフレームワークはできるだけ軽量のものが良いと考えています。以下に検討している候補を示します。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant