portfolio
Windowed UI framework and custom blog platform written in JavaScript for my personal portfolio (by jewelcodes)
eleventy 🕚⚡️
A simpler site generator. Transforms a directory of templates (of varying types) into HTML. (by 11ty)
portfolio | eleventy 🕚⚡️ | |
---|---|---|
1 | 254 | |
15 | 17,328 | |
- | 1.1% | |
5.4 | 9.7 | |
27 days ago | 6 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.
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.
portfolio
Posts with mentions or reviews of portfolio.
We have used some of these posts to build our list of alternatives
and similar projects.
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-12-04.
- Diátaxis – A systematic approach to technical documentation authoring
-
The curious case of the paragraph with the bad CLS
I recently migrated my personal website from Next.js to 11ty, it was a great experience, which I will write more about in a later blog post.
-
How to build a blog with NodeJS
If you're looking to start a blog (or if you're thinking of redesigning yours although you haven't posted in 2 years), you'll stumble upon a lot of options and it can be incredibly daunting; and if you stumble with the newest Josh's post about his stack it is easy to feel overwhelmed with the shown stack.
-
Ask HN: Is It Time for a WordPress Alternative?
I also proposed using Bootstrap with https://www.11ty.dev for the templates. It's much easier to update a JSON file than to work with WordPress.
By using relative paths for assets and loading Bootstrap from a CDN, I can zip the website and share it via email.
-
Eleventy - Is it time to upgrade to version 3?
I made a new branch of my website and followed the instructions in the v3.0.0-beta.1 release notes:
-
How I extend my blog with gamified learning
I write and create my posts using markdown, this is then converted to html with 11ty engine. The layout of the page are decided by the metadata in the front matter section, 11ty the uses the layouts I have created using Nunjucks. This way I can add metadata and control how the page is rendered, I can inject sections and links.
-
Ask HN: What is the best way to author blogs in 2024v
Eleventy. It’s a static site generator that’s super stable, they take backwards compatibility ver seriously so you can count on it for a long time. It’s lightweight so you don’t have to install a million dependencies to get it working, and it’s the only one of the big SSG projects that’s independently funded so they’re not chasing VC backed hyper growth.
https://www.11ty.dev/
-
Writing HTML by hand is easier than debugging your static site generator
Depends on your language of choice. Personally I use Eleventy[0]. Written in JavaScript (so you'll need node & npm). Has very minimal default settings but highly configurable. Pick your templates or just use markdown if you really want. Hot reloading is enabled by default.
[0]: https://www.11ty.dev
-
Making a Simple Self-Hosted Photo Gallery with 11ty
We will use Eleventy as a static site generator of choice and Netlify Drop for free hosting. Of course, this is not the only combination; feel free to use any tool and hosting you like. One of the cool things about Eleventy is that it supports multiple template languages. We’ll use Nunjucks for this tutorial. Don’t worry if you haven’t used it before. For this tutorial, basic HTML knowledge is enough!
-
Create a Blog with Eleventy and Storyblok
Now that you're familiar with why Eleventy + Storyblok is my ideal combination and how to seamlessly query data from Storyblok for use in an Eleventy project, it's time for the next exciting step: let's embark on creating a complete blog site using these two phenomenal technologies!