blog-rekahsoft-ca/clay
Collin J. Doering 072e3d9870 Themed post content (tables, images, figures, code)
Added theming for tables, inline images, and figures. Inline images are
specified using the markdown syntax "![link text](link_href)" somewhere
within a paragraph. When a link is specified with the same syntax given
previously, Pandoc will generate it as a figure. Figures are displayed
across the whole width of the post and inline-images floated to the
right. Some javascript was added to js/default.js to enable the ability
to click to toggle fullscreen on images and figures.

Code blocks were previously themed but the styling needed to be updated
due to how an update to how pandoc generates code blocks.

Signed-off-by: Collin J. Doering <collin.doering@rekahsoft.ca>
2015-07-06 21:41:20 -04:00
..
Header.hs Finished porting css from sass to clay 2015-01-14 04:50:29 -05:00
Main.hs Tweaked list styles after skeleton upgrade 2015-01-30 04:46:26 -05:00
PageComponents.hs Themed post content (tables, images, figures, code) 2015-07-06 21:41:20 -04:00
Util.hs Ported sass/_blog.sass to clay and modularized clay css files 2015-01-14 04:50:29 -05:00