Ivo Wever
6029981e35
Fix for issue #622
The filters bundled with Octopress are not applied to files ending in
`.md`, because the match in octopress_filters.rb does not match `.md`.
12 years ago
Brandon Mathis
8753a6b00c
Octopress filters are now limited to html producing templating languages, Fixes #536
13 years ago
Frederic Hemberger
a81ef5e28b
Improve handling of meta description
13 years ago
Frederic Hemberger
c2a68cc2a9
Make post's date output configurable via _config.yml, closes #164
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.
13 years ago
Frederic Hemberger
6315527b2f
Adds CDATA sections to atom.xml, fixes #198
13 years ago
Frederic Hemberger
3dbc379caa
Updated regex to select less content on posts
13 years ago
Frederic Hemberger
0b5215c0f5
Adds first 150 chars of content as meta description, if no page.description specified. Fixes #162
13 years ago
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
13 years ago
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
13 years ago
Brandon Mathis
ef4a42f977
Codeblock regex improved to better detect extensions fixes #96 , added support for tableizing non highlighted code blocks from liquid codeblock tag and backtick code blocks
13 years ago
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
13 years ago
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.
13 years ago
Brandon Mathis
49a67785dc
Add support using github backtick code blocks without supplying a language
13 years ago
Brandon Mathis
a516c773d1
improved replacement filters for textile markup on github backtick codeblocks, added comment to show regular HTML support
13 years ago
Brandon Mathis
7209aaf64c
updated Github style backtick filter to support textile, markdown and html
13 years ago
Brandon Mathis
4a2254665c
fixed bug where multiple github style codeblcoks were getting eaten
13 years ago
Brandon Mathis
d0f56ef1ca
fixed bug in backtick_codeblock where indentations were being unintentionally removed
13 years ago
Brandon Mathis
6e2beaa969
added support for github style backtick code blocks
13 years ago
Brandon Mathis
da38dbe584
fixed misspelling of exerpt to excerpt for in the Octopress filters
13 years ago
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
13 years ago
Brandon Mathis
39d56bc988
Finally a nice solution for mapping relative urls
13 years ago
Brandon Mathis
44e1351fc7
1. Added condition to full_url filter to allow it to be used as a root_url appending filter for remapping root "/" urls when octopress is deployed to a subdirectory. Updated _includes/article and _layouts/page to use the filter
2. Added documentation for the include_code plugin
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
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
353ccfd4eb
1. Added Category support
2. Designed blog archives pages
3. Restructured Sass
4. Added Categories to rake post metadata
5. Some general style improvements
14 years ago
Brandon Mathis
ef3ff431e5
1. Added html5 video with flash fallback.
2. Added Rack support
3. Disqus support
4. Improved Readme
5. Improved Syntax flexibility and styling
6. Improved blockquote styling
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
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
8d3731e0dc
updated titlecase filter, added titlecase filter to entry titles in article.html partial
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
Brandon Mathis
c7d5365f81
major refactoring, improved file watching, changed site to public to support rack via pow ( http://pow.cx ) also implemented the basics of a 320 and up design refresh on the classic theme. This should make it great for mobile reading
14 years ago
Brandon Mathis
e4c2d5790b
irrisponsibly massive commit
14 years ago