_sortieren

60 bookmarks
Custom sorting
My Blogging Workflow
My Blogging Workflow
How I use Obsidian, VSCode, and Eleventy to write for my website...for now.
·rknight.me·
My Blogging Workflow
Organising NPM Build Scripts
Organising NPM Build Scripts
I recently took an existing codebase and ported it over to Eleventy. The main purpose was to recreate the website with existing markdown files and CSS. Creating the collections and templates…
·trovster.com·
Organising NPM Build Scripts
Organising Eleventy Filters, Shortcodes and more…
Organising Eleventy Filters, Shortcodes and more…
I work a lot with the Laravel framework, which scaffolds much of your initial setup and has conventions for where code should be stored. Starting a brand new Eleventy project from scratch do…
·trovster.com·
Organising Eleventy Filters, Shortcodes and more…
Eleventy Filters in Collections
Eleventy Filters in Collections
If you're building up a custom Eleventy collection using addCollection, you may need to use existing filters to create the desired data. For built-in collections using tags, there is the ite…
·trovster.com·
Eleventy Filters in Collections
Dynamic Importing with Eleventy
Dynamic Importing with Eleventy
After organising Eleventy filters, shortcodes etc I had an idea to tidy the code even more and make it dynamic. I wanted to automatically import any new functions that were added, including…
·trovster.com·
Dynamic Importing with Eleventy
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
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
Recap of 11ty International Symposium on Making Web Sites Real Good
Recap of 11ty International Symposium on Making Web Sites Real Good
Last week, the first 11ty Conference, also known as the 11ty International Symposium on Making Web Sites Real Good, took place and it blew my mind. Here are the best parts, which is pretty much everything.
·hamatti.org·
Recap of 11ty International Symposium on Making Web Sites Real Good
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
Shiki
Shiki
A beautiful yet powerful syntax highlighter
·shiki.style·
Shiki
Nested Nunjucks For Loop
Nested Nunjucks For Loop
I am trying to write a nunjucks template that loops through an outer array and populates columns, then loops through a nested array to make rows in each column. So, my data structure looks something
·stackoverflow.com·
Nested Nunjucks For Loop
Loop.index - select 2 images/photos per element rendered - Support - Grav Community Forum
Loop.index - select 2 images/photos per element rendered - Support - Grav Community Forum
I am trying to select 2 media elements per div rendered using the receptar theme in each rendering of blog_item element. In other words, I need to display a container that holds divs, where each div displays two images. The first div would have image1 and image2, the second dive would have image3 and image4, etc… My blog_item.html.twig looks like this: div id="post-{{ loop.index }}" class="post-{{ loop.index }} post type-post status-publish format-standard has-post-thumbnail hentry category-ca...
·discourse.getgrav.org·
Loop.index - select 2 images/photos per element rendered - Support - Grav Community Forum