https://github.com/pythonindia/pybelgaum2015
Website for PyBelgaum 2015
https://github.com/pythonindia/pybelgaum2015
Last synced: about 1 year ago
JSON representation
Website for PyBelgaum 2015
- Host: GitHub
- URL: https://github.com/pythonindia/pybelgaum2015
- Owner: pythonindia
- Created: 2015-01-15T19:15:26.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-15T18:49:53.000Z (about 11 years ago)
- Last Synced: 2025-03-26T14:08:30.041Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://pybelgaum.org
- Size: 5.59 MB
- Stars: 3
- Watchers: 10
- 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 request
How 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