Aleksandr Hovhannisyan 14 posts
Dev tutorials, thoughts on software development, and the occasional essay.Dev tutorials, thoughts on software development, and the occasional essay.
2025
Cache-Busting Assets in Eleventy
Generate a sourcemap and add it to Eleventy’s global data.
2024
I Moved to Cloudflare
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 Images Just Got Better
Eleventy 3.0 adds a new API to optimize images anywhere on your site, without shortcodes.
Virtual Templates in Eleventy
In Eleventy 3.0, virtual templates enable plugin authors to publish and share dynamic templates.
2023
Interactive HTML Code Demos in Eleventy
With eleventy-plugin-code-demo, you can easily add interactive HTML, CSS, and JavaScript code demos to your Eleventy site using Markdown.
2022
11ty Serverless and Object Permalinks: Hybrid Rendering
Use a single source template in 11ty Serverless to generate both a static and server-rendered page.
Add Build Info to an 11ty Site
Expose useful information about your Eleventy build to all of your templates using global data.
Custom Markdown Components in 11ty
Ever wanted to nest Markdown in HTML? In 11ty, you can easily do this with paired shortcodes and a custom Markdown parser.
2021
Configuring Web Fonts in 11ty with Global Data
Use global data in 11ty to create a single configuration for fonts that you can reference in your templates and CSS.
Automate Netlify Redirects in 11ty
Tired of listing all of your Netlify redirects by hand? Generate them programmatically with a bit of 11ty templating magic!
11ty: The Good, the Bad, and the... Possum?
An in-depth review of 11ty, an extensible static site generator written in Node that supports a variety of template languages.