--- layout: page title: "Theming & Customization" date: 2011-07-19 18:16 sidebar: false footer: false --- For now Octopress ships with a single theme in the `.themes` directory. When you install the Octopress theme, HTML and Javascripts are copied into `/source` and Sass stylesheets are copied into `/sass`. You are free to make any changes you like, but I've set up a few patterns to make it easy to customize and keep your site up to date with the latest Octopress releases (see [Updating Octopress](/docs/updating)). I've broken this up into the following sections. 1. [Customizing the Template](#customizing_template) 2. [Changing the Color Scheme](#customizing_colors) 3. [Changing the Layout](#customizing_layout) 4. [Overriding styles](#overriding_styles)

Customizing the Template

{% render_partial docs/theming/_template.markdown %}

Changing the Color Scheme

{% render_partial docs/theming/_colors.markdown %}

Changing the Layout

{% render_partial docs/theming/_layout.markdown %}

Overriding Styles

{% render_partial docs/theming/_styles.markdown %} Also see [Updating Your Blog »](/docs/updating)