Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.59 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.59 KB

header

framework issues forks stars license

This website is created using jekyll.

Jekyll requires the following:

  • Ruby version 2.5.0 or higher
  • RubyGems
  • GCC and Make

Check requirements for more details.

Run website locally on your Pc.

git clone https://github.com/Py-Contributors/py-contributors.github.io
cd py-contributors.github.io
gem install bundler jekyll # only first time
bundle exec jekyll serve # to start the server

If you like to contribute to project and new to Jekyll Please go through the Documentation.

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.

footer