Merge pull request #99 from NJAldwin/site

Documentation Fixes
This commit is contained in:
Brandon Mathis 2011-08-17 06:32:22 -07:00
commit bc1de6209b
2 changed files with 2 additions and 2 deletions

View File

@ -41,4 +41,4 @@ for your code snippets, and then finish your code block with three more back tic
``` ```
This is a nice, lightweight way to add a highlighted code snippet. For features like titles and links you'll want to look This is a nice, lightweight way to add a highlighted code snippet. For features like titles and links you'll want to look
at the [codeblock](/docs/plugins/code-block/) or [include_code](/docs/plugins/include-code/) liquid tags. at the [codeblock](/docs/plugins/codeblock/) or [include_code](/docs/plugins/include-code/) liquid tags.

View File

@ -22,7 +22,7 @@ $sidebar-link-color: saturate(#526f9a, 10);
$sidebar-link-color-hover: darken(#7ab662, 9); $sidebar-link-color-hover: darken(#7ab662, 9);
{% endcodeblock %} {% endcodeblock %}
The custom colors file has some commented out colors you can The theme file is broken up into sections to make it easier to read through. Here's a look at the navigation section of `sass/base/_theme.scss`. The custom colors file has some commented out colors you can use. The theme file is broken up into sections to make it easier to read through. Here's a look at the navigation section of `sass/base/_theme.scss`.
{% codeblock Navigation (sass/base/_theme.scss) https://github.com/imathis/octopress/tree/master/.themes/classic/sass/base/_theme.scss View on Github %} {% codeblock Navigation (sass/base/_theme.scss) https://github.com/imathis/octopress/tree/master/.themes/classic/sass/base/_theme.scss View on Github %}
/* Navigation */ /* Navigation */