Skip to content

Commit 4928e91

Browse files
committed
[Typship] Add typst.toml
1 parent 3a11c58 commit 4928e91

File tree

1 file changed

+29
-0
lines changed
  • packages/preview/computer-science-thesis-hd/0.1.5

1 file changed

+29
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# for a description of available keys, see https://github.com/typst/packages/?tab=readme-ov-file#package-format
2+
3+
[package]
4+
name = "computer-science-thesis-hd"
5+
version = "0.1.5"
6+
entrypoint = "src/lib.typ"
7+
authors = ["Adam McKellar"]
8+
license = "Unlicense"
9+
description = "A template for writing a bachelor's or master's computer science thesis at the University Heidelberg."
10+
repository = "https://github.com/WyvernIXTL/computer-science-heidelberg-thesis-typst-template"
11+
keywords = ["template"]
12+
categories = ["paper", "report"]
13+
disciplines = ["computer-science"]
14+
# compiler = ""
15+
exclude = [
16+
".github",
17+
"docs",
18+
"scripts",
19+
"tests",
20+
".typstignore",
21+
"Justfile",
22+
"thumbnail.png",
23+
"cSpell.json"
24+
]
25+
26+
[template]
27+
path = "template"
28+
entrypoint = "main.typ"
29+
thumbnail = "thumbnail.png"

0 commit comments

Comments
 (0)