All my published Documents, rendered using typsts
  • Typst 98.2%
  • Shell 1.8%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
DerGrumpf 15dbd4e8e3
Some checks are pending
ci/woodpecker/push/dist-publish Pipeline was successful
ci/woodpecker/push/format Pipeline was successful
ci/woodpecker/push/publish Pipeline was successful
Check Typst files / typst-check (push) Waiting to run
Publish HTML to dist branch / build-dist (push) Waiting to run
Auto-format / format (push) Waiting to run
Publish PDF / publish (push) Waiting to run
ci/woodpecker/push/check Pipeline was successful
Gitea Action Runners -> Woodpecker
2026-08-22 14:26:20 +02:00
.forgejo/workflows Trigger website push 2026-08-21 13:54:47 +02:00
.woodpecker Gitea Action Runners -> Woodpecker 2026-08-22 14:26:20 +02:00
grund_und_unbegreiflichkeit Added current Prüfungsstuff 2026-08-21 13:45:41 +02:00
medienrecht style: auto-format with typstyle [skip ci] 2026-08-21 11:24:26 +02:00
oeffentliche_kritik Added current Prüfungsstuff 2026-08-21 13:45:41 +02:00
scripts WIP: Gitea Action Runners -> Woodpecker 2026-08-22 14:19:55 +02:00
templates style: auto-format with typstyle [skip ci] 2026-08-21 11:24:26 +02:00
.gitattributes Init 2026-08-20 13:24:51 +02:00
.gitignore Split Medienrecht 2026-08-20 17:46:39 +02:00
Medienrecht.typ Split Medienrecht 2026-08-20 17:46:39 +02:00
README.md Init 2026-08-20 13:24:51 +02:00

Typst

Repository for Typst documents.

Structure

.
├── medienrecht/
│   └── main.typ        # Entry point document
├── Medienrecht.typ      # Document
├── templates/
│   └── ikw.typ          # Typst template/style file for formatting
├── .gitignore
└── .gitattributes        # Git LFS config

PDFs

  • PDFs are excluded from git in the repo root and in templates/.
  • PDFs elsewhere in the repo are tracked via Git LFS.

Requirements

Usage

Compile a document with:

typst compile <file>.typ