-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
58 lines (53 loc) · 1.39 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
baseURL = "https://adisen99.github.io/"
copyright = "Aditya Sengupta - All rights reserved"
disqusShortname = "food-4-thought"
enableEmoji = true
googleAnalytics = "UA-158627255-1"
languageCode = "en-us"
publishDir = "docs"
summaryLength = 25
theme = "mediumish"
title = "Food 4 Thought"
[params]
description = "Physics, linux, programming, the Atmosphere and my life."
logo = "/images/favicon_io/favicon-32x32.png"
#mailchimp = "you can provide a mailchimp-link here"
[params.author]
description = "Creator of this blog."
name = "Aditya Sengupta"
thumbnail = "/images/owl.jpg"
[params.index]
alertbar = true
mdtext = '''
I love linux, programming and chess.\
**This website contains my personal blog and some of my project descriptions and what I am studying**\
### Hope you find something useful on the blog.
'''
picture = "/images/owl.jpg"
subtitle = "A curious student studying about the Atmosphere."
title = "Aditya Sengupta"
[params.social]
github = "adisen99"
gitlab = "adisen99"
linkedin = "aditya-sengupta-10"
researchgate = "Aditya_Sengupta5"
#xing = "<username>"
#medium = "<username>"
instagram = "adisen99"
twitter = "adi_sen99"
## Main Menu
[[menu.main]]
identifier = "blog"
name = "Blog"
url = "/blog"
weight = 100
[[menu.main]]
identifier = "about"
name = "About Me"
url = "/static/about_me"
weight = 200
[[menu.main]]
identifier = "projects"
name = "Projects"
url = "/static/projects"
weight = 300