-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.yaml
49 lines (41 loc) · 896 Bytes
/
hugo.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
title: 'IT Club Irkutsk'
baseURL: 'https://itclub-irk.ru/'
# NOTE: check .github/workflows/hugo.yaml
defaultContentLanguage: "ru"
languageCode: 'ru-ru'
theme: PaperMod
markup:
highlight:
# anchorLineNos: true
codeFences: true
guessSyntax: true
lineNos: true
# noClasses: false
style: monokai
params:
DateFormat: "2 January 2006"
ShowBreadCrumbs: true
# ShowPostNavLinks: true
# ShowCodeCopyButtons: true
menu:
main:
- idehtifier: home
name: "Главная"
url: "/"
weight: 5
- identifier: news
name: Новости
url: /news
weight: 10
- identifier: events
name: События
url: /events
weight: 20
- identifier: resources
name: Ресурсы
url: /resources
weight: 30
- identifier: rules
name: Правила
url: /rules
wieght: 40