eleventy-plugin-yamldata

0.1.1 • Public • Published

eleventy-plugin-yamldata

A plugin that allows yaml file as a local data file for template.

Installation

From github,

yarn add https://github.com/gwangyi/eleventy-plugin-yamldata

Open up your Eleventy config file (probably eleventy.js) and use addPlugin:

const pluginYamldata = require("eleventy-plugin-yamldata");
module.exports = function(eleventyConfig) {
    eleventyConfig.addPlugin(pluginYamldata);
};

Usage

Make a yaml file like filename.11tydata.yaml same as json/js data file.

Note

This plugin implemented by monkeypatching an internal class of eleventy. If internal classes of eleventy is changed so far, this plugin may not works.

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i eleventy-plugin-yamldata

    Weekly Downloads

    0

    Version

    0.1.1

    License

    MIT

    Unpacked Size

    3.09 kB

    Total Files

    4

    Last publish

    Collaborators

    • gwangyi