19 lines
462 B
Markdown
19 lines
462 B
Markdown
# Typst Template for Website
|
|
|
|
This is highly experimental, use at your own risque.
|
|
I recommend forking and making your own modifications.
|
|
|
|
## Install
|
|
|
|
This is not in Universe, if you wand to use this package, symlink the repo to local:
|
|
|
|
```
|
|
mkdir -p ~/.local/share/typst/packages/local/template-web/
|
|
ln -s $(pwd) ~/.local/share/typst/packages/local/template-web/0.0.1
|
|
```
|
|
|
|
Then to use it in your typst file:
|
|
|
|
```typst
|
|
#import "@local/template-web:0.0.1": *
|
|
```
|