-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
55 lines (48 loc) · 989 Bytes
/
hugo.toml
File metadata and controls
55 lines (48 loc) · 989 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
baseURL = 'https://thisisavs.github.io/'
languageCode = 'en-us'
title = 'Sai'
theme = 'hextra'
[params]
description = "Personal website - TIL, projects, and thoughts"
displayUpdatedDate = true
[params.blog.list]
displayTags = true
[params.toc]
displayTags = true
[params.navbar]
displayTitle = true
displayLogo = true
[params.navbar.logo]
path = "owl_logo.png"
dark = "owl_logo_dark.png"
width = 28
height = 28
[menu]
[[menu.main]]
name = "Home"
pageRef = "/"
weight = 1
[[menu.main]]
name = "About"
pageRef = "/about"
weight = 2
[[menu.main]]
name = "Now"
pageRef = "/now"
weight = 3
[[menu.main]]
name = "TIL"
pageRef = "/til"
weight = 4
[[menu.main]]
name = "Projects"
pageRef = "/projects"
weight = 5
[[menu.main]]
name = "Blog"
pageRef = "/blog"
weight = 6
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
noClasses = false