-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
43 lines (35 loc) · 1.41 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
baseURL = 'https://sumittiware.dev/'
languageCode = 'en-us'
title = 'Sumit Tiware | Software Developer'
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = true
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[params]
title = "Sumit Tiware | Software Developer"
description = "Explore Sumit's Software Engineering Portfolio and Blogs"
name = "Sumit Tiware"
profile = "Software Developer"
profileDescription = '''
I'm a Software Engineer, simplifying Digital Learning at Allen Digital
<br>
I have a passion for problem-solving, and in my free time, I contribute to open-source projects and indulge in activities like reading about archaeology, mythology, and fiction, as well as following cricket avidly.
<br>
This space is where I share my views, notes, and ideas related to my professional and personal interests.
'''
image = "img/thinker.png"
resumeUrl = "https://drive.google.com/file/d/1GrJj1tOan6OF_uz_eWL4el9rseAqYXBl/view?usp=sharing"
[social]
twitter = "https://twitter.com/_Sumit_Tiware"
linkedin = "https://www.linkedin.com/in/sumit-g-tiware-b0b5a81a3/"
github = "https://github.com/sumittiware"
[permalinks]
post = "/:sections/:title/"
[sitemap]
changefreq = "monthly"
filename = "sitemap.xml"
priority = 0.5