Skip to content

novice-coder12/inpycon14

This branch is 129 commits behind iambibhas/inpycon14:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Bibhas
May 13, 2014
6c67c54 · May 13, 2014

History

19 Commits
May 12, 2014
May 13, 2014
May 13, 2014
May 10, 2014
Feb 28, 2014
May 10, 2014
May 13, 2014
May 10, 2014
May 13, 2014
May 13, 2014
Feb 27, 2014
May 10, 2014
Feb 27, 2014
Feb 27, 2014

Repository files navigation

PyCon India 2014 Website

How to contribute

  • Install Jekyll

  • 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

Releases

No releases published

Packages

No packages published