Commit Graph

159 Commits (2d40f51bd2d0368ad89e6862e84681763669d709)

Author SHA1 Message Date
Brandon Mathis 55fa9b3d8e Removed unnecessary regex in code block plugin
Brandon Mathis c18de55875 Titles in code plugins can have slashes in them. Closes
Brandon Mathis c9f820f3ef Merge pull request from liangsun/patch-1
To support url without domain name like /path/file
Brandon Mathis 72b4e8d562 gist tag plugin now works with the latest changes GitHub gists and does not fail if you do not specify a filename.
Liang Sun 0ccd0679fd To support url without domain name like /path/file
You need to know if you would like to support this, each word in the title can not start with "/".
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`.
Leonardo Saraiva d102dcda68 Added stringex and changed to use #to_url for create directory. To don't receive error in url to accented characters.
Brandon Mathis e53b26ad30 updated plugins to work with latest version of Liquid
Brandon Mathis 8753a6b00c Octopress filters are now limited to html producing templating languages, Fixes
Roman Yepishev 7ebc0a0d8b Convert to integer before comparing. data.code is String
Roman Yepishev ef8392e267 Raise RuntimeError when gist is unavailable
David Tchepak 02dac280d0 Extract category_link filter from category_generator.rb plugin
Allows category_link to be used as a filter to display a link to
any category.
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
Brandon Mathis d5a02a78f6 Added RubyPants (the ruby port of John Gruber's smarty pants) to intelligently replace primes with smart quotes in the pullquote plugin, fixes
Frederic Hemberger cb61146264 Merge pull request from jbrains/master
Capitalize word after '!' and '?'.
Frederic Hemberger 6714e5c7f5 Set flag in preview mode and re-generate files before deployment if necessary
J. B. Rainsberger 343e0f1409 Improved, I think, the Titlecase plugin
Frederic Hemberger f1ebf35869 Introduce distinction between preview/productive site generation
Posts which contain the YAML attribute `published: false` are usually
not generated by Jekyll. With this patch they can be previewed just
like published posts on localhost using `rake watch`or `rake preview`.

NOTICE: Before pushing to the productive environment, use `rake generate`
to update the public directory and remove posts which are flagged not to be
published.
Frederic Hemberger 4feeecfdef Date format: Remove unnecessary escapement
Frederic Hemberger 142681489f Add custom date format %o for ordinal representation of the day
Frederic Hemberger 987dccee76 Add custom date format to pages, add 'updated' field again
Reverts changes of c2a68cc where I accidentally removed support for 'updated' field, see comments of issue  for details.
Frederic Hemberger a81ef5e28b Improve handling of meta description
Frederic Hemberger 2043c543d2 Add utf-8 encoding option to Pygments highlighter, fixes
Frederic Hemberger d2755dc082 Merge branch 'master' of github.com:imathis/octopress
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.
mattn 92f57ad15b support proxy.
Frederic Hemberger d84daa2a88 Merge pull request from mikl/category-feeds
Adds per-category Atom feeds.
Frederic Hemberger 21803814bc Adds parameter for left aligned pullquotes, fixes
Frederic Hemberger 2dedad6176 Merge branch 'master' of https://github.com/strand/octopress into strand/octopress
Frederic Hemberger 1772a8af8f Removes also leading tab from backtick codeblock
B Strand d983e3eb31 Reverted previous commit to separate that change to a different pull request.
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.
B Strand cae964e875 Updated pullquote.rb to use a vernacular similar to the image tag.
strand 8897083cf7 Implemented pullquoteleft functionality
Frederic Hemberger 9909f16d80 Codeblock: Output source even if 'pygments_prefix' or 'pygments_suffix' is nil. Fixes
Mikkel Hoegh 66916f57a7 First attempt at creating per-category Atom feeds.
Frederic Hemberger 6315527b2f Adds CDATA sections to atom.xml, fixes
Brandon Mathis a35c780616 Merge pull request from victor/patch-1
Allow capitalization after a period.
Brandon Mathis 3bd4ed026e Merge branch 'master' of github.com:imathis/octopress into compass
Victor Jalencas f75f17b05c Allow capitalization after a period.
Frederic Hemberger fdf6af1d25 Fixes img tag properties
Frederic Hemberger 19a646b5e9 Escapes double quotes in img tag
Frederic Hemberger 9bd572ffdc Adds jsFiddle plugin
Frederic Hemberger 50eaf98c24 Makes img tag more flexible, adds support for relative paths. Includes pull request , fixes
Frederic Hemberger ab61a62d30 Removes compass_compiler.rb
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
Frederic Hemberger 44e4a991cf Fixes styling of <figure> code header
Frederic Hemberger 347e855ddc Fixes HTML validation issues with code highlighting
Frederic Hemberger f6bf894387 Aligns naming of .pygments-cache, .gist-cache and .sass-cache
Brandon Mathis a289c90909 improved backtick codeblock's handling of the raw option
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 b25db54f93 Merge branch 'post_filters'
Brandon Mathis 9d2c76e189 Added {% raw %} liquid block, allowing for blocks of code which are not parsed by Liquid
Brandon Mathis fd99f9f7cf Merge branch 'post_filters_plugin' of https://github.com/tedkulp/octopress into post_filters
Brandon Mathis 31b5388402 Downcased category urls
Chun-wei Kuo 7e976cbc60 Improved support for non Latin characters in category names. Fixes
Ted Kulp 5eea47c8d6 Added post_filters plugin
Plugins that extend PostFilter will get three
additional methods: pre_render, post_render and
post_write. These will be called when every page
or post is processed and allows for the plugin to
modify the post/page object directly to modify
the output beyond what can be done with just
markup.
Brandon Mathis ed0c220523 Merge branch 'master' of https://github.com/fhemberger/octopress into fhemberger-master
Conflicts:
	plugins/category_generator.rb
fhemberger 80f8a609f6 Improved support for non Latin characters in category names. Fixes
Brandon Mathis 17301879cd reverted back to \W in category_generator. Tracking on
Brandon Mathis 4f9c45f24a Improved support for non Latin characters in category names. Fixes
masukomi e20e68139c sitemap_generator dies if public dir doesn't exist yet
this tests for the presence of the public dir and creates
it if needed. This situation can arise in a new install.
Brandon Mathis 11c6e1f7a7 include_code now defaults to relative urls for easy testing on a development server
Brandon Mathis 089af26b02 improved lang:language for codeblock and include code. It no longer strips out surrounding whitespace.
Brandon Mathis 83d87f98cc added option to force syntax highlighting language, example: {% include_code file lang:ruby %}. Fixes
Brandon Mathis 358d02a4a7 centralized pygments aliases into pygments_code.rb. Added alias for .ru (ruby), which sort of fixes
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 cf31601d4b reordered arguments in pagination
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 1c555116be Added support for pagination with a blog index in any directory (helps with landing pages). Added configuration for pagination directory base
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
Brigham Brown 648d4cc238 Fix extra subdirectories appearing in category links and atom.xml link.
Brandon Mathis 7b52fb492e added yml alias for yaml code highlighting
Brandon Mathis 08dc63a95e added a raw option to render_partial. Now you can import partials without having them parsed by the Liquid template parser
Brandon Mathis 6009daa8a2 code_block and inlcude_code no longer needlessly render through the Liquid template parser
Brandon Mathis ff1dba19f2 Backtick codeblocks now correctly replace &amp; with & and Textile support for back tick code blocks has been removed. It never really worked. Textile makes me sad.
Brandon Mathis 141800087f Merge branch 'woodwardjd-master'
Brandon Mathis cb6442e624 fixed empty line stripping from codeblocks
Brandon Mathis ffc730fc0d Merge branch 'master' of https://github.com/woodwardjd/octopress into woodwardjd-master
Brandon Mathis c837acd497 added support for width and height to image tag plugin
Brandon Mathis 20de112526 include_code is now more forgiving, stripping leading forward slashes from the code_dir config
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
Jason Woodward d8b17814e0 allow select and order of sidebar components to be configurable in jekyll's _config.yml
Andreas Arnold 2d8a17cd41 making textile and code blocks work nice together
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 7b81aab5ac added support for pygments.rb removing dependency on pygments, added support for caching highlighted code from pygments.rb and added default line numbering. Javascript auto line numbering now only occurs for embedded gists
Brandon Mathis 20764e31ee updated syntax highlighting support for perl and objective c in code_block and include_code plugins
Brandon Mathis d5aa08d3f3 added video tag plugin
Brandon Mathis a80cb12c8c fixed typos and cleand up the image tag plugin
Brandon Mathis fe074b2c1b removed some unnecessary steps from the category_generator plugin to avoid confusion
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
Brandon Mathis 8e489ac2da fixed error in pullquote plugin
Brandon Mathis 967eeb46e8 blockquote plugin now allows for source attribution with out a link, see docs
Brandon Mathis ba0e5ef4a3 Render partial now automatically stirps out yaml front matter