mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-01 15:55:03 -04:00
33 lines
1.5 KiB
Markdown
33 lines
1.5 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. Have a look through
|
|
the documentation and if you have trouble, [I'll be happy to help](http://convore.com/octopress/support). If you find errors
|
|
[post an issue](https://github.com/imathis/octopress/issues) or fork and send a pull request on the [site branch](https://github.com/imathis/octopress/tree/site).
|
|
|
|
## Getting Started
|
|
If you're using bundler and rvm, this should be a breeze.
|
|
|
|
- [Initial setup](/docs/setup) - *get source and install dependencies*
|
|
- [Basic Configuration](/docs/configuring) - *enable third party services and personalize your blog*
|
|
- [Deploying Octopress](/docs/deploying) - *simple deploy instructions for Rsync and Github pages*
|
|
|
|
## Using Octopress
|
|
Your blog should be awesome. This should help.
|
|
|
|
- [Blogging Basics](/docs/blogging) - *how to create blog posts and pages*
|
|
- [Sharing Code Snippets](/docs/blogging/code) - *share code snippets with ease*
|
|
- [Syntax Highlighting Test](/docs/blogging/code/test) - *language highlighting tests*
|
|
- [Blogging With Plugins](/docs/blogging/plugins) - *overview of plugins for blogging*
|
|
- TODO [Theming & Customization](/docs/theming) - *guide to making changes to your Octopress theme*
|
|
- TODO [Updating](/docs/updating) - *a guide to help you stay up to date*
|
|
|
|
## Octopress Plugins - Usage & Examples
|
|
{% render_partial docs/plugins/index.markdown %}
|