Skip to content

Commit c10c3aa

Browse files
authored
Merge branch 'master' into master
2 parents 56f4d14 + 2b53347 commit c10c3aa

File tree

16 files changed

+240
-106
lines changed

16 files changed

+240
-106
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
I"{"source"=>"/home/codeperfectplus/Documents/PyContributors/py-contributors.github.io", "destination"=>"/home/codeperfectplus/Documents/PyContributors/py-contributors.github.io/_site", "collections_dir"=>"", "cache_dir"=>".jekyll-cache", "plugins_dir"=>"_plugins", "layouts_dir"=>"_layouts", "data_dir"=>"_data", "includes_dir"=>"_includes", "collections"=>{"posts"=>{"output"=>true, "permalink"=>"/:categories/:year/:month/:day/:title:output_ext"}}, "safe"=>false, "include"=>[".htaccess"], "exclude"=>[".sass-cache", ".jekyll-cache", "gemfiles", "Gemfile", "Gemfile.lock", "node_modules", "vendor/bundle/", "vendor/cache/", "vendor/gems/", "vendor/ruby/"], "keep_files"=>[".git", ".svn"], "encoding"=>"utf-8", "markdown_ext"=>"markdown,mkdown,mkdn,mkd,md", "strict_front_matter"=>false, "show_drafts"=>nil, "limit_posts"=>0, "future"=>false, "unpublished"=>false, "whitelist"=>[], "plugins"=>["jekyll-sitemap", "jekyll-paginate"], "markdown"=>"kramdown", "highlighter"=>"rouge", "lsi"=>false, "excerpt_separator"=>"\n\n", "incremental"=>false, "detach"=>false, "port"=>"4000", "host"=>"127.0.0.1", "baseurl"=>nil, "show_dir_listing"=>false, "permalink"=>"date", "paginate_path"=>"/updates/page:num", "timezone"=>nil, "quiet"=>false, "verbose"=>false, "defaults"=>[], "liquid"=>{"error_mode"=>"warn", "strict_filters"=>false, "strict_variables"=>false}, "kramdown"=>{"auto_ids"=>true, "toc_levels"=>[1, 2, 3, 4, 5, 6], "entity_output"=>"as_char", "smart_quotes"=>"lsquo,rsquo,ldquo,rdquo", "input"=>"GFM", "hard_wrap"=>false, "guess_lang"=>true, "footnote_nr"=>1, "show_warnings"=>false, "syntax_highlighter"=>"rouge", "syntax_highlighter_opts"=>{:default_lang=>"plaintext", :guess_lang=>true}, "coderay"=>{}}, "paginate"=>1, "url"=>"http://localhost:4000", "livereload_port"=>35729, "serving"=>true, "watch"=>true}:ET
1+
I"�{"source"=>"/home/codeperfectplus/Documents/PyContributors/py-contributors.github.io", "destination"=>"/home/codeperfectplus/Documents/PyContributors/py-contributors.github.io/_site", "collections_dir"=>"", "cache_dir"=>".jekyll-cache", "plugins_dir"=>"_plugins", "layouts_dir"=>"_layouts", "data_dir"=>"_data", "includes_dir"=>"_includes", "collections"=>{"posts"=>{"output"=>true, "permalink"=>"/:categories/:year/:month/:day/:title:output_ext"}}, "safe"=>false, "include"=>[".htaccess"], "exclude"=>[".sass-cache", ".jekyll-cache", "gemfiles", "Gemfile", "Gemfile.lock", "node_modules", "vendor/bundle/", "vendor/cache/", "vendor/gems/", "vendor/ruby/"], "keep_files"=>[".git", ".svn"], "encoding"=>"utf-8", "markdown_ext"=>"markdown,mkdown,mkdn,mkd,md", "strict_front_matter"=>false, "show_drafts"=>nil, "limit_posts"=>0, "future"=>false, "unpublished"=>false, "whitelist"=>[], "plugins"=>["jekyll-sitemap", "jekyll-paginate", "jekyll-feed"], "markdown"=>"kramdown", "highlighter"=>"rouge", "lsi"=>false, "excerpt_separator"=>"\n\n", "incremental"=>false, "detach"=>false, "port"=>"4000", "host"=>"127.0.0.1", "baseurl"=>nil, "show_dir_listing"=>false, "permalink"=>"date", "paginate_path"=>"/updates/page:num/", "timezone"=>nil, "quiet"=>false, "verbose"=>false, "defaults"=>[], "liquid"=>{"error_mode"=>"warn", "strict_filters"=>false, "strict_variables"=>false}, "kramdown"=>{"auto_ids"=>true, "toc_levels"=>[1, 2, 3, 4, 5, 6], "entity_output"=>"as_char", "smart_quotes"=>"lsquo,rsquo,ldquo,rdquo", "input"=>"GFM", "hard_wrap"=>false, "guess_lang"=>true, "footnote_nr"=>1, "show_warnings"=>false, "syntax_highlighter"=>"rouge", "syntax_highlighter_opts"=>{:default_lang=>"plaintext", :guess_lang=>true}, "coderay"=>{}}, "paginate"=>3, "url"=>"http://localhost:4000", "site"=>"https://py-contributors.github.io", "description"=>"A open Source community for Python, Machine Learning and Artificial intelligence. Open-source contributions are welcome.", "livereload_port"=>35729, "serving"=>true, "watch"=>true}:ET

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ gem "minima", "~> 2.5"
1616
# If you have any plugins, put them here!
1717
group :jekyll_plugins do
1818
gem "jekyll-feed", "~> 0.12"
19+
gem "jekyll-sitemap"
20+
gem "jekyll-paginate"
1921
end
2022

2123
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
@@ -27,5 +29,3 @@ end
2729

2830
# Performance-booster for watching directories on Windows
2931
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
30-
gem 'jekyll-sitemap'
31-
gem 'jekyll-paginate'

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
# py-contributors.github.io
1+
![header](https://capsule-render.vercel.app/api?type=rect&color=009ACD&height=100&section=header&text=PyContributors&fontSize=90%&fontColor=ffffff)
22

3-
<img style="height:200px; width:250px;" src="./assets/img/octojekyll.png" alt="Jekyll logo">
3+
![framework](https://img.shields.io/badge/language-Jekyll-blue)
4+
![issues](https://img.shields.io/github/issues/Py-Contributors/py-contributors.github.io)
5+
![forks](https://img.shields.io/github/forks/Py-Contributors/py-contributors.github.io)
6+
![stars](https://img.shields.io/github/stars/Py-Contributors/py-contributors.github.io)
7+
![license](https://img.shields.io/github/license/Py-Contributors/py-contributors.github.io)
48

59
This website is created using jekyll.
610

@@ -14,3 +18,5 @@ bundle exec jekyll serve
1418
If you like to contribute to project and new to Jekyll Please go through the [Documentation](https://jekyllrb.com/).
1519

1620
Jekyll is a static site generator. It takes text written in your favorite markup language and uses layouts to create a static website. You can tweak the site's look and feel, URLs, the data displayed on the page, and more.
21+
22+
![footer](https://capsule-render.vercel.app/api?type=slice&color=009ACD&height=30&section=footer&fontSize=90%&)

_config.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
paginate : 1
2-
paginate_path : "/updates/page:num"
1+
paginate : 5
2+
paginate_path : "/updates/page:num/"
33
url: "https://py-contributors.github.io" # the base hostname & protocol for your site
44
plugins:
55
- jekyll-sitemap
6-
- jekyll-paginate
6+
- jekyll-paginate
7+
- jekyll-feed
8+
site : https://py-contributors.github.io

_data/contributors.csv

Lines changed: 0 additions & 5 deletions
This file was deleted.

_data/contributors.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
[
2+
{
3+
"sn": 1,
4+
"name": "Deepak Raj",
5+
"github": "codeperfectplus",
6+
"email": "[email protected]",
7+
"info": "Hello-world, I am Skilled in Data Science, Machine Learning, Deep Learning As Well As Web Development Knowledge Strong professional with a Master's Diploma in Data Science.",
8+
"picture": "deepakraj"
9+
},
10+
{
11+
"sn": 2,
12+
"name": "Shubham Pawar",
13+
"github": "shubham5351",
14+
"email": "[email protected]",
15+
"info": "I'm an Data Science Enthusiast with intrest in Machine Learning. Intrested in contributing to open source projects. Skilled in Python Data Science, Machine Learning and Web Development.",
16+
"picture": "shubhampawar"
17+
},
18+
{
19+
"sn": 3,
20+
"name": "Priyanshu Singh",
21+
"github": "reveurguy",
22+
"email": "[email protected]",
23+
"info": "Hi-there. I am a Web Development enthusiast. I am eager to learn new things. I have intermediate knowledge of CSS and HTML and basic-intermediate knowledge of Javascript. I love to use CSS and Javascript libraries to make sites look visually attractive. You can view more of my works and contributions on my github account. Happy Coding </>😉",
24+
"picture": "priyanshusingh"
25+
},
26+
{
27+
"sn": 4,
28+
"name": "Shivam Yadav",
29+
"github": "expresshermes",
30+
"email": "[email protected]",
31+
"info":" Hey! I am a full stack developer with proficiency in Django. I am also an open-source enthusiast. I am skilled in Python, C++, HTML/CSS, Javascript, MongoDB, and SQL. Check out my Github for more info.",
32+
"picture": "sample"
33+
},
34+
{
35+
"sn":5,
36+
"name":"Ayush Modi",
37+
"github":"hot9cups",
38+
"email":"[email protected]",
39+
"info":"I'm an Engineering undergrad majoring in IT. Can program in Python, Java and GoLang . Deep Learning enthusiast, love PyTorch but can work with Tensorflow too.",
40+
"picture":"ayushmodi"
41+
}
42+
]

_layouts/blog.html

Lines changed: 25 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,39 @@
1212
gtag('js', new Date());
1313
gtag('config', 'UA-167457248-3');
1414
</script>
15-
15+
1616
<title>{{ page.title }}</title>
17-
<link rel="icon" href="/assets/img/logo/logo.png" type="image/gif" sizes="16x16">
17+
<link rel="icon" href="/assets/img/logo/logo.png" type="image/gif" sizes="16x16">
1818
<script src="https://kit.fontawesome.com/83ea256c90.js" crossorigin="anonymous"></script>
1919
<!-- Bootstrap CDN -->
2020
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
21-
<link rel="stylesheet" type="text/css" href="/assets/css/main.css">
22-
21+
<link rel="stylesheet" type="text/css" href="/assets/css/main.css">
22+
2323
<!-- Google Fonts -->
2424
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400&display=swap" rel="stylesheet">
2525
<link href="https://fonts.googleapis.com/css2?family=Passion+One:wght@400;700&display=swap" rel="stylesheet">
26-
26+
2727
<link rel="stylesheet" href="https://raw.githubusercontent.com/googlearchive/code-prettify/master/styles/sunburst.css">
28+
<!-- Meta tags -->
29+
<meta name="title" content="{{ page.title }}">
30+
<meta name="description" content="{{page.description}}">
31+
<meta name="author" content="Deepak Raj">
32+
<!-- Open Graph / Facebook -->
33+
<meta property="og:type" content="website">
34+
<meta property="og:url" content="{{site.url}}{{page.url}}">
35+
<meta property="og:title" content="{{page.title}}">
36+
<meta property="og:description" content="{% if page.description %}{{page.description}} {% else %}A open Source community for Python, Machine Learning and Artificial intelligence. Open-source contributions are welcome.{% endif %}">
37+
<meta property="og:image" content="{% if page.image %}{{page.image}}{% else %}https://images.pexels.com/photos/3785927/pexels-photo-3785927.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940{% endif %}">
38+
<!-- Twitter -->
39+
<meta property="twitter:card" content="summary_large_image">
40+
<meta property="twitter:url" content="{{site.url}}{{page.url}}">
41+
<meta property="twitter:title" content="{{page.title}}">
42+
<meta property="twitter:description" content="{{page.description}}">
43+
<meta property="twitter:image" content="https://images.pexels.com/photos/3785927/pexels-photo-3785927.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940">
2844
</head>
29-
<body>
30-
{% include navbar.html %}
31-
<div class="container mt-3 bg-white py-3 pMd px-4 bdrRadius">
45+
<body>
46+
{% include navbar.html %}
47+
<div class="container mt-3 bg-white py-3 pMd px-4 bdrRadius">
3248
<!-- Page content here -->
3349
{{ content }}
3450
</div><!-- /.container -->
@@ -38,4 +54,4 @@
3854
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
3955
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
4056
</body>
41-
</html>
57+
</html>

_layouts/default.html

Lines changed: 26 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,49 @@
11
<!DOCTYPE html>
2-
<html lang="en">
2+
<html lang="en">
33
<head>
44
<!-- Required meta tags -->
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7-
87
<!-- Global site tag (gtag.js) - Google Analytics -->
98
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-167457248-3"></script>
10-
<script>
11-
window.dataLayer = window.dataLayer || [];
12-
function gtag(){dataLayer.push(arguments);}
13-
gtag('js', new Date());
14-
gtag('config', 'UA-167457248-3');
15-
</script>
16-
9+
<script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date());gtag('config', 'UA-167457248-3');</script>
1710
<title>{{ page.title }}</title>
1811
<link rel="icon" href="/assets/img/logo/logo.png" type="image/gif" sizes="16x16">
1912
<!-- link to main stylesheet -->
20-
<link rel="stylesheet" type="text/css" href="/assets/css/main.css">
13+
<link rel="stylesheet" type="text/css" href="/assets/css/main.css">
2114
<!-- Fontawesome -->
22-
<script src="https://kit.fontawesome.com/83ea256c90.js" crossorigin="anonymous"></script>
15+
<script src="https://kit.fontawesome.com/83ea256c90.js" crossorigin="anonymous"></script>
2316
<!-- Bootstrap CDN -->
2417
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
25-
2618
<!-- Google Fonts -->
2719
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400&display=swap" rel="stylesheet">
2820
<link href="https://fonts.googleapis.com/css2?family=Passion+One:wght@400;700&display=swap" rel="stylesheet">
29-
3021
<!-- Masonry -->
3122
<script src="https://unpkg.com/masonry-layout@4/dist/masonry.pkgd.min.js"></script>
32-
3323
<!-- Animate.css -->
34-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
35-
36-
<link rel="stylesheet" href="https://raw.githubusercontent.com/googlearchive/code-prettify/master/styles/sunburst.css">
24+
<link rel="stylesheet"href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
25+
<!-- Meta tags -->
26+
<meta name="title" content="{{ page.title }}">
27+
<meta name="description" content="{{page.description}}">
28+
<meta name="author" content="Deepak Raj">
29+
<!-- Open Graph / Facebook -->
30+
<meta property="og:type" content="website">
31+
<meta property="og:url" content="{{site.url}}{{page.url}}">
32+
<meta property="og:title" content="{{page.title}}">
33+
<meta property="og:description" content="{% if page.description %}{{page.description}} {% else %}A open Source community for Python, Machine Learning and Artificial intelligence. Open-source contributions are welcome.{% endif %}">
34+
<meta property="og:image" content="{% if page.image %}{{page.image}}{% else %}https://images.pexels.com/photos/3785927/pexels-photo-3785927.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940{% endif %}">
35+
<!-- Twitter -->
36+
<meta property="twitter:card" content="summary_large_image">
37+
<meta property="twitter:url" content="{{site.url}}{{page.url}}">
38+
<meta property="twitter:title" content="{{page.title}}">
39+
<meta property="twitter:description" content="{{page.description}}">
40+
<meta property="twitter:image" content="{% if page.image %}{{page.image}}{% else %}https://images.pexels.com/photos/3785927/pexels-photo-3785927.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940{% endif %}">
3741
</head>
38-
<body>
39-
{% include navbar.html %}
40-
<div class="container marginStyle bdrRadius">
42+
<body>
43+
{% include navbar.html %}
44+
<div class="container marginStyle bdrRadius">
4145
<!-- Page content here -->
42-
{{ content }}
46+
{{ content }}
4347
</div><!-- /.container -->
4448
{% include footer.html %}
4549
<!-- Bootstrap script-->
@@ -54,4 +58,4 @@
5458
});
5559
</script>
5660
</body>
57-
</html>
61+
</html>

_posts/2020-09-19-How-to-Participate-in-Hacktoberfest-2020.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
layout : blog
33
title : How to Participate in HacktoberFest 2020
4+
descriptions : Hacktoberfest® is open to everyone in our global community. Whether you’re a developer, student learning to code.
5+
image : https://py-contributors.github.io/assets/img/updates/hacktoberfest2020.png
46
---
57
# Hacktoberfest-2020
68

assets/contributors/ayushmodi.png

159 KB
Loading

0 commit comments

Comments
 (0)