Posts Tagged ‘git’

Getting Started with the Rails 3 BugMash

1.15.10 by Nathaniel Bibler

This is a short writeup to help everyone get ready for the Rails 3 BugMash. The following steps and notes were taken to help you put together a new, working Rails 3 application. Many of these steps will match Yehuda Katz’s post on getting started.

Read the rest of this entry »

Publishing a Blog with GitHub Pages and Jekyll

8.5.09 by Tyler Hunt

GitHub Pages

Many people turn to GitHub for Git repository hosting, but did you know every GitHub account also includes basic web hosting? Not only is it free, but if you know how to push to a Git repository, you know how to deploy to GitHub Pages. It’s as simple as creating a repository called username.github.com.

Getting Started

We’re going to walk through the process of setting up and pushing out your first GitHub Pages page. If you’re already familiar with HTML and Git, you’ll see that there’s nothing really new here. Just bear with me and we’ll get to the good stuff below.

Read the rest of this entry »