1. "Layout: Excerpt (Defined)"

    Published: Wed 14 March 2012
    By octt

    In posts.

    • Layout
    • Uncategorized tags:
    • content
    • excerpt
    • layout

    This is the post content. It should be displayed in place of the user-defined excerpt in archive-index pages.

    This paragraph should be absent from an archive-index page where post.excerpt is shown.

    read more
  2. "Layout: Excerpt (Generated)"

    Published: Wed 14 March 2012
    By octt

    In posts.

    • Layout
    • Uncategorized tags:
    • content
    • excerpt
    • layout

    This is the post content. Archive-index pages should display an auto-generated excerpt of this content.

    Be sure to test the formatting of the auto-generated excerpt, to ensure that it doesn't create any layout problems.

    read more
  3. Example content

    Published: Tue 07 February 2012
    By octt

    In posts.

    Howdy! This is an example blog post that shows several types of HTML content supported in this theme.

    Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Sed posuere consectetur est at lobortis. Cras mattis consectetur …

    read more
  4. What's Jekyll?

    Published: Mon 06 February 2012
    By octt

    In posts.

    Jekyll is a static site generator, an open-source tool for creating simple yet powerful websites of all shapes and sizes. From the project's readme:

    Jekyll is a simple, blog aware, static site generator. It takes a template directory [...] and spits out a complete, static website suitable for serving with Apache …

    read more
  5. "Layout: Post with Nested Table of Contents"

    Published: Tue 03 January 2012
    By octt

    In posts.

    • table of contents toc: true

    Tests table of contents with multiple levels to verify indentation is readible.

    Enim laboris id ea elit elit deserunt

    Magna incididunt elit id enim nisi quis excepteur reprehenderit Lorem dolore dolore ad enim. Labore esse elit excepteur et elit dolor. Elit ut consectetur labore velit …

    read more
  6. "Layout: Post with Nested Table of Contents via Helper"

    Published: Tue 03 January 2012
    By octt

    In posts.

    - table of contents

    Tests table of contents with multiple levels to verify indentation is readible via helper include (deprecated).

    {% raw %}{% include toc %}{% endraw %}
    

    {% include toc %}

    Enim laboris id ea elit elit deserunt

    Magna incididunt elit id enim nisi quis excepteur reprehenderit Lorem dolore dolore ad enim. Labore esse elit excepteur …

    read more
  7. "Layout: Post with Sticky Table of Contents"

    Published: Tue 03 January 2012
    By octt

    In posts.

    • table of contents toc: true toc_sticky: true

    "Stick" table of contents to the top of a page by adding toc_sticky: true to its YAML Front Matter.

    ---
    toc: true
    toc_sticky: true
    ---
    

    HTML Elements

    Below is just about everything you'll need to style in the theme. Check the source code to see …

    read more
  8. "Layout: Post with Table of Contents"

    Published: Tue 03 January 2012
    By octt

    In posts.

    • table of contents toc: true toc_label: "Unique Title" toc_icon: "heart"

    Enable table of contents on post or page by adding toc: true to its YAML Front Matter. The title and icon can also be changed with:

    ---
    toc: true
    toc_label: "Unique Title"
    toc_icon: "heart"  # corresponding Font Awesome icon name (without fa …
    read more

links

social