-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·168 lines (140 loc) · 4.46 KB
/
_config.yml
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
# main text of home
name: Aitik Gupta
title: Aitik Gupta
bio: Trying to make the world a better place, one line of code at a time.
# twitter summary info
description: I go by @aitikgupta throughout the web \o/ ; A budding developer who's all about software engineering!
# if it's an external image, update below for true
# better with square images
external-image: true
picture: /assets/images/Aitik_Photo.webp
picture-big: https://github.com/user-attachments/assets/96d91bbd-eb57-4dee-8492-c0533d7170d6
screenshot: /assets/images/screenshot.png
# If you want to include your resume, set to true
# and specify source (external or local).
resume: true
resume-external: false
resume-url: Aitik_Gupta_SWE_Resume.pdf
# resume-url: https://drive.google.com/file/d/1zMhvo41LmrjzIJgbpqklV2Qfslc1FPYo/view?usp=sharing
# contact-url: https://formspree.io/f/mbjpbgvk
contact-url: https://send.pageclip.co/fRVK8PxpPKBlFfJZcbtPSaXqFxfuorbc/contact-form
url: https://aitikgupta.com
# https://sergiokopplin.github.io/indigo
# your url: https://USERNAME.github.io
permalink: /:title/
# To enable google analytics, supply your token below
analytics-google: 'G-NWM9PLYZQV'
analytics-hotjar: '2497583'
# To enable piwik tracking, supply your url & site ID below
# analytics-piwik-url: 'piwik.my-host.com'
# analytics-piwik-id: 1
# if you don't want comments in your posts, leave categories empty
disqus:
shortname: aitikgupta # enter this from your disqus account
categories: [blog] # only show disqus for posts that have these categories
# if you don't have any of social below, comment the line
# facebook: myfacebook
twitter: aitikgupta
telegram: aitikgupta
# pinterest: mypinterest
linkedin: aitikgupta
# youtube: myyoutube
# spotify: myspotify
github: aitikgupta
gitlab-gnome: aitikgupta
instagram: aitikgupta
# lastfm: mylastfm
# stackoverflow: 7044681/mystackoverflow
# quora: userquora
# reddit: username
# medium: medium
# vimeo: myvimeo
# lanyrd: mylanyrd
email: [email protected]
# instagram: myinstagram
# pinterest: mypinterest
# youtube: myyoutube
# spotify: myspotify
# slideshare: myslideshare
# speakerdeck: myspeakerdeck
# email: [email protected]
# if you don't have any scientific social links below, comment the line
scholar: byEqHo8AAAAJ&hl=en
# researchgate: myresearchgate
# mendeley: mymendeley
# pubmed: mypubmed
# orcid: myorcid
# impactstory: myimpactstory
# figshare: myfigshare
# if desired, specify custom order of social links in the array below
social-links-order: [email, linkedin, github, twitter, gitlab-gnome, scholar, instagram]
authors:
aitikgupta:
name: Aitik Gupta
bio: I go by @aitikgupta throughout the web! \o/
external-image: true
picture: https://avatars.githubusercontent.com/u/43996118?s=50&u=d2dfb0aeaed984159d94e88cd8c91495aae7f49d&v=4
linkedin: aitikgupta
github: aitikgupta
# do you want a larger site? change the option below
# options: [normal, large] | default: normal
# normal = 560px / large = 810px
width: large
# if you do/don't need pagination, toggle 'enabled' between true/false below
pagination:
enabled: false
sort_reverse: true # display recent posts first
title: ":title" # Changing this will mess up the header display logic
per_page: 5
permalink: "/:num/" # pagination link that will be appended
# if you don't need projects, comment the *projects* configs below
projects: true
# if you don't need "about" or "blog", comment them out below
about: true
blog: true
tags: true
# do you want to show the "read time" of the posts?
read-time: true
# do you want to show the "tags" inside the posts?
show-tags: true
# related posts inside a post?
related: true
# Display links for next and previous posts for the specified categories
post-advance-links: [blog, project]
# show author block at the end of a post ?
show-author: true
# do you want some animations?
animation: true
# add default values to specific pages or layouts
defaults:
- scope:
path: "" # an empty string here means all files in the project
layout: "post"
values:
# setting all post to not hidden by default,
# can be overridden in the front matter for a specific post
hidden: false
plugins:
- jekyll-seo-tag
- jekyll-gist
- jekyll-feed
- jemoji
- jekyll-admin
- jekyll-paginate-v2
jekyll-mentions:
base_url: https://github.com
compress_html:
ignore:
envs:
- development
- stage
exclude:
[
"travis.sh",
"README.md",
"Gemfile",
"Gemfile.lock",
"FAQ.md",
"node_modules",
"vendor",
]