UNPKG

eleventy-plugin-embed-everything

Version:

An Eleventy plugin that allows you to quickly add common web embeds to markdown posts, using only their URLs

36 lines (34 loc) 529 B
/** * Valid plugins * ------------- * The definitive list of all plugins that _can_ be aggregated by this plugin. */ exports.validPlugins = [ "instagram", "mastodon", "openstreetmap", "soundcloud", "spotify", "ted", "tiktok", "twitch", "twitter", "vimeo", "youtube", ]; /** * Default plugins * --------------- * The list of all plugins that are active by default. */ exports.defaultPlugins = [ "instagram", "openstreetmap", "spotify", "ted", "tiktok", "twitch", "twitter", "vimeo", "youtube", ];