-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
73 lines (59 loc) · 1.5 KB
/
config.toml
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
baseURL = "https://weekly.oskarsh.ru/"
defaultContentLanguage = "ru"
title = "Еженедельные отчеты"
theme = ["hugo-video", "PaperMod"]
copyright = "© 2022 - 2024 Шарипов Оскар (CC BY-SA 4.0)"
[menu]
[[menu.main]]
identifier = "about"
name = "Что происходит?"
url = "/about/"
weight = 1
[[menu.main]]
identifier = "flamingo"
name = "фламинго 🦩"
url = "/flamingo/"
weight = 2
[[menu.main]]
identifier = "contact"
name = "Связаться"
url = "https://oskarsh.ru/contact"
weight = 3
[[menu.main]]
identifier = "search"
name = "Поиск"
url = "/search/"
weight = 4
[params]
env = "production"
defaultTheme = "auto"
showReadingTime = true
author = "Оскар"
dateFormat = "2006-01-02"
disableScrollToTop = true
disableFingerprinting = true
enableRobotsTXT = true
showPostNavLinks = true
[params.assets]
disableHLJS = true
[params.fuseOpts]
keys = ["title", "permalink", "summary", "content"]
[params.homeInfoParams]
title = "Йоу, я Оскар 👋"
content = """Текст распространяется под [CC BY-SA 4.0][cc].
[cc]: https://creativecommons.org/licenses/by-sa/4.0/deed.ru"""
[taxonomies]
location = "location"
[outputs]
home = ["HTML", "RSS", "JSON"]
[markup]
[markup.goldmark]
[markup.goldmark.extensions]
linkify = true
linkifyProtocol = "http"
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
lineNos = true
lineNumbersInTable = true
tabWidth = 4