gagagagggag

This commit is contained in:
2026-01-23 18:57:04 +02:00
parent bc192fdd7d
commit 0953a6bdd6
13 changed files with 12 additions and 12 deletions

View File

@@ -1,9 +1,9 @@
#!/usr/bin/env nu
# Configuration
let template_dir = ".typst-template"
let template_dir = ".config/template"
let config_dir = ".config"
let out_dir = $"(pwd)/works"
let out_dir = $"(pwd)"
def main [subject: string, shortcode: string, number: string = ""] {
let subject_lower = ($subject | str downcase)

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

10
.gitignore vendored Normal file
View File

@@ -0,0 +1,10 @@
# lib.typ
# **/lib/
**/src/lib/
**/config/universities.yaml
*.pdf
# nix artifacts
**/result
**/result-*

View File

@@ -1,10 +0,0 @@
# lib.typ
lib/
src/lib/
config/universities.yaml
*.pdf
# nix artifacts
result
result-*