remark-frontmatter-starter
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v717View latest version
title: | Getting Started Guide | |||
---|---|---|---|---|
date: | 2025-03-29T00:00:00.000Z | |||
tags: |
|
This is a sample guide to help you get started with the Remark Frontmatter Starter.
- Markdown parsing with Remark
- Frontmatter support using gray-matter
- HTML output with Rehype
- Multiple document support
Frontmatter is a way to add metadata to your markdown files. It's placed at the top of your file between triple dashes (---
). Here's a template you can use:
---
title: Your Document Title
date: YYYY-MM-DD
tags:
- tag1
- tag2
- tag3
---
title
: The title of your documentdate
: The date in YYYY-MM-DD formattags
: A list of tags for categorization
- Create markdown files in the
docs
directory - Add frontmatter to your markdown files using the template above
- Access your documents through the web interface