eleventy-base-blog VS Hugo

Compare eleventy-base-blog vs Hugo and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
eleventy-base-blog Hugo
28 549
1,158 72,558
1.0% 0.8%
6.4 9.8
4 days ago 6 days ago
Nunjucks Go
MIT License Apache License 2.0
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-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.

Hugo

Posts with mentions or reviews of Hugo. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-29.
  • Building static websites
    5 projects | dev.to | 29 Apr 2024
    At one point though I realized there is a scaling problem with my build minutes. I knew that golang has considerably faster builds and in my case the easy fix is swapping over to Hugo.
  • Creating excerpts in Astro
    4 projects | dev.to | 14 Mar 2024
    This blog is running on Hugo. It had previously been running on Jekyll. Both these SSGs ship with the ability to create excerpts from your markdown content in 1 line or thereabouts.
  • Craft Your GitHub Profile Page in 60 Seconds with Zero Code, Absolutely Free
    6 projects | dev.to | 11 Mar 2024
    Hugo
  • Release v0.123.0 · Gohugoio/Hugo
    1 project | news.ycombinator.com | 20 Feb 2024
  • Top 5 Open-Source Documentation Development Platforms of 2024
    3 projects | dev.to | 13 Feb 2024
    Hugo is a popular static site generator specifically designed to create websites and documentation lightning-fast. Its minimalist approach, emphasis on speed, and ease of use have made it popular among developers, technical writers, and anybody looking to construct high-quality websites without the complexity of typical CMS platforms.
  • Ask HN: Looking for lightweight personal blogging platform
    35 projects | news.ycombinator.com | 6 Feb 2024
    As per many other comments, it sounds like a static site generator like Hugo (https://gohugo.io/) or Jekyll (https://jekyllrb.com/), hosted on GitHub Pages (https://pages.github.com/) or GitLab Pages (https://about.gitlab.com/stages-devops-lifecycle/pages/), would be a good match. If you set up GitHub Actions or GitLab CI/CD to do the build and deploy (see e.g. https://gohugo.io/hosting-and-deployment/hosting-on-github/), your normal workflow will simply be to edit markdown and do a git push to make your changes live. There are a number of pre-built themes (e.g. https://themes.gohugo.io/) you can use, and these are realtively straightforward to tweak to your requirements.
  • Get People Interested in Contributing to Your Open Project
    11 projects | dev.to | 5 Feb 2024
    Create the technical documentation of your project You can use any of the following options: * A wiki, like the ArchWiki that uses MediaWiki * Read the Docs, used by projects like Setuptools. Check Awesome Read the Docs for more examples. * Create a website * Create a blog, like the documentation of Blowfish, a theme for Hugo.
  • Writing a SSG in Go
    7 projects | dev.to | 26 Jan 2024
    Doing this made me appreciate existing SSGs like Hugo and Next.js even more👏👏
  • Hugo 0.122 supports LaTeX or TeX typesetting syntax directly from Markdown
    1 project | news.ycombinator.com | 26 Jan 2024
  • Why Blogging Platforms Suck
    3 projects | news.ycombinator.com | 11 Dec 2023
    I suggest hugo: https://gohugo.io/

    Generates a completely static website from MD (and other formats) files; also handles themes (including a lot of them rendering well on mobile), and different types of content - posts, articles, etc. - depending on the theme.

    It's open source and, being completely static, cheap as fuck to self host.

What are some alternatives?

When comparing eleventy-base-blog and Hugo you can also consider the following projects:

eleventy 🕚⚡️ - A simpler site generator. Transforms a directory of templates (of varying types) into HTML.

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

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

MkDocs - Project documentation with Markdown.

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

Pelican - Static site generator that supports Markdown and reST syntax. Powered by Python.

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

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

Hexo - A fast, simple & powerful blog framework, powered by Node.js.

eleventy-template-blog

obsidian-export - Rust library and CLI to export an Obsidian vault to regular Markdown