Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pythonindia/pybelgaum2015
Website for PyBelgaum 2015
https://github.com/pythonindia/pybelgaum2015
Last synced: 7 days ago
JSON representation
Website for PyBelgaum 2015
- Host: GitHub
- URL: https://github.com/pythonindia/pybelgaum2015
- Owner: pythonindia
- Created: 2015-01-15T19:15:26.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-15T18:49:53.000Z (over 9 years ago)
- Last Synced: 2024-03-25T22:16:54.982Z (8 months ago)
- Language: JavaScript
- Homepage: http://pybelgaum.org
- Size: 5.59 MB
- Stars: 3
- Watchers: 11
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PyBelgaum 2015 Website
===How to contribute
---- Install [Jekyll](http://jekyllrb.com/docs/installation/). I'm using rubygems v2.1.11 and jekyll v1.4.3. Check the version after you install it.
- fork this repo and clone the forked repo
- run this command -$ jekyll serve -w
- follow the instruction on console
- make changes (Don't touch the `_site` directory)
- add, commit, push and send pull requestHow to write blog posts
---- After forking and setting the site up locally, run this command -
$ rake post title="My Legendary blog post"
- On console it'll say that it has created a file inside `_posts` directory
- Open the same file, write your blog post
- Make sure you're running `jekyll serve -w` and watching for the changes and testing it on your browser before pushing
- add, commit, push and send pull request