hard-rewrite #1

Merged
schrottkatze merged 6 commits from :hard-rewrite into main 2024-01-01 22:36:43 +00:00
4 changed files with 25 additions and 0 deletions
Showing only changes of commit a3a7a00808 - Show all commits

1
.gitignore vendored
View file

@ -2,3 +2,4 @@
.direnv/
/target
.pre-commit-config.yaml
*.pdf

10
docs/design/types.typ Normal file
View file

@ -0,0 +1,10 @@
#import "../template.typ": conf
#show: doc => conf(
doc
)
= meow nya
nyanyanya
#lorem(50)

12
docs/template.typ Normal file
View file

@ -0,0 +1,12 @@
#let conf(
doc
) = {
set text(font: "Atkinson Hyperlegible");
show heading: it => [
#set text(font: "Montserrat", weight: "regular")
#it
]
doc
}

2
justfile Normal file
View file

@ -0,0 +1,2 @@
doc-design:
typst compile docs/design/*.typ --root=docs