├── .nvmrc
├── src
├── api
│ ├── api.json
│ ├── fundraising-status.11ty.js
│ ├── starters.11ty.js
│ └── urls.11ty.js
├── imports
│ ├── imports.json
│ ├── facepile.njk
│ └── supporters.njk
├── blog
│ ├── fa.png
│ ├── fa-2.png
│ ├── espbn.png
│ ├── sevenmil.jpg
│ ├── six-million.jpg
│ ├── twomillion.png
│ ├── eight-million.jpg
│ ├── sevenmilgraph.png
│ ├── jamstack-2020-results.png
│ ├── blog.json
│ ├── 2020-10-15-state-of-eleventy-2020.md
│ ├── 2021-10-08-state-of-eleventy-2021.md
│ ├── 2022-02-18-youtube-channel.md
│ ├── 2023-11-29-static-feedback.md
│ ├── 2020-08-10-discord.md
│ ├── 2022-11-23-state-of-js.md
│ ├── 2024-10-17-wikipedia.md
│ ├── 2020-06-15-jsnation-osawards-2020.md
│ ├── 2022-11-28-state-of-eleventy-2022.md
│ ├── 2022-04-22-three-million.md
│ ├── 2021-09-03-2million.md
│ ├── 2020-08-11-mit.md
│ ├── 2025-01-13-certification.md
│ └── 2025-01-13-certification-result.md
├── favicon.ico
├── img
│ ├── possum.jpg
│ ├── possum.png
│ ├── logos
│ │ ├── webc.png
│ │ └── markdown.svg
│ ├── orgs
│ │ ├── cern.png
│ │ ├── netlify.png
│ │ └── css-tricks.png
│ ├── possum-sm.png
│ ├── eric-possum.png
│ ├── mascots
│ │ ├── cat.jpg
│ │ ├── geri.png
│ │ ├── phineas.png
│ │ ├── possum.jpg
│ │ ├── lynn-fisher.png
│ │ └── phineas-ben-facemask--v46-edited_FINAL-1.webp
│ ├── possum-geri.png
│ ├── default-avatar.png
│ ├── possum-balloon-original.png
│ ├── possum-balloon-original.webp
│ ├── plugins
│ │ └── image
│ │ │ ├── 6dfd7ac6-300.jpeg
│ │ │ └── 6dfd7ac6-300.webp
│ └── possum-balloon-original-sm.png
├── _includes
│ ├── components
│ │ ├── html-fetch.webc
│ │ ├── lists.webc
│ │ ├── facepile.webc
│ │ ├── eleventy-version.webc
│ │ ├── code.webc
│ │ ├── number-flag.webc
│ │ ├── possum.webc
│ │ ├── direct-links.css
│ │ ├── emoji.webc
│ │ ├── sites-list.webc
│ │ ├── indieweb-avatar.webc
│ │ ├── disabled-form.js
│ │ ├── truncate.css
│ │ ├── testimonials.css
│ │ ├── text-throbber.webc
│ │ ├── throbber.css
│ │ ├── copy-button-id-assignment.js
│ │ ├── layout.css
│ │ ├── subhed.css
│ │ ├── bundle.webc
│ │ ├── grid-layout.css
│ │ ├── testimonials-list.webc
│ │ ├── flex-luthor.webc
│ │ ├── giant-docs-button-subtext.webc
│ │ ├── node-minimum.webc
│ │ ├── styleguide.css
│ │ ├── quicktips.css
│ │ ├── opengraph-card.css
│ │ ├── possum.css
│ │ ├── possum-home.css
│ │ ├── inline-code.css
│ │ └── business-network.css
│ ├── snippets
│ │ ├── layout-chaining
│ │ │ └── mainlayout.njk
│ │ ├── pagination
│ │ │ ├── paged-array.njk
│ │ │ ├── nav
│ │ │ │ ├── starter.njk
│ │ │ │ ├── starter.liquid
│ │ │ │ ├── starter.cjs
│ │ │ │ ├── starter.js
│ │ │ │ ├── nextprev.njk
│ │ │ │ ├── firstlast.njk
│ │ │ │ ├── nextprev.cjs
│ │ │ │ ├── nextprev.js
│ │ │ │ ├── firstlast.cjs
│ │ │ │ └── firstlast.js
│ │ │ ├── paged-array.cjs
│ │ │ └── paged-array.js
│ │ ├── layouts
│ │ │ └── mylayout.njk
│ │ └── esmCjsTabs.njk
│ ├── edit-on-github.njk
│ ├── supporter-benefits.njk
│ ├── webc-attribute-guide.njk
│ ├── image-usage.njk
│ ├── layouts
│ │ └── quicktips.njk
│ ├── star-on-github.njk
│ └── community-contributed.njk
├── docs
│ ├── migrate
│ │ └── migrate.json
│ ├── plugins
│ │ ├── plugins.11tydata.json
│ │ ├── link-getbundle.md
│ │ ├── link-getbundlefileurl.md
│ │ └── retired.md
│ ├── services
│ │ └── services.11tydata.json
│ ├── sidebar-docs.md
│ ├── sidebar-ecosystem.md
│ ├── sidebar-learn.md
│ ├── local-installation.md
│ ├── sidebar-navigation.md
│ ├── sidebar-community.md
│ ├── sidebar-template-features.md
│ ├── sidebar-get-started.md
│ ├── sites.md
│ ├── sidebar-conference.md
│ ├── sidebar-meetup.md
│ ├── sidebar-why.md
│ ├── advanced.md
│ ├── sidebar-11tybundle.md
│ ├── services.md
│ ├── docs.11tydata.js
│ ├── projects.md
│ ├── quicktips
│ │ ├── draft-posts.md
│ │ └── quicktips.json
│ ├── testimonials.md
│ ├── quicktips.md
│ ├── plugins.md
│ ├── languages
│ │ └── jstl.md
│ ├── data-preprocessing.md
│ ├── data.md
│ └── leaderboards-add.md
├── _data
│ ├── externalLinks.js
│ ├── plugins
│ │ ├── eleventy-plugin-babel.json
│ │ ├── eleventy-plugin-sass.json
│ │ ├── eleventy-hast-jsx.json
│ │ ├── npm_info.json
│ │ ├── eleventy-load.json
│ │ ├── eleventy-plugin-lazyimages.json
│ │ ├── eleventy-sass.json
│ │ ├── eleventy-i18n.json
│ │ ├── eleventy-multisite.json
│ │ ├── eleventy-plugin-mathjax.json
│ │ ├── eleventy-plugin-pwa.json
│ │ ├── eleventy-plugin-typeset.json
│ │ ├── eleventy-plugin-asciidoc.json
│ │ ├── eleventy-plugin-helmet.json
│ │ ├── eleventy-postcss-extension.json
│ │ ├── wikity.json
│ │ ├── eleventy-plugin-poison.json
│ │ ├── eleventy-plugin-purgecss.json
│ │ ├── eleventy-plugin-tinyhtml.json
│ │ ├── eleventy-plugin-ids.json
│ │ ├── eleventy-plugin-postcss.json
│ │ ├── eleventy-plugin-tinycss.json
│ │ ├── eleventy-plugin-tinysvg.json
│ │ ├── eleventy-plugin-toc.json
│ │ ├── eleventy-plugin-vento.json
│ │ ├── eleventy-plugin-backlinks.json
│ │ ├── eleventy-plugin-drawio.json
│ │ ├── eleventy-plugin-embed-itch-io.json
│ │ ├── eleventy-plugin-ghost.json
│ │ ├── eleventy-plugin-ignore.json
│ │ ├── eleventy-plugin-intl-utils.json
│ │ ├── eleventy-plugin-nesting-toc.json
│ │ ├── eleventy-plugin-org.json
│ │ ├── eleventy-plugin-reader-bar.json
│ │ ├── eleventy-plugin-sitemap.json
│ │ ├── eleventy-favicon.json
│ │ ├── eleventy-plugin-html-validate.json
│ │ ├── eleventy-plugin-hubspot.json
│ │ ├── eleventy-plugin-json-feed.json
│ │ ├── eleventy-plugin-robotstxt.json
│ │ ├── eleventy-plugin-tailwindcss.json
│ │ ├── eleventy-critical-css.json
│ │ ├── eleventy-plugin-link_to.json
│ │ ├── eleventy-plugin-pdfembed.json
│ │ ├── eleventy-plugin-reading-time.json
│ │ ├── eleventy-plugin-tag-cloud.json
│ │ ├── eleventy-plugin-vidyard.json
│ │ ├── eleventy-xml-plugin.json
│ │ ├── eleventy-plugin-directus.json
│ │ ├── eleventy-plugin-emoji.json
│ │ ├── eleventy-plugin-external-links.json
│ │ ├── eleventy-plugin-heroicons.json
│ │ ├── eleventy-plugin-icons.json
│ │ ├── eleventy-plugin-respimg.json
│ │ ├── eleventy-plugin-schema.json
│ │ ├── eleventy-plugin-sharp.json
│ │ ├── eleventy-plugin-unified.json
│ │ ├── eleventy-plugin-footnotes.json
│ │ ├── eleventy-plugin-inline-link-favicon.json
│ │ ├── eleventy-plugin-markdown-shortcode.json
│ │ ├── eleventy-plugin-plantuml.json
│ │ ├── eleventy-plugin-podcaster.json
│ │ ├── eleventy-plugin-twig.json
│ │ ├── eleventy-nbsp-filter.json
│ │ ├── eleventy-njk-unpkg-inliner.json
│ │ ├── eleventy-plugin-cache-buster.json
│ │ ├── eleventy-plugin-code-highlighter.json
│ │ ├── eleventy-plugin-git-commit-date.json
│ │ ├── eleventy-plugin-mtos.json
│ │ ├── eleventy-plugin-remark.json
│ │ ├── eleventy-plugin-parcel.json
│ │ ├── eleventy-plugin-react-ssr.json
│ │ ├── eleventy-plugin-recent-changes.json
│ │ ├── eleventy-plugin-time-to-read.json
│ │ ├── eleventy-plugin-unfurl.json
│ │ ├── eleventy-plugin-ancestry.json
│ │ ├── eleventy-plugin-atlasicons.json
│ │ ├── eleventy-plugin-pwa-v2.json
│ │ ├── eleventy-plugin-rollup.json
│ │ ├── eleventy-plugin-sass-language.json
│ │ ├── eleventy-plugin-social-img.json
│ │ ├── eleventy-plugin-torchlight.json
│ │ ├── eleventy-plugin-broken-links.json
│ │ ├── eleventy-plugin-feathericons.json
│ │ ├── eleventy-plugin-llms.json
│ │ ├── eleventy-plugin-shopify.json
│ │ ├── eleventy-plugin-webmentions.json
│ │ ├── eleventy-filter-npm-package-downloads.json
│ │ ├── eleventy-plugin-calendar.json
│ │ ├── eleventy-plugin-cloudinary.json
│ │ ├── eleventy-plugin-code-demo.json
│ │ ├── eleventy-plugin-plausible.json
│ │ ├── eleventy-plugin-validate.json
│ │ ├── eleventy-google-fonts.json
│ │ ├── eleventy-img-helper.json
│ │ ├── eleventy-plugin-edit-on-github.json
│ │ ├── eleventy-plugin-embed-everything.json
│ │ ├── eleventy-plugin-i18n.json
│ │ ├── eleventy-plugin-mastoarchive.json
│ │ ├── eleventy-plugin-metagen.json
│ │ ├── eleventy-plugin-netlify-redirects.json
│ │ ├── eleventy-plugin-phosphoricons.json
│ │ ├── eleventy-plugin-umami.json
│ │ ├── eleventy-plugin-i18n-gettext.json
│ │ ├── eleventy-plugin-lucide-icons.json
│ │ ├── eleventy-plugin-automatic-noopener.json
│ │ ├── eleventy-plugin-fortawesome-brands-shortcode.json
│ │ ├── eleventy-plugin-github-repos.json
│ │ ├── eleventy-plugin-injector.json
│ │ ├── eleventy-plugin-og-image.json
│ │ ├── eleventy-plugin-social-share-card-generator.json
│ │ ├── eleventy-plugin-clean-urls.json
│ │ ├── eleventy-plugin-code-style-hooks.json
│ │ ├── eleventy-plugin-find.json
│ │ ├── eleventy-plugin-classnames.json
│ │ ├── eleventy-plugin-dart-sass.json
│ │ ├── eleventy-plugin-file-list.json
│ │ ├── eleventy-plugin-fortawesome-regular-shortcode.json
│ │ ├── eleventy-plugin-target-safe.json
│ │ ├── eleventy-plugin-add-remote-data.json
│ │ ├── eleventy-plugin-code-blocks.json
│ │ ├── eleventy-plugin-furigana.json
│ │ ├── eleventy-plugin-sharp-respimg.json
│ │ ├── eleventy-plugin-svg-sprite.json
│ │ ├── eleventy-plugin-add-web-component-definitions.json
│ │ ├── eleventy-plugin-yamldata.json
│ │ ├── eleventy-plugin-page-assets.json
│ │ ├── eleventy-plugin-sharp-respfigure.json
│ │ ├── eleventy-cache-webmentions.json
│ │ ├── eleventy-plugin-fstack.json
│ │ ├── eleventy-plugin-social-image.json
│ │ ├── eleventy-plugin-responsive-images.json
│ │ ├── eleventy-plugin-emoji-readtime.json
│ │ ├── eleventy-plugin-post-stats.json
│ │ ├── eleventy-plugin-redirects.json
│ │ ├── eleventy-plugin-gen-favicons.json
│ │ ├── eleventy-plugin-green-links.json
│ │ ├── markdown-it-eleventy-img.json
│ │ ├── eleventy-plugin-slide-decks.json
│ │ ├── eleventy-plugin-images-responsiver.json
│ │ ├── eleventy-plugin-embedded-demos.json
│ │ ├── eleventy-plugin-img2picture.json
│ │ ├── eleventy-plugin-speculation-rules.json
│ │ ├── eleventy-plugin-future-post.json
│ │ ├── eleventy-img-magnifier
│ │ └── readme.md
│ ├── community
│ │ ├── quicktips-11tyrocks.js
│ │ ├── quicktips-11tyrecipes.js
│ │ ├── quicktips-bnijenhuis.js
│ │ ├── i18n-adamduncan.js
│ │ ├── collections-darek_kay.js
│ │ ├── collections-pborenstein.js
│ │ ├── i18n-snapstromegon.js
│ │ ├── i18n-snugug.js
│ │ ├── api-sparkline-zachleat.js
│ │ ├── data-thegreengreek.js
│ │ ├── i18n-multilingual.js
│ │ ├── collections-custom-categories-ovlb.js
│ │ ├── image-zachleat.js
│ │ ├── data-airtable-superterrific.js
│ │ ├── datacascade-bendmyers.js
│ │ ├── plugins-brob.js
│ │ ├── collections-joshcanhelp.js
│ │ ├── image-hovhadovah.js
│ │ ├── plugins-organize-config.js
│ │ ├── api-avatar-zachleat.js
│ │ ├── image-brycewraytx.js
│ │ ├── javascript-willmartian.js
│ │ ├── api-opengraph-zachleat.js
│ │ ├── data-flatdata.js
│ │ ├── serverless-someantics.js
│ │ ├── quicktips-headinglevels-superterrific.js
│ │ ├── i18n-language-switcher.js
│ │ ├── i18n-lene-guide.js
│ │ ├── api-screenshots-zachleat.js
│ │ ├── dropinblog-eleventy.js
│ │ ├── global-data-tannerdolby.js
│ │ ├── i18n-snugug-smashingmag.js
│ │ ├── quicktips-ghostmode-superterrific.js
│ │ ├── serverless-color-converter.js
│ │ ├── serverless-madlibs.js
│ │ └── serverless-search.js
│ ├── starters
│ │ ├── 1y.json
│ │ ├── jam11ty.json
│ │ ├── pugsum.json
│ │ ├── 11straps.json
│ │ ├── eleventy-bookmarklet.json
│ │ ├── 11ty-sensible.json
│ │ ├── deventy.json
│ │ ├── 11ty-Ted2xmen-blog.json
│ │ ├── tea-stack.json
│ │ ├── kailoon.json
│ │ ├── once.json
│ │ ├── wisp.json
│ │ ├── 11ty-Eleventree.json
│ │ ├── 11ty-covers.json
│ │ ├── 11ty-eddy.json
│ │ ├── 11ty-encore.json
│ │ ├── cool11ty.json
│ │ ├── journa11ty.json
│ │ ├── mu.json
│ │ ├── thisis.json
│ │ ├── tufte.json
│ │ ├── 11ty-brutalism.json
│ │ ├── 11ty-strawberry.json
│ │ ├── airleventy.json
│ │ ├── brook.json
│ │ ├── cuteblog11ty.json
│ │ ├── eleventy-site.json
│ │ ├── elf.json
│ │ ├── jace-ty.json
│ │ ├── tai11s.json
│ │ ├── basic-project.json
│ │ ├── eleventonia.json
│ │ ├── the-universal-theme.json
│ │ ├── 11r.json
│ │ ├── 11ty-clean-blog.json
│ │ ├── journal.json
│ │ ├── portfoliodevbkr.json
│ │ ├── twcarty.json
│ │ ├── 11ty-SASS.json
│ │ ├── 11ty-bulma-starter.json
│ │ ├── 11ty-collected-notes.json
│ │ ├── 11ty-neobrutalist.json
│ │ ├── 11ty-notes.json
│ │ ├── 11ty-shining
│ │ ├── 11tyAI.json
│ │ ├── minimalism_blog.json
│ │ ├── skeleventy.json
│ │ ├── 11ty-long-reads.json
│ │ ├── 11ty-research.json
│ │ ├── agency11ty.json
│ │ ├── elevento.json
│ │ ├── eleventy-webpack.json
│ │ ├── bootstrap11ty.json
│ │ ├── eleventy-markdown-prime.json
│ │ ├── fruits-express.json
│ │ ├── nonplain-11ty-starter.json
│ │ ├── vredeburg.json
│ │ ├── 11st-starter-kit.json
│ │ ├── 11ty-blog-starter.json
│ │ ├── landingpage11ty.json
│ │ ├── yaes.json
│ │ ├── yatas.json
│ │ ├── 11ty-landing-page.json
│ │ ├── 11ty-starter.json
│ │ ├── blue-rose.json
│ │ ├── eleventastic.json
│ │ ├── eleventy-blog-mnml.json
│ │ ├── eleventy-react.json
│ │ ├── halide.json
│ │ ├── jet.json
│ │ ├── 11ty-zuixjs.json
│ │ ├── 11tyshop.json
│ │ ├── captains-log.json
│ │ ├── docs11ty.json
│ │ ├── eleventy-wcag-reporter.json
│ │ ├── mobile11ty.json
│ │ ├── polyglot-tech-blog.json
│ │ ├── simple-journal.json
│ │ ├── smix.json
│ │ ├── twenty-ninety.json
│ │ ├── windty.json
│ │ ├── 11ty-Serene.json
│ │ ├── 11ty-blog-njk-starter.json
│ │ ├── 11ty-nostrils.json
│ │ ├── 11ty-sass-images-seo.json
│ │ ├── car11ty.json
│ │ ├── eleventy-plus-vite.json
│ │ ├── eleventy-skeleton.json
│ │ ├── 11ty-twind.json
│ │ ├── blogs11ty-tinacms.json
│ │ ├── elevenpack.json
│ │ ├── eleventy-starter-ghost.json
│ │ ├── microsite.json
│ │ ├── 11ty-minimal-developer.json
│ │ ├── 11ty-resume-template.json
│ │ ├── dockar.json
│ │ ├── eleventy-garden.json
│ │ ├── huwindty.json
│ │ ├── monochrome11ty.json
│ │ ├── nulite.json
│ │ ├── text11ty.json
│ │ ├── 11ty-hbs-webpack.json
│ │ ├── chobble-template.json
│ │ ├── cloudcannon11ty-blog-starter.json
│ │ ├── eleventy-i18n.json
│ │ ├── eleventy-portway.json
│ │ ├── link-in-bio-11ty.json
│ │ ├── zeropoint.json
│ │ ├── 11ty-feedback.json
│ │ ├── 11ty-portfolio-starter.json
│ │ ├── 11ty-zones.json
│ │ ├── eleventy-fylgja.json
│ │ ├── til-blog.json
│ │ ├── tisot-blog-starter.json
│ │ ├── 11ty-plain-bootstrap5.json
│ │ ├── 11ty-gallery.json
│ │ ├── beginnersBase11ty.json
│ │ ├── eleventy-dot-js-blog.json
│ │ ├── 11ta.json
│ │ ├── 11ty-blog-vanilla.json
│ │ ├── 11ty-innovative-intro.json
│ │ ├── eleventyone.json
│ │ ├── roxo-eleventy.json
│ │ ├── spacebook.json
│ │ ├── teatime-starter.json
│ │ ├── 11ty-midnight.json
│ │ ├── 11ty-no-style-please.json
│ │ ├── eleventy-libdoc.json
│ │ ├── eleventy-web-starter.json
│ │ ├── miayam.json
│ │ ├── 11ty-netlify-jumpstart.json
│ │ ├── 7ty.json
│ │ ├── agencykit-11ty-starter.json
│ │ ├── eleventy-esm-minimal
│ │ ├── eleventy-neat-starter.json
│ │ ├── eleventy-starter-typescript.json
│ │ ├── fundamenty.json
│ │ ├── my-online-cookbook.json
│ │ ├── wp-11ty.json
│ │ ├── eleventy-chirpy-blog-template.json
│ │ ├── eleventy-google-docs-starter.json
│ │ ├── eleventy-kickstart-blog.json
│ │ ├── 11ty-academic-blog.json
│ │ ├── elva.json
│ │ ├── eleventy-base-blog.json
│ │ ├── eleventy-agile-blog.json
│ │ ├── eleventy-excellent.json
│ │ ├── eleventy-sanity-blog-boilerplate.json
│ │ ├── eleventy-stylus-blog-theme.json
│ │ ├── supermaya.json
│ │ ├── 11ty-liquid-live-preview.json
│ │ ├── 11tyby.json
│ │ ├── eleventy-classic-blog-starter.json
│ │ ├── twelvety.json
│ │ ├── 11ty-get-going.json
│ │ ├── eleventy-high-performance-blog.json
│ │ ├── eleventy-tailwind-template.json
│ │ ├── hella-simple.json
│ │ ├── pack11ty.json
│ │ ├── bootstrap-starter-kit.json
│ │ ├── eleventy-duo.json
│ │ ├── eleventy-filter-coffee-starter.json
│ │ ├── eleventy-shortcomps.json
│ │ ├── epic-css.json
│ │ ├── 11ty-tailscript.json
│ │ ├── 11ty-Contentful-Photo-Gallery.json
│ │ ├── hylia.json
│ │ ├── eleventy-netlify-boilerplate.json
│ │ ├── frontenso-11ty-starter.json
│ │ ├── 1st_full_blogging_template.json
│ │ ├── eleventy-AgilityCMS-Starter-Blog.json
│ │ ├── eleventy-starter-boilerplate.json
│ │ ├── grease.json
│ │ ├── 11ty-not-so-minimal-blog-starter.json
│ │ ├── 11ty-Contentful-Starter.json
│ │ └── eleventy-solo-starter-njk.json
│ ├── demos
│ │ ├── object-fit-focal-point.js
│ │ ├── rainglow.js
│ │ ├── uniclode.js
│ │ ├── api-explorer.js
│ │ ├── eleventy-serverless-color-contrast.js
│ │ └── eleventy-serverless-demo.js
│ └── config.js
├── css
│ └── fonts
│ │ ├── BenchNine-Bold.ttf
│ │ ├── BenchNine-Light.ttf
│ │ ├── BenchNine-Regular.ttf
│ │ ├── RobotoMono-Regular.ttf
│ │ ├── BenchNine-Bold-kern-latin.woff2
│ │ ├── RobotoMono-Regular-kern-latin.woff2
│ │ └── RobotoMono-Regular-kern-latinext.woff2
├── mascot.njk
├── speedlify
│ └── link-leaderboards.md
├── firehose-feed.11ty.js
└── js
│ └── eleventy-js.njk
├── .eleventyignore
├── .git-blame-ignore-revs
├── .prettierignore
├── config
├── cleanAuthorName.js
├── object-has.js
└── bundleJavaScript.js
├── .gitignore
├── .editorconfig
└── README.md
/.nvmrc:
--------------------------------------------------------------------------------
1 | 24
--------------------------------------------------------------------------------
/src/api/api.json:
--------------------------------------------------------------------------------
1 | {
2 | "excludeFromSearch": true
3 | }
--------------------------------------------------------------------------------
/src/imports/imports.json:
--------------------------------------------------------------------------------
1 | {
2 | "excludeFromSearch": true
3 | }
--------------------------------------------------------------------------------
/.eleventyignore:
--------------------------------------------------------------------------------
1 | .github
2 | _cache
3 | README.md
4 | src/docs/images.webc
--------------------------------------------------------------------------------
/src/blog/fa.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11ty/11ty-website/main/src/blog/fa.png
--------------------------------------------------------------------------------
/src/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11ty/11ty-website/main/src/favicon.ico
--------------------------------------------------------------------------------
/src/blog/fa-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11ty/11ty-website/main/src/blog/fa-2.png
--------------------------------------------------------------------------------
/src/blog/espbn.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11ty/11ty-website/main/src/blog/espbn.png
--------------------------------------------------------------------------------
/src/img/possum.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11ty/11ty-website/main/src/img/possum.jpg
--------------------------------------------------------------------------------
/src/img/possum.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11ty/11ty-website/main/src/img/possum.png
--------------------------------------------------------------------------------
/src/_includes/components/html-fetch.webc:
--------------------------------------------------------------------------------
1 |
2 |
with Prism.js"
5 | }
--------------------------------------------------------------------------------
/src/_data/plugins/eleventy-plugin-git-commit-date.json:
--------------------------------------------------------------------------------
1 | {
2 | "npm": "eleventy-plugin-git-commit-date",
3 | "author": "saneef",
4 | "description": "to get recent Git commit time of a file, or an Eleventy collection."
5 | }
--------------------------------------------------------------------------------
/src/_data/plugins/eleventy-plugin-mtos.json:
--------------------------------------------------------------------------------
1 | {
2 | "npm": "eleventy-plugin-mtos",
3 | "author": "satireven",
4 | "description": "A plugin for Eleventy that turns your site into a single page application."
5 | }
6 |
--------------------------------------------------------------------------------
/src/_data/plugins/eleventy-plugin-remark.json:
--------------------------------------------------------------------------------
1 | {
2 | "npm": "@fec/eleventy-plugin-remark",
3 | "description": "Process Markdown files with Remark and use Remark plugins to add new features to your Markdown."
4 | }
5 |
--------------------------------------------------------------------------------
/src/_data/community/collections-darek_kay.js:
--------------------------------------------------------------------------------
1 | export default {
2 | url: "https://darekkay.com/blog/eleventy-group-posts-by-year/",
3 | author: "darek_kay",
4 | title: "Group posts by year",
5 | key: "collections",
6 | };
7 |
--------------------------------------------------------------------------------
/src/_data/community/collections-pborenstein.js:
--------------------------------------------------------------------------------
1 | export default {
2 | url: "https://www.pborenstein.dev/posts/collections/",
3 | author: "pborenstein",
4 | title: "Working with Collections",
5 | key: "collections",
6 | };
7 |
--------------------------------------------------------------------------------
/src/_data/community/i18n-snapstromegon.js:
--------------------------------------------------------------------------------
1 | export default {
2 | url: "https://www.hoeser.dev/blog/2022-07-08-i18n-urls/",
3 | author: "Snapstromegon",
4 | title: "Internationalization of URLs",
5 | key: "i18n",
6 | };
7 |
--------------------------------------------------------------------------------
/src/_data/community/i18n-snugug.js:
--------------------------------------------------------------------------------
1 | export default {
2 | url: "https://www.npmjs.com/package/eleventy-plugin-i18n-helpers",
3 | author: "snugug",
4 | title: "eleventy-plugin-i18n-helpers",
5 | key: "i18n-plugin",
6 | };
7 |
--------------------------------------------------------------------------------
/src/_data/plugins/eleventy-plugin-parcel.json:
--------------------------------------------------------------------------------
1 | {
2 | "npm": "@kitschpatrol/eleventy-plugin-parcel",
3 | "author": "kitschpatrol",
4 | "description": "Integrates the Parcel build tool and dev server with Eleventy."
5 | }
6 |
--------------------------------------------------------------------------------
/src/_data/plugins/eleventy-plugin-react-ssr.json:
--------------------------------------------------------------------------------
1 | {
2 | "npm": "eleventy-plugin-react-ssr",
3 | "author": "@scinos",
4 | "description": "Write your static content using React SSR (JSX) and transform it using Babel"
5 | }
--------------------------------------------------------------------------------
/src/_data/plugins/eleventy-plugin-recent-changes.json:
--------------------------------------------------------------------------------
1 | {
2 | "npm": "eleventy-plugin-recent-changes",
3 | "author": "defaced",
4 | "description": "will generate a collection containing your recent commit history."
5 | }
6 |
--------------------------------------------------------------------------------
/src/_data/plugins/eleventy-plugin-time-to-read.json:
--------------------------------------------------------------------------------
1 | {
2 | "npm": "eleventy-plugin-time-to-read",
3 | "author": "jkc_codes",
4 | "description": "A reading time calculator supporting output in hundreds of languages."
5 | }
--------------------------------------------------------------------------------
/src/_data/plugins/eleventy-plugin-unfurl.json:
--------------------------------------------------------------------------------
1 | {
2 | "npm": "eleventy-plugin-unfurl",
3 | "author": "DavidDarnes",
4 | "description": "Unfurl links into rich 'cards', as seen in places like Slack and Twitter"
5 | }
6 |
--------------------------------------------------------------------------------
/src/_includes/components/emoji.webc:
--------------------------------------------------------------------------------
1 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/src/_data/community/api-sparkline-zachleat.js:
--------------------------------------------------------------------------------
1 | export default {
2 | url: "https://www.zachleat.com/web/sparklines/",
3 | author: "zachleat",
4 | title: "Every Fire Needs a Sparkline",
5 | key: "api-services-sparkline",
6 | };
7 |
--------------------------------------------------------------------------------
/src/_data/community/data-thegreengreek.js:
--------------------------------------------------------------------------------
1 | export default {
2 | url: "https://sia.codes/posts/architecting-data-in-eleventy/",
3 | author: "TheGreenGreek",
4 | title: "Architecting data in Eleventy",
5 | key: "data",
6 | };
7 |
--------------------------------------------------------------------------------
/src/_data/plugins/eleventy-plugin-ancestry.json:
--------------------------------------------------------------------------------
1 | {
2 | "npm": "@tigersway/eleventy-plugin-ancestry",
3 | "author": "tigerswaynet",
4 | "description": "Real hierarchical navigation, following folders and documents."
5 | }
6 |
--------------------------------------------------------------------------------
/src/_data/plugins/eleventy-plugin-atlasicons.json:
--------------------------------------------------------------------------------
1 | {
2 | "npm": "eleventy-plugin-atlasicons",
3 | "author": "reatlat",
4 | "description": "The shortcode enables the embedding of atlas-icons as inline SVG icons into templates."
5 | }
--------------------------------------------------------------------------------
/src/_data/plugins/eleventy-plugin-pwa-v2.json:
--------------------------------------------------------------------------------
1 | {
2 | "npm": "eleventy-plugin-pwa-v2",
3 | "author": "lwojcik",
4 | "description": "generates PWA service worker using Google Workbox v6, compatible with Eleventy 2.0 and up"
5 | }
6 |
--------------------------------------------------------------------------------
/src/_data/plugins/eleventy-plugin-rollup.json:
--------------------------------------------------------------------------------
1 | {
2 | "npm": "eleventy-plugin-rollup",
3 | "author": "Snapstromegon",
4 | "description": "Allows you to build js bundles directly from your templates using rollup."
5 | }
6 |
--------------------------------------------------------------------------------
/src/_data/plugins/eleventy-plugin-sass-language.json:
--------------------------------------------------------------------------------
1 | {
2 | "npm": "@grimlink/eleventy-plugin-sass",
3 | "author": "grimlink",
4 | "description": "Simple 11ty config wrapper, for running Sass directly as custom template"
5 | }
6 |
--------------------------------------------------------------------------------
/src/_data/plugins/eleventy-plugin-social-img.json:
--------------------------------------------------------------------------------
1 | {
2 | "npm": "eleventy-plugin-social-img",
3 | "author": "tannerdolby",
4 | "description": "will generate social share images at build-time and return an image URL."
5 | }
--------------------------------------------------------------------------------
/src/_data/plugins/eleventy-plugin-torchlight.json:
--------------------------------------------------------------------------------
1 | {
2 | "npm": "eleventy-plugin-torchlight",
3 | "author": "timkley",
4 | "description": "Plugin to syntax highlight your code blocks with torchlight.dev."
5 | }
6 |
--------------------------------------------------------------------------------
/src/_data/starters/11straps.json:
--------------------------------------------------------------------------------
1 | {
2 | "url": "https://11straps.com",
3 | "name": "11straps",
4 | "description": "A Eleventy + Bootstrap 5 starterkit",
5 | "author": "holger1411",
6 | "demo": "https://11straps.com/"
7 | }
8 |
--------------------------------------------------------------------------------
/src/_includes/edit-on-github.njk:
--------------------------------------------------------------------------------
1 | Edit this page{% if config.outdated -%} (in latest version){% endif -%}
--------------------------------------------------------------------------------
/src/_data/community/i18n-multilingual.js:
--------------------------------------------------------------------------------
1 | export default {
2 | url: "https://www.webstoemp.com/blog/multilingual-sites-eleventy/",
3 | author: "jeromecoupe",
4 | title: "Multilingual sites with Eleventy",
5 | key: "i18n",
6 | };
7 |
--------------------------------------------------------------------------------
/src/_data/demos/rainglow.js:
--------------------------------------------------------------------------------
1 | export default {
2 | name: "Rainglow",
3 | category: ["serverless"],
4 | url: "https://rainglow.zachleat.dev/",
5 | source_url: "https://github.com/zachleat/rainglow",
6 | twitter: "zachleat",
7 | };
8 |
--------------------------------------------------------------------------------
/src/_data/demos/uniclode.js:
--------------------------------------------------------------------------------
1 | export default {
2 | name: "Uniclode",
3 | category: ["serverless"],
4 | url: "https://uniclode.zachleat.dev/",
5 | source_url: "https://github.com/zachleat/uniclode",
6 | twitter: "zachleat",
7 | };
8 |
--------------------------------------------------------------------------------
/src/_data/plugins/eleventy-plugin-broken-links.json:
--------------------------------------------------------------------------------
1 | {
2 | "npm": "eleventy-plugin-broken-links",
3 | "author": "bradleyburgess",
4 | "description": "A plugin to check your build for broken external links and redirects"
5 | }
6 |
--------------------------------------------------------------------------------
/src/_data/plugins/eleventy-plugin-feathericons.json:
--------------------------------------------------------------------------------
1 | {
2 | "npm": "eleventy-plugin-feathericons",
3 | "author": "reatlat",
4 | "description": "Shortcode, allows feather-icons to be embedded as inline svg into templates."
5 | }
--------------------------------------------------------------------------------
/src/_data/plugins/eleventy-plugin-llms.json:
--------------------------------------------------------------------------------
1 | {
2 | "npm": "eleventy-plugin-llms",
3 | "author": "Chris Maas",
4 | "description": "Create llms.txt and llms-full.txt for your Eleventy site based on your source Markdown files"
5 | }
6 |
--------------------------------------------------------------------------------
/src/_data/plugins/eleventy-plugin-shopify.json:
--------------------------------------------------------------------------------
1 | {
2 | "npm": "eleventy-plugin-shopify",
3 | "author": "danleatherman",
4 | "description": "Import your Shopify products, pages, and collections into Eleventy as global data."
5 | }
6 |
--------------------------------------------------------------------------------
/src/_data/plugins/eleventy-plugin-webmentions.json:
--------------------------------------------------------------------------------
1 | {
2 | "npm": "eleventy-plugin-webmentions",
3 | "author": "CodeFoodPixels",
4 | "description": "A plugin for eleventy to fetch and filter webmentions from Webmention.io."
5 | }
6 |
--------------------------------------------------------------------------------
/src/_data/starters/eleventy-bookmarklet.json:
--------------------------------------------------------------------------------
1 | {
2 | "url": "https://github.com/psalaets/eleventy-bookmarklet",
3 | "name": "eleventy-bookmarklet",
4 | "description": "11ty starter for a bookmarklet",
5 | "author": "psalaets"
6 | }
7 |
--------------------------------------------------------------------------------
/src/_data/community/collections-custom-categories-ovlb.js:
--------------------------------------------------------------------------------
1 | export default {
2 | url: "https://www.ovl.design/text/how-i-built-around-the-web/",
3 | author: "ovlb",
4 | title: "How I built Around the Web",
5 | key: "collections",
6 | };
7 |
--------------------------------------------------------------------------------
/src/_data/community/image-zachleat.js:
--------------------------------------------------------------------------------
1 | export default {
2 | url: "https://www.zachleat.com/web/eleventy-image/",
3 | author: "zachleat",
4 | title: "Don’t Shut Down Your Business! Instead Use Eleventy Image",
5 | key: "image",
6 | };
7 |
--------------------------------------------------------------------------------
/src/_data/plugins/eleventy-filter-npm-package-downloads.json:
--------------------------------------------------------------------------------
1 | {
2 | "npm": "eleventy-filter-npm-package-downloads",
3 | "author": "AndreJaenisch",
4 | "description": "will show you the number of downloads for the given npm package."
5 | }
--------------------------------------------------------------------------------
/src/_data/plugins/eleventy-plugin-calendar.json:
--------------------------------------------------------------------------------
1 | {
2 | "npm": "@codegouvfr/eleventy-plugin-calendar",
3 | "author": "hjonin",
4 | "description": "A plugin for generating an ICS calendar and events directly from your post files."
5 | }
6 |
--------------------------------------------------------------------------------
/src/_data/plugins/eleventy-plugin-cloudinary.json:
--------------------------------------------------------------------------------
1 | {
2 | "npm": "eleventy-plugin-cloudinary",
3 | "author": "juanfernandes",
4 | "description": "adds a universal shortcode allowing you to add images from your cloudinary account."
5 | }
6 |
--------------------------------------------------------------------------------
/src/_data/plugins/eleventy-plugin-code-demo.json:
--------------------------------------------------------------------------------
1 | {
2 | "npm": "eleventy-plugin-code-demo",
3 | "author": "hovhaDovah",
4 | "description": "Add interactive HTML/CSS/JS code demos to an Eleventy site using Markdown code blocks."
5 | }
6 |
--------------------------------------------------------------------------------
/src/_data/plugins/eleventy-plugin-plausible.json:
--------------------------------------------------------------------------------
1 | {
2 | "npm": "eleventy-plugin-plausible",
3 | "author": "gingerchew",
4 | "description": "Add the Plausible analytics script tag with a shortcode and remove *some* of the worry"
5 | }
6 |
--------------------------------------------------------------------------------
/src/_data/plugins/eleventy-plugin-validate.json:
--------------------------------------------------------------------------------
1 | {
2 | "npm": "eleventy-plugin-validate",
3 | "author": "uncenter",
4 | "description": "A plugin that enables you to validate the front matter data of collection items with Zod schemas."
5 | }
--------------------------------------------------------------------------------
/src/_data/starters/11ty-sensible.json:
--------------------------------------------------------------------------------
1 | {
2 | "url": "https://gitlab.com/alexmozaidze/11ty-template-sensible",
3 | "name": "11ty-sensible",
4 | "description": "11ty with sensible defaults. SCSS, excerpts, minification and more!"
5 | }
6 |
--------------------------------------------------------------------------------
/src/_data/starters/deventy.json:
--------------------------------------------------------------------------------
1 | {
2 | "url": "https://github.com/ianrose/deventy",
3 | "name": "deventy",
4 | "description": "A minimal 11ty starting point for building static websites with modern tools.",
5 | "author": "thatianrose"
6 | }
--------------------------------------------------------------------------------
/src/docs/plugins/link-getbundle.md:
--------------------------------------------------------------------------------
1 | ---
2 | eleventyNavigation:
3 | key: getBundle
4 | title: "getBundle"
5 | parent: Shortcodes
6 | order: 0
7 | url: /docs/plugins/bundle.md
8 | permalink: false
9 | ---
10 |
--------------------------------------------------------------------------------
/src/_data/community/data-airtable-superterrific.js:
--------------------------------------------------------------------------------
1 | export default {
2 | url: "https://danabyerly.com/articles/using-airtable-with-eleventy/",
3 | author: "superterrific",
4 | title: "Using Airtable with Eleventy",
5 | key: "data",
6 | };
7 |
--------------------------------------------------------------------------------
/src/_data/community/datacascade-bendmyers.js:
--------------------------------------------------------------------------------
1 | export default {
2 | url: "https://benmyers.dev/blog/eleventy-data-cascade/",
3 | title: "I Finally Understand Eleventy’s Data Cascade",
4 | author: "BenDMyers",
5 | key: "data-cascade",
6 | };
7 |
--------------------------------------------------------------------------------
/src/_data/community/plugins-brob.js:
--------------------------------------------------------------------------------
1 | export default {
2 | title: "Creating an 11ty Plugin—SVG Embed Tool",
3 | author: "brob",
4 | url: "https://bryanlrobinson.com/blog/creating-11ty-plugin-embed-svg-contents/",
5 | key: "plugins",
6 | };
7 |
--------------------------------------------------------------------------------
/src/_data/plugins/eleventy-google-fonts.json:
--------------------------------------------------------------------------------
1 | {
2 | "npm": "eleventy-google-fonts",
3 | "author": "takanorip",
4 | "description": "A Nunjucks shortcode to optimize Google Fonts. This shortcode download and inline Google Font's CSS."
5 | }
6 |
--------------------------------------------------------------------------------
/src/_data/plugins/eleventy-img-helper.json:
--------------------------------------------------------------------------------
1 | {
2 | "npm": "eleventy-img-helper",
3 | "author": "AlexDueppen",
4 | "description": "Adds responsive images to any template's output using eleventy-img, configurable with CSS selectors."
5 | }
6 |
--------------------------------------------------------------------------------
/src/_data/plugins/eleventy-plugin-edit-on-github.json:
--------------------------------------------------------------------------------
1 | {
2 | "npm": "eleventy-plugin-edit-on-github",
3 | "author": "christopherpickering",
4 | "description": "An Eleventy shortcode to add an \"Edit on Github\" link to your pages."
5 | }
6 |
--------------------------------------------------------------------------------
/src/_data/plugins/eleventy-plugin-embed-everything.json:
--------------------------------------------------------------------------------
1 | {
2 | "npm": "eleventy-plugin-embed-everything",
3 | "author": "gfscott",
4 | "description": "Automatically embed YouTube, Vimeo, Spotify, Twitter, and more, based on just their URLs."
5 | }
--------------------------------------------------------------------------------
/src/_data/plugins/eleventy-plugin-i18n.json:
--------------------------------------------------------------------------------
1 | {
2 | "npm": "eleventy-plugin-i18n",
3 | "author": "duncanadam",
4 | "description": "will add a clever `i18n` universal filter to assist with internationalization and dictionary translations."
5 | }
--------------------------------------------------------------------------------
/src/_data/plugins/eleventy-plugin-mastoarchive.json:
--------------------------------------------------------------------------------
1 | {
2 | "npm": "eleventy-plugin-mastoarchive",
3 | "author": "declan_byrd",
4 | "description": "Create a global data object \"mastodon\" that contains all your public posts on Mastodon."
5 | }
--------------------------------------------------------------------------------
/src/_data/plugins/eleventy-plugin-metagen.json:
--------------------------------------------------------------------------------
1 | {
2 | "npm": "eleventy-plugin-metagen",
3 | "author": "tannerdolby",
4 | "description": "will generate metadata for Open Graph, Twitter card, generic meta tags and a canonical link."
5 | }
--------------------------------------------------------------------------------
/src/_data/plugins/eleventy-plugin-netlify-redirects.json:
--------------------------------------------------------------------------------
1 | {
2 | "npm": "eleventy-plugin-netlify-redirects",
3 | "author": "hovhaDovah",
4 | "description": "Generate a Netlify _redirects file for your Eleventy site using front matter."
5 | }
--------------------------------------------------------------------------------
/src/_data/plugins/eleventy-plugin-phosphoricons.json:
--------------------------------------------------------------------------------
1 | {
2 | "npm": "eleventy-plugin-phosphoricons",
3 | "author": "reatlat",
4 | "description": "Shortcode, allows phosphor-icons to be embedded as inline svg into templates."
5 | }
6 |
--------------------------------------------------------------------------------
/src/_data/plugins/eleventy-plugin-umami.json:
--------------------------------------------------------------------------------
1 | {
2 | "npm": "eleventy-plugin-umami",
3 | "author": "Akashic101",
4 | "description": "Get the stats of your selfhosted umami-instance and use them in your 11ty-project using this plugin"
5 | }
6 |
--------------------------------------------------------------------------------
/src/_data/starters/11ty-Ted2xmen-blog.json:
--------------------------------------------------------------------------------
1 | {
2 | "url": "https://github.com/Ted2xmen/sanity-eleventy-blog",
3 | "name": "Ted2xmen",
4 | "description": "A starting point with Bootstrap, 11ty, and Sanity.",
5 | "author": "ted2xmen"
6 | }
7 |
--------------------------------------------------------------------------------
/src/_data/starters/tea-stack.json:
--------------------------------------------------------------------------------
1 | {
2 | "url": "https://github.com/mattwaler/tea-stack",
3 | "name": "TEA Stack",
4 | "description": "A starting point with TailwindCSS, 11ty, and AlpineJS ready to roll.",
5 | "author": "mattwaler"
6 | }
--------------------------------------------------------------------------------
/src/_includes/components/sites-list.webc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/src/docs/advanced.md:
--------------------------------------------------------------------------------
1 | ---
2 | eleventyNavigation:
3 | parent: Eleventy Projects
4 | key: Advanced
5 | order: 11
6 | ---
7 |
8 | # Advanced
9 |
10 | {{ "Advanced" | nav | eleventyNavigationToHtml({ showExcerpt: true }) | safe }}
11 |
--------------------------------------------------------------------------------
/config/cleanAuthorName.js:
--------------------------------------------------------------------------------
1 | // Strip out leading @ from usernames
2 | export default function cleanAuthorName(name) {
3 | name = name || "";
4 |
5 | if (name.startsWith("@")) {
6 | return name.substr(1);
7 | }
8 | return name;
9 | }
10 |
--------------------------------------------------------------------------------
/src/_data/community/collections-joshcanhelp.js:
--------------------------------------------------------------------------------
1 | export default {
2 | url: "https://www.joshcanhelp.com/eleventy-custom-content-type-collections/",
3 | author: "joshcanhelp",
4 | title: "Custom Content Collections",
5 | key: "collections",
6 | };
7 |
--------------------------------------------------------------------------------
/src/_data/community/image-hovhadovah.js:
--------------------------------------------------------------------------------
1 | export default {
2 | url: "https://www.aleksandrhovhannisyan.com/blog/eleventy-image-plugin/",
3 | author: "hovhaDovah",
4 | title: "Optimizing Images with the 11ty Image Plugin",
5 | key: "image",
6 | };
7 |
--------------------------------------------------------------------------------
/src/_data/community/plugins-organize-config.js:
--------------------------------------------------------------------------------
1 | export default {
2 | title: "Organizing the Eleventy config file",
3 | author: "lene",
4 | url: "https://www.lenesaile.com/en/blog/organizing-the-eleventy-config-file/",
5 | key: "plugins",
6 | };
7 |
--------------------------------------------------------------------------------
/src/_data/plugins/eleventy-plugin-i18n-gettext.json:
--------------------------------------------------------------------------------
1 | {
2 | "npm": "eleventy-plugin-i18n-gettext",
3 | "author": "sgissinger",
4 | "description": "adds i18n support with Gettext string translation and moment.js date and times localization."
5 | }
6 |
--------------------------------------------------------------------------------
/src/_data/plugins/eleventy-plugin-lucide-icons.json:
--------------------------------------------------------------------------------
1 | {
2 | "npm": "@grimlink/eleventy-plugin-lucide-icons",
3 | "author": "grimlink",
4 | "description": "This Eleventy plugin enables the inclusion of lucide-icons as inline SVG elements"
5 | }
6 |
--------------------------------------------------------------------------------
/src/_data/starters/kailoon.json:
--------------------------------------------------------------------------------
1 | {
2 | "url": "https://github.com/kailoon/kailoon.com#readme",
3 | "name": "kailoon.com",
4 | "description": "My simple portfolio blog built using 11th and tailwindcss.",
5 | "demo": "https://kailoon.com"
6 | }
7 |
--------------------------------------------------------------------------------
/src/_data/starters/once.json:
--------------------------------------------------------------------------------
1 | {
2 | "url": "https://github.com/jalediazb/once",
3 | "name": "Once",
4 | "description": "Personal theme made with Eleventy and Bulma",
5 | "author": "jalediazb",
6 | "demo": "https://once-eleventy.netlify.app/"
7 | }
--------------------------------------------------------------------------------
/src/_data/starters/wisp.json:
--------------------------------------------------------------------------------
1 | {
2 | "url": "https://github.com/adamdjbrett/11ty-wisp",
3 | "name": "Wisp",
4 | "description": "A minimalist blog template using Pico CSS.",
5 | "author": "adamdjbrett",
6 | "demo": "https://wisp.000000076.xyz/"
7 | }
--------------------------------------------------------------------------------
/src/docs/plugins/link-getbundlefileurl.md:
--------------------------------------------------------------------------------
1 | ---
2 | eleventyNavigation:
3 | key: getBundle
4 | title: "getBundleFileUrl"
5 | parent: Shortcodes
6 | order: 1
7 | url: /docs/plugins/bundle.md
8 | permalink: false
9 | ---
10 |
--------------------------------------------------------------------------------
/src/_data/community/api-avatar-zachleat.js:
--------------------------------------------------------------------------------
1 | export default {
2 | url: "https://www.zachleat.com/web/indieweb-avatar/",
3 | author: "zachleat",
4 | title: "IndieWeb Avatar, yet another Eleventy Image Service API",
5 | key: "api-services-avatar",
6 | };
7 |
--------------------------------------------------------------------------------
/src/_data/community/image-brycewraytx.js:
--------------------------------------------------------------------------------
1 | export default {
2 | url: "https://brycewray.com/posts/2021/04/using-eleventys-official-image-plugin/",
3 | author: "BryceWrayTX",
4 | title: "Using Eleventy’s official image plugin",
5 | key: "image",
6 | };
7 |
--------------------------------------------------------------------------------
/src/_data/demos/api-explorer.js:
--------------------------------------------------------------------------------
1 | export default {
2 | name: "Eleventy API Explorer",
3 | category: ["serverless"],
4 | url: "https://api-explorer.11ty.dev/",
5 | source_url: "https://github.com/11ty/api-explorer/",
6 | twitter: "zachleat",
7 | };
8 |
--------------------------------------------------------------------------------
/src/_data/plugins/eleventy-plugin-automatic-noopener.json:
--------------------------------------------------------------------------------
1 | {
2 | "npm": "eleventy-plugin-automatic-noopener",
3 | "author": "jkc_codes",
4 | "description": "Automatically add rel='noopener' attributes to unsafe , and