diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-24 11:29:57 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-24 11:29:57 +0200 |
| commit | a26fed000ad9f292618f9cecfd2b505dddfd004a (patch) | |
| tree | 3b6001cc5a20c3451677773159553aa134d4a6c9 /internal/config/config.toml | |
| parent | e50b003d84b091b60c8028468edc633f04e39731 (diff) | |
| download | lectio-a26fed000ad9f292618f9cecfd2b505dddfd004a.tar.gz lectio-a26fed000ad9f292618f9cecfd2b505dddfd004a.zip | |
books: language-scoped --ref/--list via customizable books.toml + sigla_style config; v0.7.0
Diffstat (limited to 'internal/config/config.toml')
| -rw-r--r-- | internal/config/config.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/config/config.toml b/internal/config/config.toml index 656ddc5..8324032 100644 --- a/internal/config/config.toml +++ b/internal/config/config.toml @@ -7,6 +7,7 @@ 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 ui_language = "en" # interface language (labels/keybar/banner): "en" or "pl". Readings stay source-language. +sigla_style = "auto" # citation dialect for `lectio --ref`/`--list`: "auto" (follow ui_language), "polish" (J 3,16), or "english" (Jn 3:16) web_theme = "transfiguration" # default lectio-web theme (built-in order/season name, or a user theme in ~/.config/lectio/themes/) web_port = 0 # lectio-web port; 0 = try 1099, then any free port web_display = "horizontal" # default lectio-web layout ("uklad"): "horizontal" (stacked), "vertical" (columns), "interlinear" (verse-by-verse) |
