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

33 lines
1.6 KiB
Markdown
Raw Normal View History

2011-07-19 22:28:48 -04:00
---
layout: page
title: Octopress Documentation
date: August 01 2011
2011-07-19 22:28:48 -04:00
sidebar: false
comments: false
footer: false
---
2011-07-22 17:49:01 -04:00
Octopress is a framework designed for Jekyll, the static blogging engine powering Github Pages. Have a look through
2011-09-19 13:19:20 -04:00
the documentation and if you have trouble, [I'll be happy to help](/help). If you find errors in the documentation
2011-07-22 17:49:01 -04:00
[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).
2011-07-19 22:28:48 -04:00
## Getting Started
This section will help you get set up, and explain how to configure Octopress for your site.
2011-09-19 13:19:20 -04:00
**Note:** If you already have a blog, check out [Jekyll's Migration page](https://github.com/mojombo/jekyll/wiki/blog-migrations) to help you get your current blog set up for Octopress blogging.
2011-07-23 01:36:20 -04:00
- [Initial setup](/docs/setup) - *get source and install dependencies*
- [Basic Configuration](/docs/configuring) - *enable third party services and personalize your blog*
2011-07-19 22:28:48 -04:00
## Using Octopress
2011-07-22 18:36:49 -04:00
Your blog should be awesome. This should help.
2011-07-23 01:36:20 -04:00
- [Blogging Basics](/docs/blogging) - *how to create blog posts and pages*
- [Deploying Octopress](/docs/deploying) - *simple deploy instructions for Rsync and Github pages*
2011-07-23 01:36:20 -04:00
- [Sharing Code Snippets](/docs/blogging/code) - *share code snippets with ease*
- [Blogging With Plugins](/docs/blogging/plugins) - *overview of plugins for blogging*
- [Theming & Customization](/docs/theme) - *guide to making changes to your Octopress theme*
2011-07-24 09:31:04 -04:00
- [Updating Octopress](/docs/updating) - *a guide to help you stay current with Octopress*
2011-07-19 22:28:48 -04:00
## Octopress Plugins - Usage & Examples
2011-07-22 18:36:49 -04:00
{% render_partial docs/plugins/index.markdown %}