This is a very narrowly focused tutorial about web development aimed at novices who have absolutely no web dev experience, nor have used Github or Git, or even the command line.
The end product is a web portfolio, built (mostly) from scratch, that is easy to edit and easy to publish anywhere – Github merely provides an easy starting point.
(This tutorial is in progress. Feel free to fork it on Github)
Because it’s easy and free. And if you don’t like Github, you can take the exact code you’ve produced and put it anywhere else that acts as a web server. The important thing is: if you do want to learn web development, how to use Git, how to use Github, how to program, and so forth, this lesson provides a stepping-stone to those concepts as well as a canvas to practice on. And even if you don’t want to learn anything, you can come away with something useful: a customized web homepage that you can maintain yourself.
Tweet this lesson if you like it: Tweet
Fork it and copy/improve it on Github.
To be added: more text, explanation
Getting Started With a GitHub Repository - the first of a seven-article series on Github for non-coders, by Konrad M. Lawson, for The Chronicle of Higher Education
GitHub For Beginners: Don’t Get Scared, Get Started - by Lauren Orsini, for ReadWrite
Github Cheat Sheet - inspired by Github’s Zac Holman, a reference that assumes you have some Git/Github experience.