This is a site and blog for the Learn to Code -- Santa Barbara meetup group.
The site is built with Jekyll and deployed using GitHub Pages.
First, I would recommend having a ruby environment tool like rbenv
or rvm
installed. Second, I would check out Jekyll's Quickstart guide to get some baseline familiarity with the site's structure.
Getting setup is as simple as having ruby
and bundler
and running bundle install
from the command line.
From there, you can:
jekyll serve
to serve your site locally and see the changes that you make.rake posts:generate title=title-of-awesome-post
to generate a new post.
Contributing comes in many forms. You can:
- Submit issues or ideas.
- Make the docs awesome-er.
- Show off your sweet sass-y styling skills (or help make this site more original and unique to our group).
- Write new blog posts about anything programming, design or tech related.
- Write Rake tasks or anything Ruby to make our lives easier (just note that this is a static site so you can only do so much with Ruby).
- Anything else that you can thing of!
Once you've made your changes, submit a pull request from your fork :)