Eleventy Template Multiplicity

screenshot of Eleventy Template Multiplicity
scss

Simple RSS aggregator site based on Eleventy 2.x

Overview

Multiplicity is a simple RSS aggregator starter pack based on the Eleventy static site generator. It allows users to create their own RSS aggregator sites. Along with the template code, Multiplicity also includes a GitHub action that keeps the site up to date. The starter pack can be deployed on Netlify or Vercel and offers features such as a light/dark mode switcher, pagination, translation readiness, automatic favicon generation, and support for RSS and JSON feeds.

Features

  • Light / Dark Mode Switcher: Users can switch between light and dark modes, with the ability to honor the color scheme preference.
  • Pagination: The RSS aggregator site supports pagination, allowing users to navigate through multiple pages of aggregated content.
  • Translation Ready: The starter pack includes a separate file with static phrases for easy translation into different languages.
  • Automatic Favicon Generation: The site automatically generates and displays custom avatars (e.g., favicons) alongside each feed item.
  • Support for RSS and JSON Feeds: Multiplicity can fetch articles from both RSS and JSON feeds, providing flexibility in aggregating content.
  • Custom Avatar for Each Feed Item: Users can assign a custom image (e.g., favicon) to be displayed alongside the name of each feed.

Summary

Multiplicity is a simple RSS aggregator starter pack based on the Eleventy static site generator. It offers features such as light/dark mode switching, pagination, translation readiness, automatic favicon generation, and support for RSS and JSON feeds. With easy setup and personalization options, users can create their own RSS aggregator sites quickly and efficiently.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.