forked from algorithmica-org/algorithmica
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
40 lines (40 loc) · 903 Bytes
/
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
baseURL: "https://ru.algorithmica.org/"
theme:
- algorithmica
- reveal-hugo
pygmentsUseClasses: true
outputFormats:
Reveal:
baseName: index
mediaType: text/html
isHTML: true
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