Nested Pagination
Nested pagination was definitely the most annoying thing about setting up this eleventy site, but I eventually got there.
Interactive elements for websites.
Nested pagination was definitely the most annoying thing about setting up this eleventy site, but I eventually got there.
How I navigated adding sidebars to the sites, with some repeating on both sites and some unique per site.
How I created lists of posts that are filtered to certain tags or by year of the post.
Playwright is a helpful testing tool, both locally and in your CI processes.
PHP Linting and CS Testing in VS Code and as CI/CD jobs can help reinforced Drupal best practices.
A JavaScript solution for pagination having less options on smaller screens.
Details elements help organize content in a page, but some users need to expand them all at once to skim the page. Here's a Drupal module to do that.
Drupal doesn't add a class for active links by default in views, but that can be added with JavaScript.