All my published Documents, rendered using typsts
- Typst 98.2%
- Shell 1.8%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
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
|
||
| .forgejo/workflows | ||
| .woodpecker | ||
| grund_und_unbegreiflichkeit | ||
| medienrecht | ||
| oeffentliche_kritik | ||
| scripts | ||
| templates | ||
| .gitattributes | ||
| .gitignore | ||
| Medienrecht.typ | ||
| README.md | ||
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