mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-01 15:55:03 -04:00
44 lines
1.4 KiB
Markdown
44 lines
1.4 KiB
Markdown
---
|
|
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)
|
|
- [Updating](/docs/updating)
|
|
|
|
## Using Octopress
|
|
- [Blogging Basics](/docs/blogging)
|
|
- [Sharing Code Snippets](/docs/blogging/code)
|
|
- [Syntax Highlighting Test](/docs/blogging/code/test)
|
|
- [Blogging With Plugins](/docs/blogging/plugins)
|
|
- [Theming & Customization](/docs/theming)
|
|
|
|
## 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
|