An exercise in building a website with Eleventy, WebC, and Web Components for Some Antics.
View the final version at yolo-vinyl.netlify.app.
- Create a hero component for the site as a single-file component (SFC)
- Create a card web component that is progressively enhanced with some decoration and metadata
npm install
npm start
- Eleventy docs for using WebC
- Introduction to WebC
- Understanding WebC Features and Concepts
- 11ty.webc.fun for WebC recipes
- Render functions in layouts aren’t re-processed through WebC (eleventy-plugin-webc)
- Arbitrary HTML asset aggregation (WebC)