Getting Started With Jekyll
Let’s Build a modern website using the static generator from Ruby
First I want to show this great playlist that is an excellent breakdown of how to get started with building a website, it happens to use jekyll, so I thought it would be a great addition to the collection here, that I’m building for jekyll, as this covers many of the basics I have not covered yet, and may not ever
How to build a responsive website from start to finish
There is a great podcast mentioned here:
Jekyll Website
For more resources on jekyll, first is the main website which is a great place to start
Docs
The official documentation page is your main place for information on how jekyll works
Basics
the basics are covered here:
http://jekyllrb.com/docs/usage/
Import your old blog
If you currently have a blog and wish to import your posts you can find out if it’s already supported here:
http://import.jekyllrb.com/docs/home/
Theming
When you’re ready to start working on the ‘theme’ or how your site looks you’ll want to go here:
http://jekyllrb.com/docs/templates/
History
Jekyll was start in late 2008 by github cofounder Tom Preston-Warner here was his original blog post about it
http://tom.preston-werner.com/2008/11/17/blogging-like-a-hacker.html
Going further
There are a couple of good guides out there:
http://www.smashingmagazine.com/2014/08/build-blog-jekyll-github-pages/
http://allandenot.com/development/2015/01/11/blogging-like-a-dev-jekyll-github-prose-io.html
http://www.makeuseof.com/tag/write-and-let-the-world-revise-your-work-with-prose-io-for-github/
https://parezcoydigo.wordpress.com/2013/08/26/getting-started-with-github-and-prose-io/
http://designmodo.com/static-website-generators/
http://learn-the-web.algonquindesign.ca/topics/jekyll-terminal-guide/
Please post in the comments if you know of any other guides that are well written and easily understandable for those new and perhaps not so comfortable with the command line.
And notice the categories of this blog are completely dominated by Jekyll at the moment:
http://joshuacox.github.io/categories/
Keep an eye on that page as I plan on documenting everything I do there so that I can help others accomplish this easily