Raniere Silva [Fri, 13 Jun 2014 17:15:42 +0000 (14:15 -0300)]
Update template for book to rely on CSS
Use h2 tag for "subtitle" will break any tool used to convert HTML
for another format. This commit replace h2 with span and rely on
CSS for have the same look.
Greg Wilson [Thu, 27 Feb 2014 15:15:46 +0000 (10:15 -0500)]
* Getting rid of old cheat sheets
* Indenting error output cells
* Removing explicit 'level' keys from Markdown files
* Storing the generated files so that people who don't use those tools won't have to regenerate them.
* Modifying .gitignore to reflect this.
* Updating the Makefile to run Jekyll exactly once.
* Command to install on the server
* No longer worrying about making a page of images
* Better (more guessable) name for the target that builds the website
* Fixing image paths
* Fixing up glossary entries
Greg Wilson [Sun, 9 Feb 2014 19:15:51 +0000 (14:15 -0500)]
1. Moving general information about bootcamps and setup instruction into `index.html`
(instead of using %include directives).
2. Deleting unused include files containing general bootcamp information.
3. Leaving the setup instruction snippets in place for now.
4. Modifying CSS to format things more cleanly now that they're inlined.