Eleventy Starter Kit
This is an example page made with the Eleventy starter kit. Extending this repo will make it easier and faster to build websites with Eleventy.
The included CSS methodology is heavily inspired by Build Excellent Websites by Andy Bell
Out of the box, this kit comes preconfigured with:
- Sensible default styles that are easy to override
- Fluid type and spacing
- Helper style classes for Grids and Lists
- Macros for commonly-used components, such as a Gallery
Grid
- A grid with 50-50 sizing will attempt to fit two columns onto the screen, provided it is wide enough
- But will automatically wrap the columns if there isn't enough space to display the columns side by side
- It does this using the repeat() css grid property with auto-fill, and using clamp to fix the column size