-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
83 lines (75 loc) · 2.03 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
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
baseURL = 'https://saligrama.io'
languageCode = 'en-us'
title = 'Aditya Saligrama'
theme = 'hugo-theme-hello-friend'
googleAnalytics = true
pluralizeListTitles = false
paginate = 30
[params]
# dir name of your blog content (default is `content/posts`)
contentTypeName = "post"
defaultTheme = ""
# if you set this to 0, only submenu trigger will be visible
showMenuItems = 5
# Enable to show reading time in minutes for posts
showReadingTime = false
showWordCount = true
showLogo = true
showFooter = true
showCopyright = true
og = "/images/profile-photo.png"
[markup.goldmark.renderer]
unsafe = true # Allow HTML in md files
[markup]
[markup.highlight]
noClasses = false
[languages]
[languages.en]
[languages.en.params]
title = 'Aditya Saligrama'
subtitle = ""
keywords = ""
copyright = ""
menuMore = "Show more"
showMenuItems = 5
writtenBy = "Written by"
readMore = "Read more"
readOtherPosts = "Read other posts"
newerPosts = "Newer posts"
olderPosts = "Older posts"
minuteReadingTime = "min read"
dateFormatSingle = "January 2, 2006"
dateFormatList = "January 2, 2006"
[languages.en.params.logo]
logoText = "Aditya Saligrama"
logoHomeLink = "/"
# or
#
# path = "/img/your-example-logo.svg"
# alt = "Your example logo alt text"
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "portfolio"
name = "Portfolio"
url = "/portfolio"
weight = 1
[[languages.en.menu.main]]
identifier = "blog"
name = "Blog"
url = "/blog"
weight = 2
[[languages.en.menu.main]]
identifier = "notes"
name = "Notes"
url = "/notes"
weight = 3
[[languages.en.menu.main]]
identifier = "photo"
name = "Photography"
url = "/photo"
weight = 4
[[languages.en.menu.main]]
identifier = "resume"
name = "Resume"
url = "/files/resume.pdf"
weight = 5