11ty

11ty

558 bookmarks
Newest
Lesezeichen mit der Pocket API nach 11ty importieren | stebre.ch
Lesezeichen mit der Pocket API nach 11ty importieren | stebre.ch
Pocket bietet eine API, mit der die gespeicherten Lesezeichen verwendet und angepasst werden können. Diese mache ich mir zu nutzen und speichere die Daten in einem Lesezeichenbeitrag auf stebre.ch. Es werden Lesezeichen mit einem spezifischen Tag berücksichtigt. Nach der Verarbeitung wird der auf Pocket gespeicherte Link archiviert.
·stebre.ch·
Lesezeichen mit der Pocket API nach 11ty importieren | stebre.ch
notion2eleventy | stebre.ch
notion2eleventy | stebre.ch
notion2eleventy ist ein Plugin für den Static Site Generator Eleventy (kurz: 11ty). Es lädt Inhalte von Notion in dein 11ty-Verzeichnis. Mit einem statusbasierten Workflow wird dafür gesorgt, dass nur die Inhalte heruntergeladen werden, die sich verändert haben. Das Plugin ist als Node Modul auf npmjs.com verfügbar.
·stebre.ch·
notion2eleventy | stebre.ch
Notes
Notes
A collection of notes and code snippets for various situations and use cases.
·ttntm.me·
Notes
Responsive Images in Markdown with Eleventy Image | Tomi Chen
Responsive Images in Markdown with Eleventy Image | Tomi Chen
I love markdown's simplicity and convenience, but sometimes you need a little more than the default image tag. In this post, I walk through how responsive images (with the picture tag) are handled on this blog in a way that doesn't compromise the authoring experience.
·tomichen.com·
Responsive Images in Markdown with Eleventy Image | Tomi Chen
How to Deploy Eleventy to GitHub Pages With GitHub Actions
How to Deploy Eleventy to GitHub Pages With GitHub Actions
I recently discovered Eleventy, a modern static site generator that’s customizable and flexible, but without fuss. Eleventy uses JavaScript, but it’s not a JavaScript framework. It uses Node.js under the hood to transform templates into static (HTML, CSS) content. But those pages don’t contain any JavaScript. Eleventy was created to be a JavaScript alternative to Jekyll. It’s zero-config by default but has flexible configuration options. Eleventy works with your project’s existing directory structure.
·rockyourcode.com·
How to Deploy Eleventy to GitHub Pages With GitHub Actions
How I Eleventy
How I Eleventy
Documenting a refactor that introduced a folder structure and configuration changes, which summarises how I Eleventy.
·declanbyrd.co.uk·
How I Eleventy
How I shaved 1.5 minutes off my Eleventy build time
How I shaved 1.5 minutes off my Eleventy build time
I had a revelation earlier today that solved a long-standing performance issue I’ve been having with the initial build of my Eleventy website, and here’s how it saved me a bunch of time!
·chrisburnell.com·
How I shaved 1.5 minutes off my Eleventy build time
Base Design System
Base Design System
The Base design system defines the foundations of user interfaces across Uber's ecosystem of products & services. It brings all Uber experiences together under a single, unified framework.
·base.uber.com·
Base Design System
How to add syntax highlighting to code as a user types in realtime with vanilla JavaScript
How to add syntax highlighting to code as a user types in realtime with vanilla JavaScript
On Monday, I shared a new interactive Code Sandbox I had built using vanilla JavaScript, and explained how I live render code into an iframe. Today, I wanted to share how I syntax highlight code as the user types in real time. Let’s dig in! The one simple trick that makes this work! I tried a bunch of things to get this to work, but the trick that made it happen ended up being stupidly simple.
·gomakethings.com·
How to add syntax highlighting to code as a user types in realtime with vanilla JavaScript