-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
30 lines (24 loc) · 813 Bytes
/
config.toml
File metadata and controls
30 lines (24 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
title = "Kosmorro"
description = "A program to calculate your ephemerides"
default_language = "en"
base_url = "https://kosmorro.space"
compile_sass = true
minify_html = false
build_search_index = false
[markdown]
#highlight_code = true
external_links_target_blank = true
[markdown.highlighting]
error_on_missing_language = false
style = "inline"
theme = "github-dark"
[extra]
lib_min_python_version = "3.8"
cli_version = "1.0.2"
lib_version = "1.0.12"
lib_supported_versions = [
{number = "1.1", release_date = false, eol_date = false, doc = true},
{number = "1.0", release_date = "2021-11-01", eol_date = false, doc = true},
{number = "0.11", release_date = "2021-04-18", eol_date = false, doc = true},
{number = "0.10", release_date = "2021-04-05", eol_date = "2021-11-01", doc = false}
]