forked from OpenDevEd/kerko-docs.opendeved.net
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
123 lines (94 loc) · 2.46 KB
/
config.toml
File metadata and controls
123 lines (94 loc) · 2.46 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
BABEL_DEFAULT_LOCALE = "en_GB"
HOME_URL = "https://unlockingdata.africa/"
HOME_TITLE = "Unlocking Data"
[kerko.meta]
title = "Evidence Library – Unlocking Data"
google_analytics_id = "G-JWDBPZ3DY2"
[kerko.link_groups]
[[kerko.link_groups.breadcrumb_base]]
text = "Unlocking Data"
type = "url"
url = "https://unlockingdata.africa/"
[[kerko.link_groups.breadcrumb_base]]
text = "Evidence Library"
type = "endpoint"
endpoint = "kerko.search"
[kerko.features]
download_attachment_new_window = true
open_in_zotero_app = true
open_in_zotero_web = true
print_item = true
print_results = true
results_abstracts = true
results_abstracts_max_length = 500
results_abstracts_max_length_leeway = 40
relations_initial_limit = 50
[kerko.search]
result_fields = ["id", "attachments", "bib", "data", "preview", "url"]
whoosh_language = "en"
[kerko.templates]
layout = "kerkoapp/layout.html.jinja2"
search = "kerkoapp/search.html.jinja2"
search_item = "kerkoapp/search-item.html.jinja2"
item = "kerkoapp/item.html.jinja2"
[kerko.zotero]
locale = "en-GB"
# CAUTION: The URL's query string (after the '?') must be changed after any edit
# to the CSL style, otherwise zotero.org might still use a previously cached
# version of the file.
csl_style = "https://docs.opendeved.net/static/dist/csl/eth_apa.xml?202012301815"
item_exclude_re = "^_exclude$"
child_include_re = "^(_publish)|(publishPDF)$"
child_exclude_re = ""
[kerko.facets]
[kerko.facets.tag]
enabled = false
[kerko.facets.link]
enabled = false
[kerko.facets.item_type]
enabled = false
# [kerko.facets.featured]
# enabled = true
# type = "collection"
# collection_key = "JUDM2WBF"
# filter_key = "featured"
# title = "Featured publisher"
# weight = 10
# initial_limit = 15
# initial_limit_leeway = 5
# [kerko.facets.pubtype]
# enabled = true
# type = "collection"
# collection_key = "NEH6ARC4"
# filter_key = "pubtype"
# title = "Publication type"
# weight = 20
# initial_limit = 5
# initial_limit_leeway = 2
# [kerko.facets.theme]
# enabled = true
# type = "collection"
# collection_key = "QK8NXPKZ"
# filter_key = "theme"
# title = "Theme"
# weight = 30
# initial_limit = 10
# initial_limit_leeway = 2
# [kerko.facets.location]
# enabled = true
# type = "collection"
# collection_key = "94GNF2EB"
# filter_key = "location"
# title = "Location"
# weight = 50
# initial_limit = 5
# initial_limit_leeway = 2
[kerko.performance]
whoosh_index_memory_limit = 64
[kerkoapp.proxy_fix]
enabled = false
x_for = 1
x_proto = 1
x_host = 0
x_port = 0
x_prefix = 0