aboutsummaryrefslogtreecommitdiff
path: root/internal/config/config.toml
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukas@labunix.xyz>2026-07-23 13:18:34 +0200
committerLukasz Kasprzak <lukas@labunix.xyz>2026-07-23 13:18:34 +0200
commitfbb3345518872346a629e7ccbec81f09532765f9 (patch)
tree0f07371550d3dc1885d92d99c8aa847223b875ae /internal/config/config.toml
parent8a401a84af52c94f991c74443b7f4397e30cad4a (diff)
downloadlectio-fbb3345518872346a629e7ccbec81f09532765f9.tar.gz
lectio-fbb3345518872346a629e7ccbec81f09532765f9.zip
config: TOML load + seed
Diffstat (limited to 'internal/config/config.toml')
-rw-r--r--internal/config/config.toml30
1 files changed, 30 insertions, 0 deletions
diff --git a/internal/config/config.toml b/internal/config/config.toml
new file mode 100644
index 0000000..d31e2c4
--- /dev/null
+++ b/internal/config/config.toml
@@ -0,0 +1,30 @@
+schema_version = 1
+lectionary = "new" # "new" (niedziela.pl) or "traditional" (missalemeum, 1962)
+traditional_lang = "pl" # vernacular for traditional propers: "pl" or "en"
+versions = ["pl", "wuj", "vul", "grb", "drb"] # compare set + TUI cycle order
+default_version = "pl" # TUI start / `lectio show` default
+width = 0 # CLI wrap width; 0 = detect terminal
+all = false # default to all parts (true) or just the gospel (false)
+offline = false # true = never fetch; read only harvested sigla + cache
+
+# Which parts to show. Both tables are commented out -> every part is shown.
+# Uncomment a table and set a part to false to hide it; parts you don't list
+# stay shown. (Parsed as a map: a part is hidden only if explicitly false.)
+#
+# [parts.new]
+# pierwsze_czytanie = true # 1. czytanie (1st reading)
+# psalm = true # Psalm
+# drugie_czytanie = true # 2. czytanie (2nd reading, on feasts)
+# aklamacja = true # Aklamacja (acclamation)
+# ewangelia = true # Ewangelia (gospel)
+#
+# [parts.traditional]
+# introitus = true # Introit
+# oratio = true # Collect
+# lectio = true # Epistle
+# graduale = true # Gradual / Alleluia / Tract
+# evangelium = true # Gospel
+# offertorium = true # Offertory
+# secreta = true # Secret
+# communio = true # Communion
+# postcommunio = true # Postcommunion