mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-01 07:45:01 -04:00
35 lines
2.1 KiB
Markdown
35 lines
2.1 KiB
Markdown
---
|
|
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.
|
|
|
|
- [HTML5 Video Tag](/docs/plugins/video-tag/) - *easily post images with class names and titles*
|
|
- [Backtick Code Block](/docs/plugins/backtick-codeblock/) - *for simple lightweight code sharing*
|
|
- [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*
|
|
- [jsFiddle](/docs/plugins/jsfiddle-tag/) - *embeds code from jsFiddle*
|
|
- [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*
|
|
- [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*
|
|
- [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*
|
|
|
|
The following filters are used by Octopress, and are documented as necessary in their source.
|
|
|
|
- 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*
|
|
- Pygments Code - *converts code snippets to highlighted code and caches to speed up Jekyll processing*
|
|
- Titlecase - *required by several plugins to automatically generate proper title captalization*
|
|
|
|
[Octopress plugins source](https://github.com/imathis/octopress/tree/master/plugins)
|