- Nov 12, 2014
-
-
Greg Wilson authored
[RDY] pandoc filter to convert blockquotes to divs
-
Aaron O'Leary authored
-
Aaron O'Leary authored
This filter converts all blockquote-with-attributes to div-with-attributes. A blockquote-with-attributes is defined as a blockquote that has a header with attributes defined on it as it's first element, e.g. > # valid blockquote {.class} > text This example would be converted into this markdown: <div class='class' id=id> # valid blockquote text </div> And the equivalent html. The class must be one of the allowed classes defined in the filter (i.e. one of 'callout', 'objectives' or 'challenge').
-
Raniere Silva authored
Adding missing CSS files.
-
Raniere Silva authored
Fix layout to follow bc CSS
-
Raniere Silva authored
-
Greg Wilson authored
Adding slides
-
- Nov 11, 2014
-
-
Greg Wilson authored
Also modifed the Makefile to use the slides template for this file instead of the generic template. Note that we do not need a Markdown extension for deck.js because Pandoc is doing Markdown-to-HTML conversion for us.
-
Greg Wilson authored
-
- Nov 10, 2014
-
-
Greg Wilson authored
1. Bringing in Bootstrap CSS files. 2. Merging swc.css and swc-bootstrap.css from 'bc' repository. 3. Updating _includes/header.html to refer to the right files.
-
Greg Wilson authored
Include standard page layout
-
Greg Wilson authored
The HTML files in the root directory of this repository don't belong in version control, since they are built from the demonstration files in `pages` rather than from real lessons. However, the HTML files in the root of actual lessons definitely *do* belong in the repo, so the `.gitignore` shouldn't ignore them.
-
Greg Wilson authored
1. Modify `.gitignore` to only ignore HTML files in the current directory. 2. Add `_includes/page.html` template.
-
Greg Wilson authored
Putting template into final [sic] form
-
Greg Wilson authored
-
Greg Wilson authored
-
Greg Wilson authored
-
- Nov 09, 2014
-
-
Greg Wilson authored
-
Greg Wilson authored
1. Moving all commands into a Makefile (because we're handling file dependencies, and that's the right tool for it). 2. Ignoring the .html files produced in the root directory for now. 3. Switching to a single layout modeled on that used for workshop websites - will need to update this.
-
Greg Wilson authored
* Add `.nojekyll` to stop GitHub trying to compile. * Get rid of Jekyll `_config.yml`. * Create placeholder `css` and `img` directories. * Create `pages` directory with source for web pages. * Move all Markdown files into `pages`. * Move `tools` into `pages` (because that's where people will mostly work). * Move `_includes` and `_layouts` into `pages` (because that's where we'll compile).
-
- Nov 05, 2014
-
-
Greg Wilson authored
Adding a note to remind authors to say what learners are supposed to do in lessons.
-
Greg Wilson authored
-
- Oct 23, 2014
-
-
Greg Wilson authored
-
Greg Wilson authored
-
Greg Wilson authored
-
Greg Wilson authored
-
- Oct 22, 2014
-
-
Trevor Bekolay authored
LICENSE.md: Bump the CC BY 3.0 to 4.0
-
W. Trevor King authored
Titles from the v4 release notes [1]: * A more global license * Rights outside the scope of copyright * Common-sense attribution * Enabling more anonymity, when desired * 30-day window to correct license violations * Increased readability * Clarity about adaptations [1]: https://creativecommons.org/version4
-
Trevor Bekolay authored
Using template variables everywhere - Fixed error in header.html; missing }
-
Greg Wilson authored
-
- Oct 21, 2014
-
-
https://github.com/tbekolay/swc-sharedTrevor Bekolay authored
* 'master' of https://github.com/tbekolay/swc-shared: Initial version of shared files Merging to get `tools/update` so that this pull is automated
-
Trevor Bekolay authored
-
Trevor Bekolay authored
-
Trevor Bekolay authored
This is up for discussion, but at the moment is the minimal set of files needed to be a Software Carpentry lesson.
-