1. "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
  2. "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
  3. "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
  4. "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
  5. "Layout: Post Date Disabled"

    Published: Mon 02 January 2012
    By octt

    In posts.

    - post date

    This post has the date disabled. The date this post was published should not be showing if show_date: false is set in _config.yml or in this post's YAML Front Matter.

    If you could keep awake (but of course you can't) you would see your own mother doing …

    read more
  6. "Layout: Post Date Enabled"

    Published: Mon 02 January 2012
    By octt

    In posts.

    - post date

    This post has post date enabled. The date the post was published should show if show_date: true is added to it's YAML Front Matter or as a default in _config.yml.

    If you could keep awake (but of course you can't) you would see your own mother doing …

    read more
  7. "Layout: Read Time Disabled"

    Published: Mon 02 January 2012
    By octt

    In posts.

    - read time

    This post has reading time disabled. The estimated time that it takes to read this post should not be showing if read_time: false is set in _config.yml or in this post's YAML Front Matter.

    If you could keep awake (but of course you can't) you would see …

    read more

links

social