-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
33 lines (30 loc) · 820 Bytes
/
hugo.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
baseURL = 'https://kirillbobyrev.com/'
enableRobotsTXT = true
googleAnalytics = 'G-RHCZGDQQJR'
languageCode = 'en'
theme = 'github.com/kirillbobyrev/minimis'
enableEmoji = true
title = 'Kirill Bobyrev'
[params]
description = 'Blog about Software Engineering and hobbies by Kirill Bobyrev'
icons = true
mastodon = "kirillbobyrev"
[params.author]
name = 'Kirill Bobyrev'
[markup]
[markup.highlight]
guessSyntax = true
style = 'github'
tabWidth = 2
[markup.goldmark]
[markup.goldmark.extensions]
[markup.goldmark.extensions.passthrough]
enable = true
[markup.goldmark.extensions.passthrough.delimiters]
block = [['\[', '\]'], ['$$', '$$']]
inline = [['\(', '\)']]
[menu]
[[menu.main]]
name = 'Resume'
url = '/resume.pdf'
weight = 4