2011-07-22 18:36:49 -04:00
---
layout: page
title: "Octopress Plugins - Usage & Examples"
date: July 18 2011
sidebar: false
comments: false
footer: false
---
Octopress ships with the following plugins. Many have been written specially for Octopress, but some have been selected from the Jekyll community with various changes and improvements.
2011-08-02 00:40:15 -04:00
- [HTML5 Video Tag ](/docs/plugins/video-tag/ ) - *easily post images with class names and titles*
2011-09-08 00:31:08 -04:00
- [Backtick Code Block ](/docs/plugins/backtick-codeblock/ ) - *for simple lightweight code sharing*
2011-08-02 00:40:15 -04:00
- [Code Block ](/docs/plugins/codeblock/ ) - *for sharing code with titles and links*
- [Include Code ](/docs/plugins/include-code/ ) - *embed code from your filesystem with a download link*
- [Gist Tag ](/docs/plugins/gist-tag/ ) - *automatically downloads and embeds Github gists*
2011-09-26 06:41:40 -04:00
- [jsFiddle ](/docs/plugins/jsfiddle-tag/ ) - *embeds code from jsFiddle*
2011-08-02 00:40:15 -04:00
- [Image Tag ](/docs/plugins/image-tag/ ) - *easily post images with class names and titles*
- [Render Partial ](/docs/plugins/render-partial/ ) - *insert any file into another post or page*
2011-09-08 00:31:08 -04:00
- [Block Quote ](/docs/plugins/blockquote/ ) - *generate beautiful, semantic block quotes*
- [Pull Quote ](/docs/plugins/pullquote/ ) - *generate CSS only pull quotes — no duplicate data, no javascript*
2011-08-02 00:40:15 -04:00
- [Category Generator ](/docs/plugins/category-generator/ ) - *generates archive pages for each blog category*
- [Include Array ](/docs/plugins/include-array/ ) - *includes an array of partials specified in the _config.yml*
2011-07-23 01:36:20 -04:00
The following filters are used by Octopress, and are documented as necessary in their source.
2011-07-23 01:46:24 -04:00
2011-07-23 01:36:20 -04:00
- Octopress filters - *liquid filters built just for Octopress*
- Sitemap Generator - *generates an SEO friendly sitemap.xml*
- Compass Compiler - *forces Jekyll to compile Compass on each load*
- Haml Converter - *allows .haml pages to be processed by Jekyll*
2011-07-27 00:18:46 -04:00
- Pygments Code - *converts code snippets to highlighted code and caches to speed up Jekyll processing*
2011-07-23 01:36:20 -04:00
- Titlecase - *required by several plugins to automatically generate proper title captalization*
[Octopress plugins source ](https://github.com/imathis/octopress/tree/master/plugins )