Aleksandr Hovhannisyan 14 posts
Author: ALEKSANDR HOVHANNISYAN (14 posts)
Dev tutorials, thoughts on software development, and the occasional essay.
2025
Generate a sourcemap and add it to Eleventy’s global data.
2024
After some recent incidents involving Netlify and Vercel, I decided to play it safe and move my website and another side project to Cloudflare.
Eleventy 3.0 adds a new API to optimize images anywhere on your site, without shortcodes.
In Eleventy 3.0, virtual templates enable plugin authors to publish and share dynamic templates.
2023
With eleventy-plugin-code-demo, you can easily add interactive HTML, CSS, and JavaScript code demos to your Eleventy site using Markdown.
2022
Use a single source template in 11ty Serverless to generate both a static and server-rendered page.
Expose useful information about your Eleventy build to all of your templates using global data.
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.
Ever wanted to nest Markdown in HTML? In 11ty, you can easily do this with paired shortcodes and a custom Markdown parser.
2021
Use global data in 11ty to create a single configuration for fonts that you can reference in your templates and CSS.
Tired of listing all of your Netlify redirects by hand? Generate them programmatically with a bit of 11ty templating magic!
An in-depth review of 11ty, an extensible static site generator written in Node that supports a variety of template languages.