An open API service indexing awesome lists of open source software.

https://github.com/drupol/typst-gallery


https://github.com/drupol/typst-gallery

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# Typst document gallery

This project will build the default [Typst][typst] templates from https://github.com/typst/templates using [Nix][nix].

## Usage

### To list all the available documents

```shell
nix flake show
```

### To build a document

```shell
nix build .#
```

Where you replace the placeholder `` with the name of the package from `nix flake show`.

[typst]: https://typst.app/
[nix]: https://nixos.org/