-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathhugo.toml
More file actions
33 lines (28 loc) · 776 Bytes
/
hugo.toml
File metadata and controls
33 lines (28 loc) · 776 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
baseURL = 'https://zhukovsd.github.io/java-backend-learning-course/'
languageCode = 'ru'
title = 'Java Роадмап Сергея Жукова'
theme = 'hugo-book'
enableGitInfo = true
[params]
BookTheme = 'auto'
BookSection = '*'
BookPortableLinks = true
BookRepo = 'https://github.com/zhukovsd/java-backend-learning-course'
BookCommitPath = 'commit'
BookEditPath = 'edit/main'
[menu]
[[menu.after]]
name = "Telegram канал"
url = "https://t.me/zhukovsd_it_mentor"
weight = 10
[[menu.after]]
name = "Telegram чат"
url = "https://t.me/zhukovsd_it_chat"
weight = 20
[[menu.after]]
name = "YouTube"
url = "https://www.youtube.com/@zhukovsd_it_mentor"
weight = 30
[services]
[services.googleAnalytics]
id = "G-VXVWNDJ3VL"