Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2d8d1e4

Browse files
Mohit JainMohit Jain
authored andcommitted
Moved to a simpler theme
1 parent 6313245 commit 2d8d1e4

File tree

532 files changed

+6163
-9049
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

532 files changed

+6163
-9049
lines changed

404.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Lost from journey
3+
layout: 404
4+
permalink: "/404.html"
5+
---

CODE_OF_CONDUCT.md

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
# Contributor Covenant Code of Conduct
2+
3+
## Our Pledge
4+
5+
In the interest of fostering an open and welcoming environment, we as
6+
contributors and maintainers pledge to making participation in our project and
7+
our community a harassment-free experience for everyone, regardless of age, body
8+
size, disability, ethnicity, sex characteristics, gender identity and expression,
9+
level of experience, education, socio-economic status, nationality, personal
10+
appearance, race, religion, or sexual identity and orientation.
11+
12+
## Our Standards
13+
14+
Examples of behavior that contributes to creating a positive environment
15+
include:
16+
17+
* Using welcoming and inclusive language
18+
* Being respectful of differing viewpoints and experiences
19+
* Gracefully accepting constructive criticism
20+
* Focusing on what is best for the community
21+
* Showing empathy towards other community members
22+
23+
Examples of unacceptable behavior by participants include:
24+
25+
* The use of sexualized language or imagery and unwelcome sexual attention or
26+
advances
27+
* Trolling, insulting/derogatory comments, and personal or political attacks
28+
* Public or private harassment
29+
* Publishing others' private information, such as a physical or electronic
30+
address, without explicit permission
31+
* Other conduct which could reasonably be considered inappropriate in a
32+
professional setting
33+
34+
## Our Responsibilities
35+
36+
Project maintainers are responsible for clarifying the standards of acceptable
37+
behavior and are expected to take appropriate and fair corrective action in
38+
response to any instances of unacceptable behavior.
39+
40+
Project maintainers have the right and responsibility to remove, edit, or
41+
reject comments, commits, code, wiki edits, issues, and other contributions
42+
that are not aligned to this Code of Conduct, or to ban temporarily or
43+
permanently any contributor for other behaviors that they deem inappropriate,
44+
threatening, offensive, or harmful.
45+
46+
## Scope
47+
48+
This Code of Conduct applies both within project spaces and in public spaces
49+
when an individual is representing the project or its community. Examples of
50+
representing a project or community include using an official project e-mail
51+
address, posting via an official social media account, or acting as an appointed
52+
representative at an online or offline event. Representation of a project may be
53+
further defined and clarified by project maintainers.
54+
55+
## Enforcement
56+
57+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
58+
reported by contacting the project team at [email protected]. All
59+
complaints will be reviewed and investigated and will result in a response that
60+
is deemed necessary and appropriate to the circumstances. The project team is
61+
obligated to maintain confidentiality with regard to the reporter of an incident.
62+
Further details of specific enforcement policies may be posted separately.
63+
64+
Project maintainers who do not follow or enforce the Code of Conduct in good
65+
faith may face temporary or permanent repercussions as determined by other
66+
members of the project's leadership.
67+
68+
## Attribution
69+
70+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71+
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
72+
73+
[homepage]: https://www.contributor-covenant.org
74+
75+
For answers to common questions about this code of conduct, see
76+
https://www.contributor-covenant.org/faq

Gemfile

Lines changed: 33 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,34 @@
11
source "https://rubygems.org"
2-
gem 'jekyll-sitemap'
3-
gem 'jekyll-archives'
4-
gem 'jekyll-paginate'
5-
gem 'jekyll-redirect-from'
6-
gem 'jekyll-compose', group: [:jekyll_plugins]
7-
gem 'pygments.rb'
8-
gem 'github-pages', group: :jekyll_plugins
2+
3+
# Hello! This is where you manage which Jekyll version is used to run.
4+
# When you want to use a different version, change it below, save the
5+
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
6+
#
7+
# bundle exec jekyll serve
8+
#
9+
# This will help ensure the proper Jekyll version is running.
10+
# Happy Jekylling!
11+
gem "jekyll", "~> 3.8.3"
12+
13+
# This is the default theme for new Jekyll sites. You may change this to anything you like.
14+
# gem "minima", "~> 2.0"
15+
16+
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
17+
# uncomment the line below. To upgrade, run `bundle update github-pages`.
18+
# gem "github-pages", group: :jekyll_plugins
19+
20+
# If you have any plugins, put them here!
21+
group :jekyll_plugins do
22+
gem 'jekyll-feed', '~> 0.11.0'
23+
gem 'jekyll-sitemap'
24+
gem 'jekyll-sass-converter', '~> 1.5', '>= 1.5.2'
25+
gem 'jekyll-compose'
26+
gem 'jekyll-postfiles', '~> 3.0'
27+
gem 'rouge', '3.3.0'
28+
end
29+
30+
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
31+
# gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
32+
33+
# Performance-booster for watching directories on Windows
34+
# gem "wdm", "~> 0.1.0" if Gem.win_platform?

Gemfile.lock

Lines changed: 12 additions & 198 deletions
Original file line numberDiff line numberDiff line change
@@ -1,92 +1,20 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.0.3)
5-
concurrent-ruby (~> 1.0, >= 1.0.2)
6-
i18n (>= 0.7, < 2)
7-
minitest (~> 5.1)
8-
tzinfo (~> 1.1)
9-
zeitwerk (~> 2.2, >= 2.2.2)
104
addressable (2.7.0)
115
public_suffix (>= 2.0.2, < 5.0)
12-
coffee-script (2.4.1)
13-
coffee-script-source
14-
execjs
15-
coffee-script-source (1.11.1)
166
colorator (1.1.0)
17-
commonmarker (0.17.13)
18-
ruby-enum (~> 0.5)
197
concurrent-ruby (1.1.6)
20-
dnsruby (1.61.3)
21-
addressable (~> 2.5)
228
em-websocket (0.5.1)
239
eventmachine (>= 0.12.9)
2410
http_parser.rb (~> 0.6.0)
25-
ethon (0.12.0)
26-
ffi (>= 1.3.0)
2711
eventmachine (1.2.7)
28-
execjs (2.7.0)
29-
faraday (1.0.1)
30-
multipart-post (>= 1.2, < 3)
3112
ffi (1.12.2)
3213
forwardable-extended (2.6.0)
33-
gemoji (3.0.1)
34-
github-pages (204)
35-
github-pages-health-check (= 1.16.1)
36-
jekyll (= 3.8.5)
37-
jekyll-avatar (= 0.7.0)
38-
jekyll-coffeescript (= 1.1.1)
39-
jekyll-commonmark-ghpages (= 0.1.6)
40-
jekyll-default-layout (= 0.1.4)
41-
jekyll-feed (= 0.13.0)
42-
jekyll-gist (= 1.5.0)
43-
jekyll-github-metadata (= 2.13.0)
44-
jekyll-mentions (= 1.5.1)
45-
jekyll-optional-front-matter (= 0.3.2)
46-
jekyll-paginate (= 1.1.0)
47-
jekyll-readme-index (= 0.3.0)
48-
jekyll-redirect-from (= 0.15.0)
49-
jekyll-relative-links (= 0.6.1)
50-
jekyll-remote-theme (= 0.4.1)
51-
jekyll-sass-converter (= 1.5.2)
52-
jekyll-seo-tag (= 2.6.1)
53-
jekyll-sitemap (= 1.4.0)
54-
jekyll-swiss (= 1.0.0)
55-
jekyll-theme-architect (= 0.1.1)
56-
jekyll-theme-cayman (= 0.1.1)
57-
jekyll-theme-dinky (= 0.1.1)
58-
jekyll-theme-hacker (= 0.1.1)
59-
jekyll-theme-leap-day (= 0.1.1)
60-
jekyll-theme-merlot (= 0.1.1)
61-
jekyll-theme-midnight (= 0.1.1)
62-
jekyll-theme-minimal (= 0.1.1)
63-
jekyll-theme-modernist (= 0.1.1)
64-
jekyll-theme-primer (= 0.5.4)
65-
jekyll-theme-slate (= 0.1.1)
66-
jekyll-theme-tactile (= 0.1.1)
67-
jekyll-theme-time-machine (= 0.1.1)
68-
jekyll-titles-from-headings (= 0.5.3)
69-
jemoji (= 0.11.1)
70-
kramdown (= 1.17.0)
71-
liquid (= 4.0.3)
72-
mercenary (~> 0.3)
73-
minima (= 2.5.1)
74-
nokogiri (>= 1.10.4, < 2.0)
75-
rouge (= 3.13.0)
76-
terminal-table (~> 1.4)
77-
github-pages-health-check (1.16.1)
78-
addressable (~> 2.3)
79-
dnsruby (~> 1.60)
80-
octokit (~> 4.0)
81-
public_suffix (~> 3.0)
82-
typhoeus (~> 1.3)
83-
html-pipeline (2.12.3)
84-
activesupport (>= 2)
85-
nokogiri (>= 1.4)
8614
http_parser.rb (0.6.0)
8715
i18n (0.9.5)
8816
concurrent-ruby (~> 1.0)
89-
jekyll (3.8.5)
17+
jekyll (3.8.7)
9018
addressable (~> 2.4)
9119
colorator (~> 1.0)
9220
em-websocket (~> 0.5)
@@ -99,163 +27,49 @@ GEM
9927
pathutil (~> 0.9)
10028
rouge (>= 1.7, < 4)
10129
safe_yaml (~> 1.0)
102-
jekyll-archives (2.2.1)
103-
jekyll (>= 3.6, < 5.0)
104-
jekyll-avatar (0.7.0)
105-
jekyll (>= 3.0, < 5.0)
106-
jekyll-coffeescript (1.1.1)
107-
coffee-script (~> 2.2)
108-
coffee-script-source (~> 1.11.1)
109-
jekyll-commonmark (1.3.1)
110-
commonmarker (~> 0.14)
111-
jekyll (>= 3.7, < 5.0)
112-
jekyll-commonmark-ghpages (0.1.6)
113-
commonmarker (~> 0.17.6)
114-
jekyll-commonmark (~> 1.2)
115-
rouge (>= 2.0, < 4.0)
11630
jekyll-compose (0.12.0)
11731
jekyll (>= 3.7, < 5.0)
118-
jekyll-default-layout (0.1.4)
119-
jekyll (~> 3.0)
120-
jekyll-feed (0.13.0)
121-
jekyll (>= 3.7, < 5.0)
122-
jekyll-gist (1.5.0)
123-
octokit (~> 4.2)
124-
jekyll-github-metadata (2.13.0)
125-
jekyll (>= 3.4, < 5.0)
126-
octokit (~> 4.0, != 4.4.0)
127-
jekyll-mentions (1.5.1)
128-
html-pipeline (~> 2.3)
129-
jekyll (>= 3.7, < 5.0)
130-
jekyll-optional-front-matter (0.3.2)
131-
jekyll (>= 3.0, < 5.0)
132-
jekyll-paginate (1.1.0)
133-
jekyll-readme-index (0.3.0)
134-
jekyll (>= 3.0, < 5.0)
135-
jekyll-redirect-from (0.15.0)
136-
jekyll (>= 3.3, < 5.0)
137-
jekyll-relative-links (0.6.1)
138-
jekyll (>= 3.3, < 5.0)
139-
jekyll-remote-theme (0.4.1)
140-
addressable (~> 2.0)
141-
jekyll (>= 3.5, < 5.0)
142-
rubyzip (>= 1.3.0)
32+
jekyll-feed (0.11.0)
33+
jekyll (~> 3.3)
34+
jekyll-postfiles (3.1.0)
35+
jekyll (>= 3.8.6, < 5)
14336
jekyll-sass-converter (1.5.2)
14437
sass (~> 3.4)
145-
jekyll-seo-tag (2.6.1)
146-
jekyll (>= 3.3, < 5.0)
14738
jekyll-sitemap (1.4.0)
14839
jekyll (>= 3.7, < 5.0)
149-
jekyll-swiss (1.0.0)
150-
jekyll-theme-architect (0.1.1)
151-
jekyll (~> 3.5)
152-
jekyll-seo-tag (~> 2.0)
153-
jekyll-theme-cayman (0.1.1)
154-
jekyll (~> 3.5)
155-
jekyll-seo-tag (~> 2.0)
156-
jekyll-theme-dinky (0.1.1)
157-
jekyll (~> 3.5)
158-
jekyll-seo-tag (~> 2.0)
159-
jekyll-theme-hacker (0.1.1)
160-
jekyll (~> 3.5)
161-
jekyll-seo-tag (~> 2.0)
162-
jekyll-theme-leap-day (0.1.1)
163-
jekyll (~> 3.5)
164-
jekyll-seo-tag (~> 2.0)
165-
jekyll-theme-merlot (0.1.1)
166-
jekyll (~> 3.5)
167-
jekyll-seo-tag (~> 2.0)
168-
jekyll-theme-midnight (0.1.1)
169-
jekyll (~> 3.5)
170-
jekyll-seo-tag (~> 2.0)
171-
jekyll-theme-minimal (0.1.1)
172-
jekyll (~> 3.5)
173-
jekyll-seo-tag (~> 2.0)
174-
jekyll-theme-modernist (0.1.1)
175-
jekyll (~> 3.5)
176-
jekyll-seo-tag (~> 2.0)
177-
jekyll-theme-primer (0.5.4)
178-
jekyll (> 3.5, < 5.0)
179-
jekyll-github-metadata (~> 2.9)
180-
jekyll-seo-tag (~> 2.0)
181-
jekyll-theme-slate (0.1.1)
182-
jekyll (~> 3.5)
183-
jekyll-seo-tag (~> 2.0)
184-
jekyll-theme-tactile (0.1.1)
185-
jekyll (~> 3.5)
186-
jekyll-seo-tag (~> 2.0)
187-
jekyll-theme-time-machine (0.1.1)
188-
jekyll (~> 3.5)
189-
jekyll-seo-tag (~> 2.0)
190-
jekyll-titles-from-headings (0.5.3)
191-
jekyll (>= 3.3, < 5.0)
19240
jekyll-watch (2.2.1)
19341
listen (~> 3.0)
194-
jemoji (0.11.1)
195-
gemoji (~> 3.0)
196-
html-pipeline (~> 2.2)
197-
jekyll (>= 3.0, < 5.0)
19842
kramdown (1.17.0)
19943
liquid (4.0.3)
20044
listen (3.2.1)
20145
rb-fsevent (~> 0.10, >= 0.10.3)
20246
rb-inotify (~> 0.9, >= 0.9.10)
20347
mercenary (0.3.6)
204-
mini_portile2 (2.4.0)
205-
minima (2.5.1)
206-
jekyll (>= 3.5, < 5.0)
207-
jekyll-feed (~> 0.9)
208-
jekyll-seo-tag (~> 2.1)
209-
minitest (5.14.0)
210-
multi_json (1.14.1)
211-
multipart-post (2.1.1)
212-
nokogiri (1.10.9)
213-
mini_portile2 (~> 2.4.0)
214-
octokit (4.18.0)
215-
faraday (>= 0.9)
216-
sawyer (~> 0.8.0, >= 0.5.3)
21748
pathutil (0.16.2)
21849
forwardable-extended (~> 2.6)
219-
public_suffix (3.1.1)
220-
pygments.rb (1.2.1)
221-
multi_json (>= 1.0.0)
50+
public_suffix (4.0.5)
22251
rb-fsevent (0.10.4)
22352
rb-inotify (0.10.1)
22453
ffi (~> 1.0)
225-
rouge (3.13.0)
226-
ruby-enum (0.8.0)
227-
i18n
228-
rubyzip (2.3.0)
54+
rouge (3.3.0)
22955
safe_yaml (1.0.5)
23056
sass (3.7.4)
23157
sass-listen (~> 4.0.0)
23258
sass-listen (4.0.0)
23359
rb-fsevent (~> 0.9, >= 0.9.4)
23460
rb-inotify (~> 0.9, >= 0.9.7)
235-
sawyer (0.8.2)
236-
addressable (>= 2.3.5)
237-
faraday (> 0.8, < 2.0)
238-
terminal-table (1.8.0)
239-
unicode-display_width (~> 1.1, >= 1.1.1)
240-
thread_safe (0.3.6)
241-
typhoeus (1.4.0)
242-
ethon (>= 0.9.0)
243-
tzinfo (1.2.7)
244-
thread_safe (~> 0.1)
245-
unicode-display_width (1.7.0)
246-
zeitwerk (2.3.0)
24761

24862
PLATFORMS
24963
ruby
25064

25165
DEPENDENCIES
252-
github-pages
253-
jekyll-archives
66+
jekyll (~> 3.8.3)
25467
jekyll-compose
255-
jekyll-paginate
256-
jekyll-redirect-from
68+
jekyll-feed (~> 0.11.0)
69+
jekyll-postfiles (~> 3.0)
70+
jekyll-sass-converter (~> 1.5, >= 1.5.2)
25771
jekyll-sitemap
258-
pygments.rb
72+
rouge (= 3.3.0)
25973

26074
BUNDLED WITH
26175
1.17.3

0 commit comments

Comments
 (0)