Custom Pages
April 21, 2025 at 10:09 AM • 1 min read • 63 wordsYou can use the page editor to make custom pages using Liquid. Set the slug to /
to overwrite the default page.
The posts
collection exposes this:
[
{
"title": "Hello world!",
"content": "Content in markdown",
"date": "2025-04-17T23:33:42.365Z"
}
]
The {{ title }}
, {{ description }}
and {{ subdomain }}
of your blog are exposed as well.