-
Notifications
You must be signed in to change notification settings - Fork 327
/
config.yaml
49 lines (49 loc) · 1.04 KB
/
config.yaml
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
baseURL: "https://ru.algorithmica.org/"
theme:
- algorithmica
- reveal-hugo
pygmentsUseClasses: true
outputFormats:
Reveal:
baseName: index
mediaType: text/html
isHTML: true
SearchIndex:
mediaType: "application/json"
baseName: "searchindex"
isPlainText: true
notAlternative: true
outputs:
home:
- HTML
- SearchIndex
markup:
goldmark:
footnote: false # katex conflict
renderer:
unsafe: true
defaultContentLanguage: en
sectionPagesMenu: main
languages:
en:
title: Algorithmica
baseURL: https://en.algorithmica.org
contentDir: content/english
languageName: English
languageCode: "en-us"
weight: 1
ru:
title: Алгоритмика
baseURL: https://ru.algorithmica.org
contentDir: content/russian
languageName: Русский
languageCode: "ru-ru"
weight: 2
params:
repo: "https://github.com/algorithmica-org/algorithmica"
reveal_hugo:
#theme: white
slide_number: true
transition: none
custom_theme: "slides.sass"
custom_theme_compile: true