-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
34 lines (29 loc) · 997 Bytes
/
hugo.toml
File metadata and controls
34 lines (29 loc) · 997 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
31
32
33
34
baseURL = 'https://example.infotecha.ru/'
languageCode = 'ru-ru'
title = 'Базовый модуль образовательной платформы'
theme = 'compose'
[params]
# Секции для навигации по курсу
docSections = ["intro", "theme_01", "theme_02", "theme_03", "theme_04", "outro"]
# Настройки источника (GitHub)
[params.source]
name = "GitHub"
iconLight = "images/GitHubMarkLight.svg"
iconDark = "images/GitHubMarkDark.svg"
url = "https://github.com/info-tech-io/"
# Настройки платформы
[params.platform]
hub_url = "https://infotecha.ru"
quiz_engine_path = "/quiz/src/quiz-engine/quiz-engine.mjs"
# Логотип
[logo]
text = "InfoTech.io"
# Настройки разметки для поддержки shortcodes
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
style = "github"
lineNos = true
noClasses = false