11 posts by Aleksandr Hovhannisyan
Interactive HTML Code Demos in Eleventy
With eleventy-plugin-code-demo, you can easily add interactive HTML, CSS, and JavaScript code demos...
Aleksandr Hovhannisyan · Jul 30, 2023
Categories: How to...
11ty Serverless and Object Permalinks: Hybrid Rendering
Learn how to reuse a single source template in 11ty Serverless to generate both a static and...
Aleksandr Hovhannisyan · Sep 5, 2022
Categories: Serverless
Optimizing Images with the 11ty Image Plugin
While imagery can enrich your content, it can also slow down your site if it's not used responsibly....
Aleksandr Hovhannisyan · Jun 10, 2022
Add Build Info to an 11ty Site
Expose information about your 11ty site at build time to all templates using global data. Among...
Aleksandr Hovhannisyan · May 31, 2022
Categories: Deployment How to...
One of my favorite things about 11ty is its flexibility and how easily you can customize your chosen...
Aleksandr Hovhannisyan · May 15, 2022
Sometimes, I prefer to compose text right in my browser and copy it over to my source files. In...
Aleksandr Hovhannisyan · May 5, 2022
Categories: How to...
Passing Object Arguments to Liquid Shortcodes in 11ty
Currently, 11ty doesn't allow you to pass object arguments to shortcodes in Liquid. As a temporary...
Aleksandr Hovhannisyan · Mar 17, 2022
Categories: How to...
Custom Markdown Components in 11ty
Ever wanted to nest Markdown in HTML? In 11ty, you can easily do this with paired shortcodes and a...
Aleksandr Hovhannisyan · Mar 3, 2022
Categories: How to...
Configuring Web Fonts in 11ty with Global Data
Rather than using static font-face declarations for web fonts, you can take advantage of global data...
Aleksandr Hovhannisyan · Nov 14, 2021
Categories: Global Data How to...
Automate Netlify Redirects in 11ty
Tired of listing all of your Netlify redirects by hand? Generate them programmatically with a bit of...
Aleksandr Hovhannisyan · Aug 8, 2021
Categories: How to...
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...
Aleksandr Hovhannisyan · Jun 3, 2021
Categories: Why Eleventy?