Skip to content

shuttle1987/gilbert-frontmatter-markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gilbert-frontmatter-markdown

This is a plugin for Gilbert that provides the ability to load markdown documents that contain embedded metadata in the frontmatter.

Installation

This plugin is not currently published on PyPi so to install you can install from GitHub like so:

pip install git+https://github.com/shuttle1987/gilbert-frontmatter-markdown.git

Why this plugin exists

You may have noticed that Gilbert provides a default markdown loader, but the default markdown loader in Gilbert will not process the frontmatter in your documents. This is a deliberate decision (and is not a bug) since Gilbert is a general purpose static site generation framework that caters to many users. Users may want to have frontmatter like material in their markdown documents that is not supposed to be processed as metadata, since Gilbert doesn't want to make assumptions about document contents you have to use a loader such as this to get the frontmatter extracted.

If however you are using frontmatter in your markdown documents you may wish to use this loader.

About

A markdown loader for Gilbert that will process frontmatter

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages