https://github.com/drupol/typst-gallery
https://github.com/drupol/typst-gallery
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/drupol/typst-gallery
- Owner: drupol
- Created: 2023-05-11T19:09:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-02T03:06:39.000Z (over 2 years ago)
- Last Synced: 2024-10-11T21:11:47.280Z (over 1 year ago)
- Language: Nix
- Size: 935 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/