A set of notes from when I was learning about web development. Silly, I know.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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