android.moparisthebest.org/source/docs/index.markdown

44 lines
1.4 KiB
Markdown
Raw Normal View History

2011-07-19 22:28:48 -04:00
---
layout: page
title: Octopress Documentation
date: July 18 2011
sidebar: false
comments: false
footer: false
---
Octopress is a framework designed for Jekyll, the static blogging engine powering Github Pages. So what is Jekyll?
{% blockquote Jekyll Wiki https://github.com/mojombo/jekyll/wiki/Usage %}
Jekyll at its core is a text transformation engine. The concept behind the system is this: you give it text written in your favorite markup language, be that Markdown, Textile, or just plain HTML, and it churns that through a layout or series of layout files. Throughout that process you can tweak how you want the site URLs to look, what data gets displayed on the layout and more.
{% endblockquote %}
## Getting Started
- [Initial setup](/docs/setup)
- [Deploying Octopress](/docs/deploying)
- [Basic Configuration](/docs/configuring)
## Using Octopress
- [Blogging Basics](/docs/blogging)
- [Sharing Code Snippets](/docs/blogging/code)
- [Syntax Highlighting Test](/docs/blogging/code/test)
- TODO [Blogging With Plugins](/docs/blogging/plugins)
- TODO [Theming & Customization](/docs/theming)
- TODO [Updating](/docs/updating)
2011-07-19 22:28:48 -04:00
## Octopress Plugins - Usage & Examples
- Code Block
- Include Code
- Gist Tag
- Include Partial
- Figure Tag
- Blockquote
- Pullquote
- Custom filters
- Sitemap Generator
- Category Generator
- Compass Compiler
- Haml Convertor
- Pygments Cache
- Titlecase