gagagagggag
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
# lib.typ
|
||||
# **/lib/
|
||||
**/src/lib/
|
||||
**/config/universities.yaml
|
||||
|
||||
*.pdf
|
||||
|
||||
# nix artifacts
|
||||
**/result
|
||||
**/result-*
|
||||
10
.typst-template/.gitignore
vendored
10
.typst-template/.gitignore
vendored
@@ -1,10 +0,0 @@
|
||||
# lib.typ
|
||||
lib/
|
||||
src/lib/
|
||||
config/universities.yaml
|
||||
|
||||
*.pdf
|
||||
|
||||
# nix artifacts
|
||||
result
|
||||
result-*
|
||||
Reference in New Issue
Block a user