|
1 |
| - |
| 1 | +<p><img src="https://capsule-render.vercel.app/api?type=rect&color=009ACD&height=100&section=header&text=PyContributors&fontSize=80%&fontColor=ffffff" alt="header"></p> |
2 | 2 |
|
3 |
| - |
4 |
| - |
5 |
| - |
6 |
| - |
7 |
| - |
| 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> |
8 | 8 |
|
9 | 9 | This website is created using jekyll.
|
10 | 10 |
|
| 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 | + |
11 | 19 | Run website locally on your Pc.
|
12 | 20 |
|
13 | 21 | ```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 |
16 | 26 | ```
|
17 | 27 |
|
18 | 28 | If you like to contribute to project and new to Jekyll Please go through the [Documentation](https://jekyllrb.com/).
|
|
0 commit comments