Skip to content

Instantly share code, notes, and snippets.

@bcomnes
Created December 26, 2012 08:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bcomnes/4378960 to your computer and use it in GitHub Desktop.
Save bcomnes/4378960 to your computer and use it in GitHub Desktop.
A set of notes from when I was learning about web development. Silly, I know.
Term List:
Ruby - The language used to write Jekyll - http://www.ruby-lang.org/en/
RVM - Ruby version manager - http://beginrescueend.com/
homebrew - a mac os x package manage http://mxcl.github.com/homebrew/
gem - the ruby package manager used to install jekyll http://rubygems.org/
jekyll - http://jekyllrb.com/ https://github.com/mojombo/jekyll/wiki
yaml - "YAML Ain't Markup Language" something about data serialization http://www.yaml.org/
Liquid - http://liquidmarkup.org/ template markup tool Jekyll uses it https://github.com/Shopify/liquid/wiki http://rubydoc.info/gems/liquidS
less - http://lesscss.org/#synopsis css meta language
Jison - http://zaach.github.com/jison/ some kind of thing Ill never use
cofee script - http://jashkenas.github.com/coffee-script/
Twitter bootstrap - http://twitter.github.com/bootstrap/ https://github.com/twitter/bootstrap
Future Checkouts:
http://sass-lang.com/
http://gembundler.com/
http://handlebarsjs.com/
http://mustache.github.com/
http://twitter.github.com/hogan.js/
http://nimbupani.com/mustache.html
http://combyne.github.com/
http://unlicense.org/
http://html5readiness.com/
http://html5boilerplate.com/
http://w3fools.com/
http://www.linuxlibertine.org/index.php?id=1&L=1
http://www.psymon.com/initials/children.html
http://openclipart.org/
http://diveintohtml5.info/peeks-pokes-and-pointers.html
http://gun.io/blog/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment