-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
107 lines (93 loc) · 2.23 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
enableGitInfo = true
baseURL = 'https://vachan.me'
[languages]
[languages.en]
languageCode = 'en-UK'
[module]
[module.hugoVersion]
extended = true
min = "0.111.3"
theme = "nightfall"
[frontmatter]
date = ["date", "publishDate", "lastmod"]
lastmod = ["lastmod", ":git", "date", "publishDate"]
publishDate = ["publishDate", "date"]
[params]
user = "vachan"
images = ['/images/site-feature-image.png']
copyright = "All work licensed under CC BY-SA 4.0 unless otherwise stated."
description = "Hey there! I am Vachan and I love thinkering with computers. I am currently pursuing Computer Science and Engineering. You can read my posts, know more about me and get in touch with me"
[params.author]
name = "Vachan S Panicker"
email = "[email protected]"
[menu]
[[menu.header]]
name = "Posts"
weight = 1
dd = "Just my thoughts, opinions and stuff."
url = "/posts"
[[menu.header]]
name = "Wiki"
weight = 2
dd = "Some things that I have learned - basically my personal wiki"
url = "/til"
[[menu.header]]
name = "Now"
weight = 3
dd = "What I am doing now"
url = "/now/"
[[menu.header]]
name = "Uses"
dd = "What I use daily"
weight = 4
url = "/uses"
[[menu.header]]
name = "About"
dd = "All about me!"
weight = 5
url = "/about"
[[menu.header]]
name = "Contact"
weight = 6
dd = "How to get in touch with me"
url = "/contact"
[[params.social]]
key = 0
name = "GitHub"
url = "https://github.com/vachan-maker"
[[params.social]]
key = 1
name = "Mastodon"
url = "https://fosstodon.org/@nattukaran"
rel = "me"
[[params.social]]
key = 2
name = "E-mail"
url = "mailto:[email protected]"
[[params.social]]
key = 3
name = "PixelFed"
url = "https://pixelfed.social/V4vachan"
[[params.social]]
key = 4
name = "RSS Feed"
url = "/index.xml"
[[params.social]]
key = 5
name = "X"
url = "https://twitter.com/vsp2020"
[taxonomies]
cateogry = "categories"
tag = "tags"
linktag = "linktags"
linkcategory = "linkcategories"
[outputs]
home = ['html', 'rss']
section = ['html', 'rss']
taxonomy = ['html']
term = ['html']
[markup]
[markup.goldmark]
[markup.goldmark.parser]
[markup.goldmark.parser.attribute]
block = true