Brandon Mathis
cd6926e41b
Striped whitespace from titles in blockquote plugin
12 years ago
Sean Kerr
d686105bda
Fixed blockquote plugin (author alone would not show up without title)
12 years ago
Brandon Mathis
e53b26ad30
updated plugins to work with latest version of Liquid
13 years ago
Brandon Mathis
4e0fec0e0f
Added a space between author and site to be sure it looked good in feed readers and places where the site CSS wasn't being loaded
13 years ago
B Strand
d983e3eb31
Reverted previous commit to separate that change to a different pull request.
13 years ago
B Strand
f6fb11a375
Added class='citation' to blockquotes generated by the blockquote plugin to differentiate their style from the style of an html or markdown blockquote.
13 years ago
Brandon Mathis
967eeb46e8
blockquote plugin now allows for source attribution with out a link, see docs
13 years ago
Brandon Mathis
a71a709cb3
Fixed a bug where blockquotes broke without an author, also refactored a bit for reability
13 years ago
Brandon Mathis
17c59fb1d1
Moved plugins to root directory. I'm ditching the idea of shipping plugins with themes until it's more obviously necessary. This way it's easier to merge and update plugins.
13 years ago
Brandon Mathis
6a6de74aad
improved regular expressions in blockquote plugin
13 years ago
Brandon Mathis
acd1ba34d3
updated titlecase require on blockquote plugin
14 years ago
Brandon Mathis
ee7b9dd958
Changed _plugins folder to plugins and updated rake tasks accordingly
14 years ago
Brandon Mathis
ea349cdfbf
Moved themes to .themes to get it out of the way. Updated Rakefile to support .themes dir and remove duplication. Improved deploy task. Renamed init_deploy to cofig_deploy and rewrote it to update configurations in the Rakefile for easier deploy use
14 years ago
Brandon Mathis
da514a6559
1. Updated typography for blockquotes
2. Improved blockquote Liquid tag
3. Added custom layout Sass for making layout changes simple
14 years ago
Brandon Mathis
f77db80077
1. Switched back to Rdiscount
2. Improved Blockquote comment header
3. Added Include File and Pullquote plugins
4. Improved blog typography
5. Simplified "Read more" link
14 years ago
Brandon Mathis
ab29d45ae8
1. Added new include_code tag to allow auhtors to insert files from the file system with syntax highligting and a download link
2. Improved the gist tag to properly insert the sources in <noscript> tags
3. Improved semantics in the blockquote plugin and DRYed things up.
4. Pygments caching now stores to the _code_cache directory by default
5. Added a configuration for the default include_code directory
6. Updated the .gitignore
14 years ago
Brandon Mathis
929e606111
1. Removed pullquote and improved semantics of blockquote plugin.
2. Removed iterator plugin as it was not being used.
3. Added initial support for html5 video with flash fallback.
4. Added responsive scaling for embedded youtube and vimeo videos.
5. Improved footer styleing.
14 years ago
Brandon Mathis
913fa105c4
1. Moved _plugins into themes/classic/_plugins
I think it's probably better to ship plugins with themes to make it
easier to update them.
2. Improved 'install' rake task and made nicer output
14 years ago
Brandon Mathis
8698a276f9
Cleaned out public from repository, updated gitignore, added syntax
highlighting tests, improved syntax highlighting and styling of pre
blocks.
Overriding dynamic gist styling.
Added a plugin for pygments caching which should speed things up
terrifically.
added ender.js as a lightweight way of scripting the DOM, events, etc.
Some general typography and semantic html improvements.
14 years ago