Commit Graph

32 Commits (672082cf6ea3290e8734aaeed2e6ee32942522ec)

Author SHA1 Message Date
Brandon Mathis 3a2a5d9bf9 Added poster="" to list of things expand urls should work on.
Brandon Mathis 6bd719fd96 Fixed issue with RubyPants and the Octopress hooks filter
ChaYoung You 3d0e85730d
Use `octopress-hooks` and `octopress-date-format`
Not applied in 73e540409c.

Fix .
Brandon Mathis 73e540409c Support octopress-hooks and octopress-date-format
Parker Moore 18784a4cb0 Revert "remove deprecated gems 'jekyll-page-hooks' and 'jekyll-date-format'"
This reverts commit 181d620c1c.
Rashmi Yadav 181d620c1c remove deprecated gems 'jekyll-page-hooks' and 'jekyll-date-format'
Brandon Mathis a0229b2c9c Replaced date plugin with jekyll-date-format
Brandon Mathis 2f47c00b48 Added jekyll-sitemap, jekyll-date-format, and updated gems
Brandon Mathis 52f9119645 Initial update to be compatible with Jekyll 2
Brandon Mathis 0ead88e6c2 Fixed the expand_url filter. Finally.
Thanks @larryprice
Brandon Mathis 1321423383 Removed accidental call to expand_url
Brandon Mathis 028769b73f Ignore protocol relative '//' urls.
Ivo Wever 6029981e35 Fix for issue
The filters bundled with Octopress are not applied to files ending in 
`.md`, because the match in octopress_filters.rb does not match `.md`.
Brandon Mathis 8753a6b00c Octopress filters are now limited to html producing templating languages, Fixes
Frederic Hemberger a81ef5e28b Improve handling of meta description
Frederic Hemberger c2a68cc2a9 Make post's date output configurable via _config.yml, closes
A new config variable 'date_format' is introduced in _config.yml.
It can either be set to "ordinal" to use the current format or it
can be given a string complying to strftime() format identifiers.
Frederic Hemberger 6315527b2f Adds CDATA sections to atom.xml, fixes
Frederic Hemberger 3dbc379caa Updated regex to select less content on posts
Frederic Hemberger 0b5215c0f5 Adds first 150 chars of content as meta description, if no page.description specified. Fixes
Brandon Mathis 3d2d1a8be4 1. Vastly improved backtick code blocks and added support for Textile
2. Refactored Octopress filters into Liquid filters and pre/post render filters (using post_filters plugin)
3. Added methods to raw plugin to prevent Markdown and Textile from parsing blocks
4. Updated render partial to invoke the pre_render method of post_filters
5. Moved Rubypants filter out of default.html into Octopress post_render filters
6. Added raw's safe_wrapper method to codeblock and include_code filters
Brandon Mathis 596ec87c37 now only excerpted articles show the "read on" link. Also the text for that link can be set in the _config.yml
Brandon Mathis ef4a42f977 Codeblock regex improved to better detect extensions fixes , added support for tableizing non highlighted code blocks from liquid codeblock tag and backtick code blocks
Brandon Mathis a5f87149fe expand_urls now correctly matches urls pointing to the root directory, allowing / to be replaced with /subdir/ if site is configured with a different root directory
Brandon Mathis ff1dba19f2 Backtick codeblocks now correctly replace & with & and Textile support for back tick code blocks has been removed. It never really worked. Textile makes me sad.
Brandon Mathis 49a67785dc Add support using github backtick code blocks without supplying a language
Brandon Mathis a516c773d1 improved replacement filters for textile markup on github backtick codeblocks, added comment to show regular HTML support
Brandon Mathis 7209aaf64c updated Github style backtick filter to support textile, markdown and html
Brandon Mathis 4a2254665c fixed bug where multiple github style codeblcoks were getting eaten
Brandon Mathis d0f56ef1ca fixed bug in backtick_codeblock where indentations were being unintentionally removed
Brandon Mathis 6e2beaa969 added support for github style backtick code blocks
Brandon Mathis da38dbe584 fixed misspelling of exerpt to excerpt for in the Octopress filters
Brandon Mathis a2bc6f9762 1. Added image tag plugin
2. Removed figure tag plugin
3. Renamed custom_filters to octopress_filters
4. Added styles to support new image tag plugin