Ga Satryagasatrya.hashnode.dev·Aug 9, 2024Why I Chose Eleventy for My Freelance Business WebsiteAs a freelancer, creating a professional website is essential for showcasing my skills, attracting clients, and building a strong online presence. After exploring various content management systems (CMS) and static site generators (SSG), I discovered...Discuss11ty
ADrandomdraw.hashnode.dev·Dec 11, 2023Eleventy, a fast static site generatorEleventy, often stylized as "11ty," is a static site generator (SSG) that helps developers build websites. It is an open-source tool written in JavaScript and designed to be simple, flexible, and extensible. Eleventy takes data and templates and gene...Discusseleventy
Łukasz Wójciklukaszwojcik.hashnode.dev·Oct 4, 2023How to make a PWA out of your Eleventy siteWhile tinkering with one of my projects I ventured to explore how to make a progressive web app out of an Eleventy site. A few months later, I’m happy to report two things. First, it’s perfectly doable. Second, you probably don’t want to do it. But l...Discuss·35 readseleventy
Hrishikesh Pathakhrishikeshpathak.hashnode.dev·Jul 11, 2023Use TailwindCSS with Eleventy Static Site GeneratorIf you are building a blog with Eleventy and want to add TailwindCSS for styling, then this is the guide for you. Please read till the end don't skip any steps. TailwindCSS is a CSS library that uses utility classes to style HTML markup. Therefore, n...DiscussJavaScript
James 'Dante' Midzidantedecodes.hashnode.dev·Jun 23, 2023Speaking at Eleventy MeetupIf you have been following my articles for some time, you know that I did a series on Eleventy This series - as is with most of my articles - was to help me understand Eleventy. During that time, I got to interact with amazing people from all over th...Discusseleventy
Cory Dransfeldtcoryd.hashnode.dev·Jun 7, 2023Optimizing for performance with EleventyIn the interest of over-engineering my personal site I've gone out of my way to optimize it for performance. It started out fairly quick as it's static, built using Eleventy and is hosted with Vercel but, beyond the basic setup, I've taken some addit...DiscussWeb Development
webbureaucratwebbureaucrat.hashnode.dev·Apr 6, 2023Using Excerpts in EleventyRecently, I added first-paragraph post excerpts to this Eleventy blog's homepage post list. I found it wasn't easy. It wasn't all documented all in one place. Further, in order to use Markdown excerpts in HTML, I had to write a simple custom filter. ...Discuss·6 likes·62 readsJavaScript
Cory Dransfeldtcoryd.hashnode.dev·Mar 28, 2023Automate and syndicate content from Eleventy to MastodonI've discussed building a now page using Eleventy but I also syndicate a subset of that content out to Mastodon using @11ty/eleventy-activity-feed and Make. The @11ty/eleventy-activity-feed allows you to aggregate various web feeds into a single feed...Discuss·57 readsJavaScript
Cory Dransfeldtcoryd.hashnode.dev·Mar 28, 2023Lazy select-based pagination in EleventyI've relaunched, rebuilt and rewritten my personal blog more times than I can count and I've had a trail of posts I've never fully migrated at each turn. This weekend, while relaxing and watching movies I ported them into Eleventy and, in doing so, f...Discuss·56 readsJavaScript
Cory Dransfeldtcoryd.hashnode.dev·Mar 19, 2023Scheduled Eleventy builds on Vercel with cron-triggered GitHub actionsIn an effort to get away from client-side Javascript and embrace Eleventy for what it is (a static site generator), I've dropped my social-utils instance offline and my now-playing track display on my home page that still relied on it. To update my f...Discuss·63 readsdevelopment