-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
87 lines (70 loc) · 1.65 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
84
85
86
87
baseurl = "/"
languageCode = "en-us"
defaultContentLanguage = "en"
title = "life-lessons.in"
theme = "ghostwriter"
disqusShortname = "life-lessons-in"
googleAnalytics = "UA-69555622-1"
paginate = 50
copyright = "© Gurpreet Luthra 2021"
#uglyurls = true
[Params]
mainSections = ["post"]
intro = true
headline = "Life-Lessons.in"
description = "Adventures in Software and Life (Gurpreet Luthra)"
author = "Gurpreet Luthra"
github = "https://github.com/gsluthra"
twitter = "https://twitter.com/_zenx_"
# email = "[email protected]"
opengraph = true
images = ["/images/general/martin-backpacker-guitar.jpg"]
rss = true
shareTwitter = true
shareLinkedIn = true
shareFacebook = true
dateFormat = "Mon, Jan 2, 2006"
readingTime = true
readingTimeText = "Estimated reading time:"
[author]
name = "Gurpreet Luthra"
profile = "Principal Consultant at ThoughtWorks"
[markup]
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = false
hl_Lines = ""
lineAnchors = ""
lineNoStart = 1
lineNos = true
lineNumbersInTable = true
noClasses = true
style = "bw"
tabWidth = 4
[Permalinks]
post = "/:year/:month/:day/:filename"
[privacy.disqus]
disable = false
[privacy.googleAnalytics]
anonymizeIP = true
respectDoNotTrack = true
useSessionStorage = false
[taxonomies]
tag = "tags"
[[menu.main]]
name = "Blog"
url = "/"
weight = 1
[[menu.main]]
name = "Presentations"
url = "/page/presentations/"
weight = 2
[[menu.main]]
name = "About Me"
url = "/page/about/"
weight = 3
[[menu.main]]
name = "Blue Craft"
url = "/page/bluecraft"
weight = 4