By Adam Kaplan and Stephanie Briones
In this three part workshop, we're going to be covering the basics of building a mobile first responsive layout, applying simple visual design and selecting typefaces for the web. For our project, we will be creating a blog using Jekyll.
####Friday, March 21 In our first workshop, we will cover setting up a blog using Jekyll and adding the foundation of our mobile first layout.
####Friday, March 28 In part two of our workshop, we will continue to refine our mobile first layout, focus on working with web type and discuss how to best use color on the web.
####Friday, April 4 In our last workshop, we will take a closer look at the details of our design and explain how you can easily host your blog on GitHub Pages.
- Laptop running Linux, Unix, or Mac OS X
- Ruby and Git Installed
- GitHub Account
- Text Editor (TextMate, Sublime, VIM)
yourusername.github.io
git clone [email protected]:yourusername/yourusername.github.io.git
cd yourusername.github.io
gem install jekyll
jekyll new blog
mv blog/* ./
rm -rf blog
jekyll serve -w
localhost:4000