Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.49 KB

github.md

File metadata and controls

28 lines (22 loc) · 1.49 KB
layout title description
page
Using Github to contribute to sandiego.js
Instruction on how members can contribute to the website using github.

{% include JB/setup %}

How to submit a blog

If you are new to git and/or github, please consider reading the Fork a Repo guide from github.

If you are new to Jekyll, please skim the Jekyll Docs

  1. Fork the sandiegojs.github.com repository to your account
  1. Create a new file in the _posts directory following the same style as the other posts (this is important!). If it is January 5th, 2013 and you wanted to name your post "Everything I love about closures", your file name would be 2013-01-05-everything-I-love-about-closures.md
  2. Use the example post as a guide for the YAML Front Matter (a fancy name for YAML configuration at the top of the file).
  3. Commit your post, push to your local fork, and submit a pull request

"Whoa whoa whoa, what?" - If that's what is running through your head, it looks like you need to submit a presentation request on git and github or come to a hacknight!