You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/content/markdown.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,13 +20,18 @@ name = "About Blurry"
20
20
abstract = "Learn about Blurry, a static site generator build for page speed and SEO"
21
21
datePublished = 2023-01-07
22
22
image = "../images/blurry-logo.png"
23
+
_is_this_available_in_a_template = True
23
24
+++
24
25
25
26
# About Blurry
26
27
27
28
Regular Markdown content can go here.
28
29
```
29
30
31
+
:::{info}
32
+
Variables that are not in a Schema.org type but are useful in templates should start with the `FRONTMATTER_NON_SCHEMA_VARIABLE_PREFIX`[setting](../configuration/settings.md), which defaults to an underscore (`_`).
33
+
:::
34
+
30
35
## Customizations
31
36
32
37
On top of [Mistune's built-in plugins](https://mistune.lepture.com/en/latest/plugins.html), Blurry ships with a number of Markdown customizations.
0 commit comments