eleventy πŸ•šβš‘οΈ VS eleventy-base-blog

Compare eleventy πŸ•šβš‘οΈ vs eleventy-base-blog and see what are their differences.

eleventy-base-blog

A starter repository for a blog web site using the Eleventy static site generator. (by 11ty)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
eleventy πŸ•šβš‘οΈ eleventy-base-blog
244 28
16,170 1,152
1.6% 1.9%
9.0 6.7
7 days ago 8 days ago
JavaScript Nunjucks
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

eleventy πŸ•šβš‘οΈ

Posts with mentions or reviews of eleventy πŸ•šβš‘οΈ. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-17.
  • Converting BlogCFC blog to Eleventy
    4 projects | dev.to | 17 Apr 2024
    This post outlines the steps for migrating an existing BlogCFC blog to a JamStack, with a focus on using Eleventy.
  • Ask HN: What's the simplest static website generator?
    10 projects | news.ycombinator.com | 29 Mar 2024
    I suggest you to try out eleventhy (https://www.11ty.dev/)

    Quite simple to start, and a nice system to add some scripting and styles without the requirement of bringing in a framework.

  • Eleventy - Create a global production flag
    3 projects | dev.to | 19 Feb 2024
    A production flag enables you to run activities in dev or production such as minifying assets, showing draft posts, etc. There isn't a built-in flag or function that comes with eleventy (11ty) specifically for this. However we have this info at our fingertips.
  • Ask HN: Looking for lightweight personal blogging platform
    35 projects | news.ycombinator.com | 6 Feb 2024
    I can't recommend Eleventy enough!

    https://www.11ty.dev

    I converted my WordPress blog to Eleventy 4 years ago and never looked back, it's been delightful!

    https://www.joshcanhelp.com/taking-wordpress-to-eleventy/

  • Removing React is just weakness leaving your codebase
    6 projects | dev.to | 31 Jan 2024
    It’s 2024, and you are about to start a new project. Do you reach for React, a framework you know and love or do you look at one of the other hot new frameworks like Astro, Enhance, 11ty, SvelteKit or gasp, plain vanilla Web Components?
  • VS Code - Fix a task automation issue - `The terminal process failed to launch (exit code: 127`
    1 project | dev.to | 18 Jan 2024
    The "dev" script is running the eleventy server in dev mode. The details of the script are not important for this discussion, but to round out the background here is an abbreviated version of my package.json:
  • Eleventy vs. Next.js for static site generation
    4 projects | dev.to | 14 Dec 2023
    Eleventy is a fast and powerful SSG that really shines when it comes to pure static site generation because it does not require the loading of a client-side JavaScript bundle in order to serve content.
  • You don't need JavaScript for that
    3 projects | news.ycombinator.com | 2 Dec 2023
    The irony is using a JavaScript-based static site generator to make the site: https://www.11ty.dev
  • Why You Should Write Your Own Static Site Generator
    10 projects | news.ycombinator.com | 3 Nov 2023
    https://doublejosh.com/post/186193119278/metalsmithjs-is-sti...

    Then two years ago I needed a more robust SSR system based on React, so I went with GatsbyJS. It's insanely mature and intuitive, but as we all know that community and business is now drying up too. But the framework is still great.

    Now everyone sings the praises of NextJS, which can be used for SSR but is intended for applications and active server endpoints. But more complexity doesn't mean better.

    I'm keen to try other simple frameworks when the result is a static site. I may give https://www.11ty.dev a shot.

  • From Jason: my custom digital garden in 11ty
    4 projects | /r/DigitalGardens | 1 Nov 2023
    11ty is a lightweight static site generator. I chopped up my HTML and used the 11ty starter template called eleventy-base-blog as the structural foundation for the site.

eleventy-base-blog

Posts with mentions or reviews of eleventy-base-blog. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-01.
  • From Jason: my custom digital garden in 11ty
    4 projects | /r/DigitalGardens | 1 Nov 2023
    11ty is a lightweight static site generator. I chopped up my HTML and used the 11ty starter template called eleventy-base-blog as the structural foundation for the site.
  • It's 2023. How are you developing simple static websites?
    5 projects | /r/webdev | 30 Jan 2023
    Sure! It's on github at https://github.com/nosecreek/dustin-lammiman - I started with https://github.com/11ty/eleventy-base-blog for the basic templating logic.
  • 11 Top Eleventy Blog Themes (Starters) in 2023
    12 projects | dev.to | 9 Jan 2023
    Eleventy Base Blog demo site Source
  • Stop delaying. Share knowledge on a blog built with Eleventy.
    7 projects | dev.to | 19 Jul 2022
    To generate a static blog, we will be using Eleventy. Using the blog example from Eleventy as a base for our blog. Clone the repository:
  • Can you "call" another HTML file within an HTML file?
    4 projects | /r/webdev | 5 May 2022
    I would do this with Eleventy which is a powerful static site generator with support for html partials (partial is what I call your toolbar here). You would use the template language nunjucks which Eleventy comes with support for, or you can choose plain html too if you don't want the Nunjucks capabilities for logic like if/else, for loops, javascript injection of dynamic values in your html at site generation time, etc. This repo shows most of the techniques you could need and use: https://github.com/11ty/eleventy-base-blog
  • Getting Started with 11ty
    5 projects | dev.to | 1 May 2022
    For the second site I made using 11ty, I used this repo which is a more advanced 11ty template that can be customized. After following the instructions in the README.md file and edited all the markdown I came up with this:
  • Working with 11ty/eleventy to make Blogs
    4 projects | dev.to | 27 Apr 2022
    Pre-established Eleventy Blog Template Go to eleventy base blog to clone the repository to your local file/folder.
  • Creating a Blog with 11ty and HAX11ty
    6 projects | dev.to | 21 Apr 2022
    The next example we'll look at goes more into depth of 11ty. We are creating this site from this template.
  • Getting Started with Vercel
    5 projects | dev.to | 14 Mar 2022
  • Intro to 11ty
    3 projects | dev.to | 13 Mar 2022
    Say you want a more professonal looking site without having to do a lot of extra work, you’re in luck! 11ty has a community that has created templates that are available at this site. For this example, we will use the eleventy-base-blog, make sure to go to this repo and select the USE THIS TEMPLATE button to make a copy of the project in your namespace.

What are some alternatives?

When comparing eleventy πŸ•šβš‘οΈ and eleventy-base-blog you can also consider the following projects:

astro - The web framework for content-driven websites. ⭐️ Star to support our work!

eleventy-soft-ui-design - Eleventy (11ty) - Soft UI Design | AppSeed

Hugo - The world’s fastest framework for building websites.

eleventy-chirpy-blog-template - Blog template for 11ty based on Chirpy UX

SvelteKit - web development, streamlined

neat-starter - Starter Template for Netlify CMS, Eleventy, Alpine JS & Tailwind CSS

Gatsby - The best React-based framework with performance, scalability and security built in.

assemblylift - The easiest way to build & deploy cloud native microservices! Written in Rust, powered by WebAssembly πŸš€

Publii - The most intuitive Static Site CMS designed for SEO-optimized and privacy-focused websites.

eleventy-template-blog

Grav - Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS powered by PHP, Markdown, Twig, and Symfony

tfjs-models - Pretrained models for TensorFlow.js