See also all my other tech resources posts!

# Questions I Frequently Ask Myself When Working With Static Sites

(like my fave, 11ty):

# Why is there a pipe symbol in my YAML frontmatter?

|- or just | is yaml for "multilines"

# Why is there a dash in the liquid {%- tag?

We can include hyphens in your tag syntax ({{-, -}}, {%-, -%}) to strip whitespace from left or right.

docs source

Nunjucks does it, too.

# How do I comment stuff in Nunjucks?

{# like this #}