-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
43 lines (38 loc) · 850 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
34
35
36
37
38
39
40
41
42
43
baseURL = 'https://tomcat0x42.me'
languageCode = 'en-us'
title = 'Tomcat0x42'
enableEmoji = true
enableRobotsTXT = true
theme = 'nostyleplease'
staticDir = ['pkgs', 'assets']
[outputs]
home = ["HTML", "RSS"]
[permalinks]
# posts = ":title"
[sitemap]
changefreq = "weekly"
filename = "sitemap.xml"
priority = 0.5
[params]
favicon = 'favicon.ico'
cover = 'cover.png'
description = "Tomcat0x42's personal blog"
[params.theme_config]
appearance = "dark"
back_home_text = ".."
date_format = "2006-01-02"
[markup]
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = false
hl_Lines = ''
hl_inline = false
lineAnchors = ''
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
noHl = false
style = 'modus-vivendi'
tabWidth = 2