Excerptable text snippets

This index page is not listed in the menu, because it has hidden = true in its front matter! It’s for our (TIG’s) use, not documentation for our users.

This section contains excerptable text snippets that can be included on other pages.

When creating “excerpt” articles, add them in this direcrory. In the front matter make sure the page is hidden, for example:

+++
title = "Nifty Title"
hidden = true
+++

(The title doesn’t affect the included excerpt, but gives the excerpt a name it can be listed with in the list below.)

Each child page here must have only one {{% excerpt %}}{{% /excerpt %}} section in it (and probably shouldn’t have any other content, except maybe documentation for us, outside the excerpt since it won’t be findable by our users).

Here’s documentation on the excerpt shortcode used on these pages and on the excerpt-include shortcode used on pages that reference them:

Excerptable child pages