mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-01 15:55:03 -04:00
32 lines
1.7 KiB
Markdown
32 lines
1.7 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*
|
|
- [Code Block](/docs/plugins/codeblock) - *for easy inline code sharing*
|
|
- [Include Code](/docs/plugins/include-code) - *embed code from your filesystem*
|
|
- [Gist Tag](/docs/plugins/gist-tag) - *automatically downloads and embeds Github gists*
|
|
- [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*
|
|
- [Blockquote](/docs/plugins/blockquote) - *generate beautiful, semantic block quotes*
|
|
- [Pullquote](/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*
|
|
|
|
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 Cache - *caches code snippets 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)
|