Skip to navigation Skip to main content
We The Protesters
Eleventy
Eleventy Documentation
Stable
2.0.1
Canary
3.0.0-alpha.9
Toggle Menu
Eleventy 5.81s
Nuxt 14.77s

Generator Image

Contents

A runtime service to return the image logo of the <meta name="generator"> used on any given web site. For example, if a web site is built with Eleventy, this service will return the image logo for 11ty.

Supports: 11ty / Eleventy, Hugo, Gatsby, WordPress, Silex, Jekyll, Docusaurus, Gridsome, VuePress, Hexo, Astro.

Usage Jump to heading

Image URLs have the format:

https://v1.generator.11ty.dev/image/:url/

Or json:

https://v1.generator.11ty.dev/json/:url/

Samples Jump to heading

Site Generator logo for 11ty.dev/ Site Generator logo for gatsbyjs.com/ Site Generator logo for astro.build/
<img
src="https://v1.generator.11ty.dev/image/https%3A%2F%2Fwww.11ty.dev%2F/"
alt="Site Generator logo for 11ty.dev/"
loading="lazy"
decoding="async"
width="40"
height="40"
/>

<img
src="https://v1.generator.11ty.dev/image/https%3A%2F%2Fwww.gatsbyjs.com%2F/"
alt="Site Generator logo for gatsbyjs.com/"
loading="lazy"
decoding="async"
width="40"
height="40"
/>

<img
src="https://v1.generator.11ty.dev/image/https%3A%2F%2Fastro.build%2F/"
alt="Site Generator logo for astro.build/"
loading="lazy"
decoding="async"
width="40"
height="40"
/>

From the Community


Other pages in API Services: