Typst template for Hackerspace Wrocław
Go to file
Michał Rudowicz 3f0974d963 Initial Docker image with HSWro template included 2026-07-29 18:27:55 +02:00
.forgejo/workflows Initial Docker image with HSWro template included 2026-07-29 18:27:55 +02:00
0.0.1 Initial Docker image with HSWro template included 2026-07-29 18:27:55 +02:00
.gitignore Initial Docker image with HSWro template included 2026-07-29 18:27:55 +02:00
COPYING Initial Docker image with HSWro template included 2026-07-29 18:27:55 +02:00
Dockerfile Initial Docker image with HSWro template included 2026-07-29 18:27:55 +02:00
README.md Initial Docker image with HSWro template included 2026-07-29 18:27:55 +02:00
demo.typ Initial Docker image with HSWro template included 2026-07-29 18:27:55 +02:00

README.md

Hackerspace Wrocław typst package

Using with Docker/Podman

Docker image lives in HSWro's Forgejo instance here: https://git.hswro.org/fleg/-/packages/container/typst/latest

Pull it from there:

$ podman pull git.hswro.org/fleg/typst:latest

Example command line to build the demo.typ in current directory:

$ podman run --rm -v "$(pwd):/data" --user $(id -u):$(id -g) --userns keep-id typst typst compile demo.typ

Installation

Clone this repository into your Typst packages directory, but call the checked out repository hswro. For example:

  • On Linux: ~/.local/share/typst/packages
  • On MacOS: ~/Library/Application Support/typst/packages
  • On Windows: %APPDATA%/typst/packages

The directory may not exist, you may need to create it first. More info in the Typst package repository. If you're not sure which directory to use, run typsy info to see which directory is in use in your system.

This will not be needed when we publish the package, so bear with us for a moment.