gagagagggag
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
#!/usr/bin/env nu
|
#!/usr/bin/env nu
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
let template_dir = ".typst-template"
|
let template_dir = ".config/template"
|
||||||
let config_dir = ".config"
|
let config_dir = ".config"
|
||||||
let out_dir = $"(pwd)/works"
|
let out_dir = $"(pwd)"
|
||||||
|
|
||||||
def main [subject: string, shortcode: string, number: string = ""] {
|
def main [subject: string, shortcode: string, number: string = ""] {
|
||||||
let subject_lower = ($subject | str downcase)
|
let subject_lower = ($subject | str downcase)
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
+10
@@ -0,0 +1,10 @@
|
|||||||
|
# lib.typ
|
||||||
|
# **/lib/
|
||||||
|
**/src/lib/
|
||||||
|
**/config/universities.yaml
|
||||||
|
|
||||||
|
*.pdf
|
||||||
|
|
||||||
|
# nix artifacts
|
||||||
|
**/result
|
||||||
|
**/result-*
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
# lib.typ
|
|
||||||
lib/
|
|
||||||
src/lib/
|
|
||||||
config/universities.yaml
|
|
||||||
|
|
||||||
*.pdf
|
|
||||||
|
|
||||||
# nix artifacts
|
|
||||||
result
|
|
||||||
result-*
|
|
||||||
Reference in New Issue
Block a user