Skip to content
This repository has been archived by the owner on Dec 6, 2019. It is now read-only.

learntocodesb/learntocodesb.github.io

Repository files navigation

Learn to Code -- Santa Barbara

About

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.

Prerequisites

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 Set Up

Getting setup is as simple as having ruby and bundler and running bundle install from the command line.

From there, you can:

  1. jekyll serve to serve your site locally and see the changes that you make.
  2. rake posts:generate title=title-of-awesome-post to generate a new post.

Contributing

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 :)

Releases

No releases published

Packages

No packages published