-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
56 lines (52 loc) · 1.33 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
baseURL = "/"
languageCode = "en-us"
theme = "hugo-vinesh-theme"
themesDir = "themes"
title = "Vinesh Raju"
paginate = 10
pygmentsCodeFences = true
pygmentsCodefencesGuessSyntax = true
pygmentsUseClasses = true
[module]
[module.hugoVersion]
extended = true
min = "0.55.0"
[params]
google_analytics_id = ""
twitter_handle = "@theVinesh"
showAuthorOnHomepage = false
showIntroContentOnHomepage = true
showPostsOnHomepage = false
usePaginationOnHomepage = false
limitPostsOnHomepage = 3 # only used if usePaginationOnHomepage is false
sortPostsByDateOldestFirst = false
addDot = true
addFrame = true
enableGoogleFonts = true
googleFontsUrl = "https://fonts.googleapis.com/css2?family=Oxygen:wght@400;700&display=swap"
fontFamilyHeading = "Oxygen"
fontFamilyParagraph = "Helvetica"
fontFamilyMonospace = "monospace"
# markdown config settings https://gohugo.io/getting-started/configuration-markup/#goldmark
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
hardWraps = false
unsafe = true
xhtml = false
[menu]
[[menu.main]]
identifier = 'home'
name = 'home'
url = '/'
weight = 1
[[menu.main]]
name = "posts"
identifier = "posts"
weight = 2
url = "/posts/"
[[menu.main]]
name = "resume"
identifier = "resume"
weight = 3
url = "/resume/"