-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
90 lines (79 loc) · 2.09 KB
/
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
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
baseURL = 'https://arshjameel.com/'
languageCode = 'en-us'
title = 'Arsh Jameel'
theme = 'PaperMod'
[minify]
disableXML = true
minifyOutput = true
[outputs]
home = [ "HTML", "RSS", "JSON" ]
[params]
ShowReadingTime = true
ShowPostNavLinks = true
ShowBreadCrumbs = true
ShowCodeCopyButtons = true
ShowRssButtonInSectionTermList = true
ShowFullTextinRSS = true
UseHugoToc = true
disableSpecial1stPost = true
showtoc = false
tocopen = true
ShowShareButtons = false
disableScrollToTop = false
comments = false
hidemeta = false
hideSummary = false
ShowWordCount = false
[params.profileMode]
enabled = true
title = "Arsh Jameel"
subtitle = "Computer Systems '26 | Carleton University"
# subtitle2 = "xyz"
imageUrl = "/grasshopper.png/"
imageTitle = "grasshopper"
imageWidth = 165
imageHeight = 165
[[params.profileMode.buttons]]
name = "Essays"
url = "tags/essays"
[[params.profileMode.buttons]]
name = "Blogs"
url = "tags/blogs"
[[params.profileMode.buttons]]
name = "Projects"
url = "/projects"
[[params.profileMode.buttons]]
name = "About"
url = "/about"
[[params.socialIcons]]
name = "github"
url = "https://github.com/arshjameel"
weight = 10
[[params.socialIcons]]
name = "x"
url = "https://twitter.com/ArshJameel_/"
weight = 10
[[params.socialIcons]]
name = "linkedin"
url = "https://www.linkedin.com/"
weight = 10
[[params.socialIcons]]
name = "rss"
url = "index.xml"
weight = 10
[menu]
[[menu.main]]
name = 'About'
identifier = 'About'
url = '/about/'
weight = '10'
[[menu.main]]
name = 'Archive'
identifier = 'Archive'
url = '/archive/'
weight = '20'
[[menu.main]]
name = 'Search'
identifier = 'Search'
url = '/search/'
weight = '30'