Skip to content
This repository has been archived by the owner on Nov 6, 2019. It is now read-only.
/ 11ty-yaml-data Public archive

Demo of Yaml Data with multiple documents and Markdown

Notifications You must be signed in to change notification settings

adamkiss/11ty-yaml-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yaml documents as a DB for 11ty - demo

This is just a quick demo for using Yaml (as multiple documents) & Markdown with 11ty.

Here is a loop over the database (in Handlebars.js):

{{#each db}}

{{title}}

{{{body}}}


{{/each}}

About

Demo of Yaml Data with multiple documents and Markdown

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published