-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
143 lines (131 loc) · 5.01 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
title: Nishit Patel's Site
tagline: Tech Blogs and portfolio website
email: nishitlimbani130@gmail.com
description: >- # this means to ignore newlines until "baseurl:"
Portfolio and blog website of Nishit Patel.
programmer and open source contributor.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://nishitpatel.dev" # the base hostname & protocol for your site, e.g. http://example.com
disqus: "blog-iiu4zzvb3v"
avatarurl: '/assets/logos/favicon.ico'
twitter_username: nishit130
github_username: nishit130
twitter:
username: nishit130
card: summary
author:
twitter: nishit130
social:
name: Nishit Patel
links:
- https://twitter.com/nishit130
- https://www.linkedin.com/in/nishit130
- https://github.com/nishit130
google_analytics: "G-S352GEKRVY"
# Build settings
# theme: alembic-jekyll-theme
# remote_theme: daviddarnes/alembic
plugins:
- jekyll-feed
- jekyll-sitemap
- jemoji
- jekyll-redirect-from
- jekyll-seo-tag
# - jekyll-remote-theme
# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
# the internal "default list".
#
# Excluded items can be processed by explicitly listing the directories or
# their entries' file path in the `include:` list.
#
# exclude:
# - .sass-cache/
# - .jekyll-cache/
# - gemfiles/
# - Gemfile
# - Gemfile.lock
# - node_modules/
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/
encoding: utf-8 # Make sure the encoding is right
lang: en-IN # Set the site language
twitter_url: "https://twitter.com/nishit130"
linkedin_url: "https://www.linkedin.com/in/nishit130/"
social_links: # Appears in sidebar. Set the urls then uncomment and comment out as desired
Twitter: https://twitter.com/nishit130
LinkedIn: https://www.linkedin.com/in/nishit130/
GitHub: https://github.com/nishit130
Gitlab: https://gitlab.gnome.org/nishit130
RSS: /feed.xml
navigation_header:
- title: Home
url: /
- title: Blog
url: /blog
- title: Categories
url: /categories
- title: Resume
url: /resume
collections:
home:
title: Home Page
output: true
description: "Nishit's Home page"
feature_image: "../../../../assets/img/eureka3.jpg"
posts:
title: Blog # Needed for Siteleaf
output: true
description: "Bloging page | Nishit patel blogs | programming blogs" # The post list page content
feature_text: Blog Post's
feature_image: "https://i.pinimg.com/originals/bf/34/a8/bf34a82720a4599d341a4f10f8b50039.jpg"
kjsce-hack:
title: KJSCE Hack Experience
output: true
description: "Written by Nishit Patel, KJSCE HACK 5.0 Experience, First hackathon blog"
feature_image: "../../../../assets/img/eureka3.jpg"
gsoc-1:
title: "Beginning my GSoC Journey"
output: true
description: "Written by Nishit Patel,Beginning GSoC journey, google summer of code experience, gsoc at GNOME organization, gnome foundation, mygsoc, My GSoC"
feature_image: "/assets/img/gsoc_gnome.png"
gsoc-2:
title: "GSoC project update part I"
output: true
description: "Written by Nishit Patel,Weekly GSoC journey, google summer of code, gsoc at GNOME organization, gnome foundation, Week wise documentation of GSoC journey"
feature_image: "/assets/img/gsoc_gnome.png"
gsoc-3:
title: "GSoC project update part II"
output: true
description: "Written by Nishit Patel,Weekly GSoC journey, google summer of code, gsoc at GNOME organization, gnome foundation, Experience at GUADEC"
feature_image: "/assets/img/gsoc_gnome.png"
gsoc-4:
title: "GSoC final submission"
output: true
description: "Written by Nishit Patel,Weekly GSoC journey, google summer of code, gsoc at GNOME organization, gnome foundation, Experience at GUADEC, GSoC final submission"
feature_image: "/assets/img/gsoc_gnome.png"
signed-url:
title: How to create custom signed url's
output: true
description: "Learn how to create custom signed URLs for enhanced security and control. This blog provides a comprehensive guide on generating signed URLs, allowing you to securely share resources with authorized users and limit access to your content. Gain valuable insights into the key steps, best practices, and common use cases for implementing custom signed URLs. Enhance the security of your web applications and protect your valuable assets with this informative tutorial."
feature_image: "../../../../assets/img/eureka3.jpg"
navigation_footer:
- title: Blog
url: /blog
- title: Resume
url: /resume
sharing_links: # Appear at the bottom of single blog posts, add as desired. The value can be 'true' or the desired button colour
Twitter: "#0d94e7"
facebook: "#3B5998"
Email: true
# Site Icons
favicons:
36: '/assets/logos/android-icon-36x36.png'
48: '/assets/logos/android-icon-48x48.png'
72: '/assets/logos/android-icon-72x72.png'
96: '/assets/logos/android-icon-96x96.png'
144: '/assets/logos/android-icon-144x144.png'
192: '/assets/logos/android-icon-192x192.png'