Skip to content

Instantly share code, notes, and snippets.

@caseyg
Last active January 14, 2016 05:20
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save caseyg/2161222912a5a1a5600d to your computer and use it in GitHub Desktop.
Save caseyg/2161222912a5a1a5600d to your computer and use it in GitHub Desktop.
Getting Started with Jekyll and Github Pages

Here're a bunch of links to solid resources on how to make your first Github Pages/Jekyll project:

Tools:

  • Hosting: Github Pages
  • Editing/Version Control/Branching: Github Flow
  • Static Site Generator: Jekyll
  • Content Format: YAML (stands for Yet Another Markup Language)
  • Content Sytax: Markdown
  • Template Syntax: Liquid
  • HTML & CSS — there are lots of resources online and in print for learning the basics: Codecademy, Kahn Academy, etc.

Documentation links:

A good repository to fork:

(Note: you'll have to create a gh-pages branch on your fork to get Github to interpret the repository as a website, and you'll have to account for the project site baseurl bug, as discussed in Jekyll's Github Pages docs — happy hacking!)

@annelibby
Copy link

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment