mk2-p4nth3rblog VS eleventy 🕚⚡️

Compare mk2-p4nth3rblog vs eleventy 🕚⚡️ and see what are their differences.

mk2-p4nth3rblog

My personal blog site #BuiltWithEleventy. (by whitep4nth3r)

eleventy 🕚⚡️

A simpler site generator. Transforms a directory of templates (of varying types) into HTML. (by 11ty)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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
mk2-p4nth3rblog eleventy 🕚⚡️
5 245
38 16,285
- 1.3%
9.1 9.3
about 1 month ago 8 days ago
JavaScript JavaScript
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.

mk2-p4nth3rblog

Posts with mentions or reviews of mk2-p4nth3rblog. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-01.
  • 31 Women in Tech Content Creators to Follow Now
    2 projects | dev.to | 1 Mar 2024
    Salma - Software engineer, livestream coder and dev educator
  • ffConf 2023
    2 projects | dev.to | 24 Nov 2023
    Similarly to last year, the day ended with a high-energy, fun talk. Salma Alam-Naylor entertained us with examples of what she streams on Twitch, what it looks like, and what she did before she started in tech. There was so much! Previously, the idea of watching a coding stream didn’t appeal much to me, but after Salma’s talk, I’m tempted to check out her community.
  • Introducing Sailhouse, the easiest way to send events ⛵️
    4 projects | dev.to | 24 Aug 2023
    Salma Alam-Naylor, advisor, former DX at Netlify, soon to be somewhere exciting 👀
  • My favorite Twitch Streamers in 2022
    1 project | dev.to | 27 Nov 2022
    With a heavy focus on being inclusive and friendly, whitep4nth3r dives into a diverse range of topics around science and technology. They also have a really useful website with a lot of knowledge that I can recommend visiting.
  • Personalize your static site based on a previous site referral
    4 projects | dev.to | 26 Oct 2022
    And lastly, you may want to check for multiple referer header values — in which case a single string may not suffice, and you may want to do something like I do on my website.

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.