Blog page template

We use this "information alert" components to add an info blurb about having a co-authored article, for example.
And this one we can use among the content, for example, to highlight copy, a quote, etc.

This can be an intro paragraph before the article sections.

It can also contain a table of contents like:

Now we don't have a component for table of contents: the list above is getting the unordered lists styling defined for blog pages.

Heading 2: Section title

This is the normal text under a section. And, below, a divider component:

***

Heading 2: Section title

This is the normal text under a section. This is how a link looks like, and also a sentence styled as italics.

Heading 3: Subsection title

In case we need another level of hierarchy on the content.

And below there's a quote component:

When I was five, I imagined that there was such a thing as a unicorn. And this was before I had even heard of one, or seen one. I just drew a picture, of a horse, that could fly over rainbows, and had a huge spike in its head. I was five! Five years old. Couldn’t even talk yet. - Michael Scott

This component below is called Code Highlight Section. By default it has a style, but we can choose the theme. In this case, "defaultStyle" meets the blog page styling. We can also choose the code snippet language (ie, JavaScript).

An example:

lambdas:|
    strategy:
      matrix:
        lambda: [lambda1,lambda2]
Let’s Chat