6 posts by Steven Woodson
Eleventy Style Guide Generator - Step by Step buide adding to an existing site
Step by Step guide to adding the Eleventy Style Guide Generator to an existing site. Details on how to avoid needing WebC or Design Tokens included.
Aug 25, 2023
by Steven Woodson (6 posts) · Website & RSS feed
Categories: How to...
Pulling WordPress Post Categories & Tags Into Eleventy
Step by step guide to gathering post categories and tags from the WordPress REST API for better filtering and discoverability in an Eleventy blog.
Aug 15, 2023
by Steven Woodson (6 posts) · Website & RSS feed
Categories: Remote DataHow to...
Eleventy Style Guide Generator with WebC Component Support
The simplicity and speed of Eleventy with the organization of a self documenting design system. Style guide generator that incorporates design tokens, fluid typography, and WebC components.
Aug 3, 2023
by Steven Woodson (6 posts) · Website & RSS feed
Categories: WebC
Adding a Table of Contents to dynamic content in 11ty
Code that introduces automated anchor links to headlines in Eleventy dynamic-loaded content. Improves accessibility and makes content sharing easier!
Feb 12, 2023
by Steven Woodson (6 posts) · Website & RSS feed
Categories: How to...
CAUTION
The posts below were published before the release of Eleventy v2.0.0 (Feb 8, 2023). Information in these posts may be out of date. The current stable release is 2.0.1. Eleventy v3.0 is currently under development and available for testing.
A Step-by-Step Guide to Sorting Eleventy Global Data Files by Date
Step-by-step guide to date-based global data sorting in Eleventy, including automated by file last modified and manually via a data property
Feb 2, 2023
by Steven Woodson (6 posts) · Website & RSS feed
Categories: How to...
Pulling WordPress Content into Eleventy
Composable Architecture Powered by WordPress part 2 – How to pull content from a WordPress RESTful API into an Eleventy generated static site.
Dec 17, 2022
by Steven Woodson (6 posts) · Website & RSS feed
Categories: Remote Data