Adding Random Content Using Eleventy | Always Twisted
Shortcodes
CSS { In Real Life } | A Versatile Markdown Shortcode for Eleventy
A blog about CSS, front-end development, the web, and beyond.
How to pass a variable to a shortcode · Issue #298 · 11ty/eleventy
I'm trying to create a shortcode that needs to have in input variables eleventyConfig.addShortcode("twittershare", function(canonicalUrl, textToShare, viaName, hastagName) { return `&...
Using page variables in shortcodes · Issue #607 · 11ty/eleventy
Hi -- Is it possible to use page object variables inside a shortcode? I'm attempting to refactor the following njk block into a shortcode à la adamduncan/eleventy-shortcomps pattern: {%- for im...
reatlat/eleventy-plugin-phosphoricons: A flexible icon family for interfaces, diagrams, presentations — whatever, really.
A flexible icon family for interfaces, diagrams, presentations — whatever, really. - reatlat/eleventy-plugin-phosphoricons: A flexible icon family for interfaces, diagrams, presentations — whatever...
Eleventy Shortcomps
Shortcodes
Forging shortcodes,A blog devoted to Eleventy static site generator users,Useful tips to use Eleventy static site generator: site structure, content processing, build processing, assets minifying
Passing Object Arguments to Liquid Shortcodes in 11ty | Aleksandr Hovhannisyan
Currently, 11ty doesn't allow you to pass object arguments to shortcodes in Liquid. As a temporary workaround, you can assemble and parse a JSON string to pass along to the shortcode as an argument.