eleven_ty’s avatareleven_ty’s Twitter Archive—№ 1,397

  1. New community-contributed features coming in v0.10.0: @MikeRiethmuller added a configuration option to watch for changes in any arbitrary files and re-run Eleventy: eleventyConfig.addWatchTarget("./css") Thank you Mike!
    1. …in reply to @eleven_ty
      @MikeRiethmuller github.com/gloryofrobots added data hooks to add arbitrary data formats to Eleventy. For example, add support for yaml data formats in the Data Cascade: Global Data, Template/Directory Data Files. eleventyConfig.addDataExtension("yaml", contents => yaml.safeLoad(contents));