Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brycerussell/astro-default-frontmatter

A Remark plugin for Astro that applies a default frontmatter/layouts to markdown files based on their directory
https://github.com/brycerussell/astro-default-frontmatter

astro frontmatter markdown remark

Last synced: 26 days ago
JSON representation

A Remark plugin for Astro that applies a default frontmatter/layouts to markdown files based on their directory

Awesome Lists containing this project

README

        

# Astro Default Frontmatter

[Stackblitz Demo](https://stackblitz.com/edit/github-hfgk3n)

This is a simple collection of remark plugins for Astro that allows you to define a default frontmatter for you markdown files

**Plugins**:

- [`defaultLayout`](/package#defaultlayout) define a default layout for ALL markdown
- [`defaultFrontmatter`](/package#defaultfrontmatter) define a default frontmatter for ALL markdown
- [`defaultFrontmatterAdvanced`](/package#defaultfrontmatteradvanced) define a default frontmatter based on the files directory in the project

[Check out the docs -->](/package#readme)