4 Commits

Author SHA1 Message Date
74efbe9c1b feat: Light theme 2026-06-05 02:00:54 +00:00
75bdf92743 chore: Create Justfile for common tasks 2026-06-05 01:51:21 +00:00
d22393771a chore: Split out CSS 2026-06-05 01:48:25 +00:00
49f1419bc1 chore: Formatting 2026-06-05 01:42:05 +00:00
3 changed files with 1765 additions and 1289 deletions

10
Justfile Normal file
View File

@@ -0,0 +1,10 @@
user := "admin"
host := "chimaera.malzahn.lan"
www-root := "/home/admin/caddy/public_html/fabula"
serve:
python3 -m http.server
deploy:
scp fabula-ultima-sheet.html {{ user }}@{{ host }}:{{ www-root }}/index.html
scp fabula-ultima-sheet.css {{ user }}@{{ host }}:{{ www-root }}/fabula-ultima-sheet.css

1070
fabula-ultima-sheet.css Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff