Skip to content

Commit

Permalink
add include docs to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mojombo committed Dec 14, 2008
1 parent 1e9040f commit 46169d3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.textile
Expand Up @@ -62,7 +62,15 @@ The autobuild feature can be used on any of the invocations.

h2. Filters, Tags, and Blocks

h3. Code Highlighting
h3. Include Tag

If you have small page fragments that you wish to include in multiple places on your site, you can use the <code>include</code> tag.

<pre>{% include sig.textile %}</pre>

Jekyll expects all include files to be placed in an <code>_includes</code> directory at the root of your source dir. So this will embed the contents of <code>/path/to/proto/site/_includes/sig.textile</code> into the calling file.

h3. Code Highlighting Block

Jekyll has built in support for syntax highlighting of over "100
languages":http://pygments.org/languages/ via "Pygments":http://pygments.org/.
Expand Down

0 comments on commit 46169d3

Please sign in to comment.