15 posts by Aleksandr Hovhannisyan
2025
Generate a sourcemap and add it to Eleventy’s global data.
Aug 10, 2025
by Aleksandr Hovhannisyan (15 posts) · Website & RSS feed
Categories: Asset PipelinesCSS/SassConfigurationGlobal DataHow to...
2024
CAUTION
The posts below were published before the release of Eleventy v3.0.0 (Oct 1, 2024). Information in these posts may be out of date. The current stable release is 3.12.
After some recent incidents involving Netlify and Vercel, I decided to play it safe and move my website and another side project to Cloudflare.
Sep 15, 2024
by Aleksandr Hovhannisyan (15 posts) · Website & RSS feed
Categories: DeploymentHow to...
Eleventy 3.0 adds a new API to optimize images anywhere on your site, without shortcodes.
Sep 3, 2024
by Aleksandr Hovhannisyan (15 posts) · Website & RSS feed
Categories: ConfigurationImagesMarkdownPlugins
In Eleventy 3.0, virtual templates enable plugin authors to publish and share dynamic templates.
Jun 1, 2024
by Aleksandr Hovhannisyan (15 posts) · Website & RSS feed
Categories: ConfigurationFront MatterGlobal DataHow to...Plugins
2023
With eleventy-plugin-code-demo, you can easily add interactive HTML, CSS, and JavaScript code demos to your Eleventy site using Markdown.
Jul 30, 2023
by Aleksandr Hovhannisyan (15 posts) · Website & RSS feed
Categories: How to...
2022
CAUTION
The posts below were published before the release of Eleventy v2.0.0 (Feb 8, 2023). Information in these posts may be out of date. The current stable release is 3.12.
Learn how to reuse a single source template in 11ty Serverless to generate both a static and server-rendered page.
Sep 5, 2022
by Aleksandr Hovhannisyan (15 posts) · Website & RSS feed
Categories: ServerlessPermalinks
While imagery can enrich your content, it can also slow down your site if it’s not used responsibly. Learn how to use the official 11ty image plugin to create optimized and responsive images.
Jun 10, 2022
Expose useful information about your Eleventy build to all of your templates using global data.
May 31, 2022
by Aleksandr Hovhannisyan (15 posts) · Website & RSS feed
Categories: DeploymentHow to...
Extend Eleventy’s built-in filters with custom logic for these common use cases.
May 15, 2022
Sometimes, I prefer to compose text right in my browser and copy it over to my source files. In 11ty, we can enable this behind a keyboard shortcut in our development environment using environment variables.
May 5, 2022
by Aleksandr Hovhannisyan (15 posts) · Website & RSS feed
Categories: How to...
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.
Mar 17, 2022
by Aleksandr Hovhannisyan (15 posts) · Website & RSS feed
Categories: How to...
Ever wanted to nest Markdown in HTML? In 11ty, you can easily do this with paired shortcodes and a custom Markdown library parser.
Mar 3, 2022
by Aleksandr Hovhannisyan (15 posts) · Website & RSS feed
Categories: How to...
2021
CAUTION
The posts below were published before the release of Eleventy v1.0.0 (Jan 9, 2022). Information in these posts may be out of date. The current stable release is 3.12.
Use global data in 11ty to create a single configuration for fonts that you can reference in your templates and CSS.
Nov 14, 2021
by Aleksandr Hovhannisyan (15 posts) · Website & RSS feed
Categories: Global DataHow to...
Tired of listing all of your Netlify redirects by hand? Generate them programmatically with a bit of 11ty templating magic!
Aug 8, 2021
by Aleksandr Hovhannisyan (15 posts) · Website & RSS feed
Categories: How to...
An in-depth review of 11ty, an extensible static site generator written in Node that supports a variety of template languages.
Jun 3, 2021
by Aleksandr Hovhannisyan (15 posts) · Website & RSS feed
Categories: Why Eleventy?