Smart Incremental Rebuilds With eleventyImport
๐ฟ 2 min. read โข Posted on: Mar 18, 2023Ensure templates that display content from collections, like a blog index, rebuild when associated collection content changes.
Read PostArticles and tutorials exclusive to 11ty Rocks!
Ensure templates that display content from collections, like a blog index, rebuild when associated collection content changes.
Read PostUse these plugins or code snippets to make CSS a first-class templating language in Eleventy and add processing with LightningCSS and/or Sass.
Read PostUse this 11ty plugin to enforce a typed frontmatter schema for templates within an Eleventy collection.
Read PostDo you want to offer exclusive content, but also have full control over the platform you use? With the power combo of Eleventy, Netlify, and Supabase, weโll create an authenticated membership site, no frameworks required.
Read Post11 nifty resources from the Eleventy community, including CSS and JS processing, sharing WebC components, and organizing the config.
Read PostReview major feature additions, breaking changes, and various enhancements to prepare for the v2 stable release of 11ty.
Read PostWebC is an exciting addition to the 11ty ecosystem as it enables first-class components. Putting the pieces together may be a little overwhelming, so letโs review some WebC features to help you be successful!
Read PostWhat is WebC and what does it have to do with Eleventy?
Read PostUsing environment variables and the Eleventy config option to ignore files, we can exclude files or directories depending on our build process.
Read PostCollections allow you to group templates and then sort, filter, and perform other manipulations to customize the display of your template content and data.
Read PostCreate a single-page site that composites working code examples by leveraging Nunjucks templating abilities and custom collections and shortcodes.
Read PostLearn what makes Eleventy unique, and about some essential concepts to help you successfully get started.
Read PostCreate a collection of content using any Eleventy templating language and learn to control the output to enable using that content as data.
Read PostEleventy includes features that allow exceeding the traditional limits of static. Learn how to leverage these features and think beyond static when using Eleventy.
Read PostBegin from a blank directory and build up your first Eleventy site. Includes gotchas along the way, why they happen, and how to resolve them. You'll create essential layouts while learn the basics of using Nunjucks and Markdown for templating. And you'll learn to work with local data and external API data. As a bonus, get setup to deploy your final site to Netlify.
Read Post