awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
google avatar

google/eleventy-high-performance-blogArchived

0
View on GitHub↗
4,043 stars·267 forks·JavaScript·MIT·10 viewswww.industrialempathy.com/posts/eleventy-high-performance-blog↗

Eleventy High Performance Blog

This project is a pre-configured static site template and web performance starter for building blogs using the Eleventy static site generator. It provides a foundation for creating high-performance websites through an automated build pipeline that transforms templates and content into optimized HTML files.

The framework distinguishes itself by implementing a strict security posture using hash-based content security policies and a privacy-centric analytics setup that proxies tracking requests through edge functions. It further emphasizes performance through the localization of remote images and the serving of web fonts from the local origin to prevent layout shifts.

The project covers comprehensive capabilities for media optimization, including the generation of multiple image formats and blurry placeholders. It includes built-in systems for SEO and social metadata management, XML sitemap generation, and the automated creation of RSS feeds and paginated content archives. Asset delivery is further optimized through CSS minification and immutable caching headers.

Features

  • Static Site Themes - A pre-configured starter for building high-performance blogs using the Eleventy static site generator.
  • Static Site Generators - Transforms templates and content files into a set of flat HTML files using the Eleventy static site generator.
  • Web Performance Starters - Provides a high-performance foundation for static websites with integrated image optimization, minification, and critical CSS delivery.
  • Static Site Build Systems - Implements an automated build system to convert source content and configurations into optimized, deployable static website files.
  • SEO Optimized Generators - Provides a static site generator specifically architected to maximize search engine indexing through built-in technical SEO toolkits.
  • Remote-to-Local Image Copies - Downloads remote images referenced in content to local storage and updates markup paths.
  • Build-Time Image Transformations - Implements automated generation of multiple image formats and blurry placeholders during the build process to optimize browser loading.
  • Web Asset Localizers - Downloads remote images to the local filesystem and updates markup paths for offline availability and speed.
  • Image Delivery Optimization - Generates multiple image sizes and formats while automating lazy loading and aspect ratio preservation.
  • Static Site Performance Optimization - Bootstraps static site architectures that implement web performance best practices for fast page loads.
  • Chronological Post Archives - Generates chronological lists of blog posts by aggregating content collections through reusable list components.
  • RSS Feed Generation - Automatically creates structured RSS feeds from blog content for external syndication.
  • SEO Metadata Management - Embeds Open Graph, Twitter, and JSON-LD structured data to optimize social sharing and search visibility.
  • Collection Pagination - Provides a system to split large content collections into multiple ordered pages.
  • Privacy-Focused Analytics - Serves tracking scripts locally and proxies requests through edge functions to enhance user privacy.
  • Automated Tag Archives - Creates dedicated directories of content tags that link to filtered lists of associated posts.
  • Analytics Proxying - Routes analytics tracking requests through first-party edge functions to bypass third-party script blocking.
  • Web Asset Minification - Compresses HTML and bundles JavaScript to reduce the total payload size sent to the browser.
  • Hash-Based Policy Generation - Generates strict Content Security Policies using build-time hash validation for scripts to protect against cross-site scripting.
  • Hash-Based Validation - Calculates unique checksums for scripts during build time to implement a strict hash-based Content Security Policy.
  • Delivery Optimizations - Optimizes stylesheet delivery by inlining critical styles and removing unused CSS on a per-page basis.
  • Origin-Hosted Font Loading - Serves web fonts from the local domain with specific display settings to prevent layout shifts during page render.
  • Paginated Content Collection Displays - Generates series of ordered pages for large collections of entries using a fixed number of items per page.
  • Sitemap Generators - Automatically generates XML sitemaps by iterating through site collections and calculating recent modification dates.

Star history

Star history chart for google/eleventy-high-performance-blogStar history chart for google/eleventy-high-performance-blog

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does google/eleventy-high-performance-blog do?

This project is a pre-configured static site template and web performance starter for building blogs using the Eleventy static site generator. It provides a foundation for creating high-performance websites through an automated build pipeline that transforms templates and content into optimized HTML files.

What are the main features of google/eleventy-high-performance-blog?

The main features of google/eleventy-high-performance-blog are: Static Site Themes, Static Site Generators, Web Performance Starters, Static Site Build Systems, SEO Optimized Generators, Remote-to-Local Image Copies, Build-Time Image Transformations, Web Asset Localizers.

Which projects share features with google/eleventy-high-performance-blog?

Projects with overlapping indexed features include: getpublii/publii — Publii is a local static site generator and offline content management system. It operates as a desktop application… daattali/beautiful-jekyll — Beautiful Jekyll is a ready-to-use Jekyll theme designed for building a personal website or blog and publishing it on… frontendmasters/front-end-handbook-2018 — This project is a comprehensive front-end development guide and roadmap designed to help engineers master the skills… satnaing/astro-paper — Astro Paper is a minimal and accessible blog theme for the Astro framework, designed to create SEO-optimized static… huxpro/huxpro.github.io — This project is a responsive Jekyll blog theme and static site template designed as a technical blogging framework. It… nunocoracao/blowfish — Blowfish is a responsive theme for the Hugo static site generator, designed for creating content-focused websites. It…

Projects sharing features with Eleventy High Performance Blog

These projects share indexed features with Eleventy High Performance Blog. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • getpublii/publiiGetPublii avatar

    GetPublii/Publii

    7,085View on GitHub↗

    Publii is a local static site generator and offline content management system. It operates as a desktop application that renders content into HTML files on a local machine, removing server-side vulnerabilities and eliminating the need for a live database or active internet connection during the authoring process. The system is distinguished by a focus on privacy and search engine optimization. It includes built-in tools for GDPR compliance, such as cookie consent management and the ability to restrict third-party embeds until user consent is provided. For visibility, it automates the generati

    HTMLcmselectronelectronjs
    View on GitHub↗7,085
  • daattali/beautiful-jekylldaattali avatar

    daattali/beautiful-jekyll

    5,813View on GitHub↗

    Beautiful Jekyll is a ready-to-use Jekyll theme designed for building a personal website or blog and publishing it on GitHub Pages with minimal configuration. It transforms Markdown content into a fully styled static website, providing a complete static site generator theme that handles blog posts, tags, and navigation through a clean, mobile-first design. The theme distinguishes itself through extensive configuration and extensibility options, allowing users to customize color schemes, navigation menus, page layouts, and social links without modifying core files. It supports multiple comment

    HTMLbloggithub-pagesjekyll
    View on GitHub↗5,813
  • frontendmasters/front-end-handbook-2018FrontendMasters avatar

    FrontendMasters/front-end-handbook-2018

    4,193View on GitHub↗

    This project is a comprehensive front-end development guide and roadmap designed to help engineers master the skills and professional standards required for modern web development. It serves as a technical reference for mastering HTML, CSS, and JavaScript, providing structured learning paths and a map of the professional competencies needed to transition from a beginner to a professional web engineer. The resource functions as a categorized directory and ecosystem overview of the JavaScript landscape. It catalogs industry-standard frameworks, libraries, and utilities, offering specific recomm

    HTMLdevelopment-handbookfront-endfront-end-developer
    View on GitHub↗4,193
  • huxpro/huxpro.github.ioHuxpro avatar

    Huxpro/huxpro.github.io

    7,611View on GitHub↗

    This project is a responsive Jekyll blog theme and static site template designed as a technical blogging framework. It converts markdown content into a professional personal blog with integrated support for social profile management. The template is configured as a progressive web app, providing offline access and an app-like experience for visitors. It specifically caters to technical documentation by supporting the rendering of mathematical notation, formatted code snippets, and embedded presentations. The site includes capabilities for reader engagement through discussion system integrati

    HTMLblog-themejekyll-themejekyll-themes
    View on GitHub↗7,611
Compare all 30 related projects→