Skip to content

Commit 4d9788c

Browse files
📚 documentation updated (#84)
1 parent 4748b79 commit 4d9788c

File tree

2 files changed

+19
-9
lines changed

2 files changed

+19
-9
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 Py Contributors
3+
Copyright (c) 2022 Py Contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,28 @@
1-
![header](https://capsule-render.vercel.app/api?type=rect&color=009ACD&height=100&section=header&text=PyContributors&fontSize=90%&fontColor=ffffff)
1+
<p><img src="https://capsule-render.vercel.app/api?type=rect&amp;color=009ACD&amp;height=100&amp;section=header&amp;text=PyContributors&amp;fontSize=80%&amp;fontColor=ffffff" alt="header"></p>
22

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)
3+
<p alignt="center"><img src="https://img.shields.io/badge/language-Jekyll-blue" alt="framework">
4+
<img src="https://img.shields.io/github/issues/Py-Contributors/py-contributors.github.io" alt="issues">
5+
<img src="https://img.shields.io/github/forks/Py-Contributors/py-contributors.github.io" alt="forks">
6+
<img src="https://img.shields.io/github/stars/Py-Contributors/py-contributors.github.io" alt="stars">
7+
<img src="https://img.shields.io/github/license/Py-Contributors/py-contributors.github.io" alt="license"></p>
88

99
This website is created using jekyll.
1010

11+
Jekyll requires the following:
12+
13+
- Ruby version 2.5.0 or higher
14+
- RubyGems
15+
- GCC and Make
16+
17+
Check [requirements](https://jekyllrb.com/docs/installation/#requirements) for more details.
18+
1119
Run website locally on your Pc.
1220

1321
```bash
14-
gem install bundler jekyll
15-
bundle exec jekyll serve
22+
git clone https://github.com/Py-Contributors/py-contributors.github.io
23+
cd py-contributors.github.io
24+
gem install bundler jekyll # only first time
25+
bundle exec jekyll serve # to start the server
1626
```
1727

1828
If you like to contribute to project and new to Jekyll Please go through the [Documentation](https://jekyllrb.com/).

0 commit comments

Comments
 (0)