-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
125 lines (103 loc) · 2.81 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
# default configuration
baseURL = "https://rodosingh.netlify.com"
languageCode = "en-us"
summaryLength = "10"
theme = "kross-hugo"
title = "Rodo"
# css plugins
[[params.plugins.css]]
link = "plugins/bootstrap/bootstrap.min.css"
[[params.plugins.css]]
link = "plugins/slick/slick.css"
[[params.plugins.css]]
link = "plugins/themify-icons/themify-icons.css"
# js plugin
[[params.plugins.js]]
link = "plugins/jQuery/jquery.min.js"
[[params.plugins.js]]
link = "plugins/bootstrap/bootstrap.min.js"
[[params.plugins.js]]
link = "plugins/slick/slick.min.js"
[[params.plugins.js]]
link = "plugins/shuffle/shuffle.min.js"
[[params.plugins.js]]
link = "plugins/google-map/map.js"
# menu
[[menu.main]]
URL = "about"
name = "About"
weight = 1
[[menu.main]]
URL = "projects"
name = "Projects"
weight = 2
[[menu.main]]
URL = "gallery"
name = "Gallery"
weight = 3
[[menu.main]]
URL = "contact"
name = "Contact"
weight = 4
# default parameters
[params]
home = "Home"
logo = "images/favicon_rodo.png"
#cv-URL
cv_url = "https://drive.google.com/file/d/1ZA6Yhob0kGXXqO-JJoKVWMl6j6fM-uUN/view?usp=sharing"
# theme color
theme_color = "#001a33"
# contact info
icon = "ti-mobile"
phone = "+91 9777 507 538"
email = "adityasinghdrdo@gmail.com"
address = "IIIT Hyderabad, Gachibowli-Area, Hyderabad, India"
# meta description
author = "Aditya Kumar Singh"
description = "A Data Fanatic"
# google analytics
google_analytics_id = "" # Your ID
# copyright
copyright = "Copyright © 2022 | Made with ♥ by [rodosingh](https://www.linkedin.com/in/aditya-singh-9639a8175/) | Powered by [Hugo](https://gohugo.io/) | Published by [Netlify](https://www.netlify.com/)"
# preloader
[params.preloader]
enable = true
preloader = "images/preloader.gif" # use png, jpg, svg or gif format
# contact
[params.contact]
enable = true
form_action = "https://formspree.io/f/myylboak" # contact form works with : https://formspree.io
# google map
[params.map]
enable = true
gmap_api = "https://maps.google.com/maps?q=IIIT%20Hyderabad&t=&z=17&ie=UTF8&iwloc=&output=embed"
map_latitude = "17.596298100645598"
# 17.596298100645598, 78.1232546786667
map_longitude = "78.1232546786667"
map_marker = "images/marker.png"
# cookies
[params.cookies]
enable = false
expire_days = 2
# social site
[[params.social]]
icon = "ti-twitter-alt"
URL = "https://twitter.com/ADITYAK83481478"
[[params.social]]
icon = "ti-linkedin"
URL = "https://www.linkedin.com/in/aditya-singh-9639a8175/"
[[params.social]]
icon = "ti-github"
URL = "https://github.com/rodosingh"
[[params.email_icon]]
icon = "ti-github"
URL = "https://github.com/rodosingh"
[[params.social]]
icon = "ti-facebook"
URL = "https://www.facebook.com/RodoAditya/"
[[params.social]]
icon = "ti-instagram"
URL = "https://www.instagram.com/rodosingh/"
[[params.social]]
icon = "ti-music"
URL = "https://open.spotify.com/user/312ybkhvukb4xot5q675x2kwkp6m"