-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
153 lines (130 loc) · 2.98 KB
/
_config.yml
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
source: _source
title: "IEV Electropedia Glossarist demo"
google_analytics:
id: UA-169198783-1
committee:
main_logo:
path: assets/images/IEC_logo.svg
footer_logo:
path: assets/images/IEC_logo.svg
url: https://www.iec.ch/
font_awesome_kit_url: https://kit.fontawesome.com/77a8a07e0a.js
# This is to convert jekyll-asciidoc math into real MathML
asciimath_delimiter: "\\$"
has_brand_name: yes
always_show_committee_link_on_landing: yes
email: [email protected]
tagline: "Electropedia: The World's Online Electrotechnical Vocabulary"
description: >-
Electropedia is produced by the IEC, the world’s leading organization
that prepares and publishes International Standards for all
electrical, electronic and related technologies – collectively known
as “electrotechnology”. Electropedia (also known as the "IEV Online")
contains all the terms and definitions in the International
Electrotechnical Vocabulary or IEV which is published also as a set of
publications in the IEC 60050 series that can be ordered separately
from the IEC webstore.
# Used for copyright notice and possibly more.
org:
name: International Electrotechnical Commission
website:
url: https://www.iec.ch/
title: www.iec.ch
email: [email protected]
address: |-
3 rue de Varembé
PO Box 131
CH-1211 Geneva 20, Switzerland
baseurl: ""
url: "https://iev.geolexica.org"
social:
links:
- url: https://twitter.com/IEC
- url: https://github.com/glossarist/iev-demo-site
# algolia:
# application_id: NOP
# index_name: NOP
# search_only_api_key: NOP
nav:
items:
- id: concepts
url: /concepts
title: Concepts
description: List of all concepts
- id: posts
url: /posts
title: News & Articles
- id: stats
url: /stats
title: Statistics
description: Per-language term statistics
- id: about
url: /about
title: About
footer_nav:
- url: https://www.iec.ch/dyn/www/f?p=103:7:0::::FSP_ORG_ID,FSP_LANG_ID:1231,25
title: IEC TC 1
powered_by:
url: https://open.ribose.com
title: Ribose
logo_path: /assets/logo-ribose.svg
theme: jekyll-geolexica
sass:
style: compressed
collections:
pages:
output: true
permalink: /:path/
domains:
output: true
permalink: /:collection/:name/
defaults:
- scope:
path: ""
type: "posts"
values:
show_header_meta: true
geolexica:
concepts_glob: "../iev-data/concepts/concept-*.yaml"
concept_date_format: "%Y-%m"
math: true
term_languages:
- eng
- fra
- ara
- ces
- deu
- fin
- ita
- jpn
- kor
- mon
- nld
- nno
- nob
- pol
- por
- rus
- slv
- spa
- srp
- swe
- zho
formats:
- html
- json
- json-ld
- tbx-iso-tml
- turtle
- yaml
tidy_json:
pretty: true
continue_on_error: true
plugins:
- jekyll-asciimath
- jekyll-data
- jekyll-feed
- jekyll-geolexica
- jekyll-plugin-frontend-build
- jekyll-sitemap
- jekyll-tidy-json