Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chrismademe/11ty-starter-kit

An SEO ready starter kit for 11ty with Design Tokens, Responsive Type Scale and Cypress Testing.
https://github.com/chrismademe/11ty-starter-kit

11ty 11ty-template css eleventy responsive seo starter-kit

Last synced: 2 days ago
JSON representation

An SEO ready starter kit for 11ty with Design Tokens, Responsive Type Scale and Cypress Testing.

Awesome Lists containing this project

README

        

# 11ty Starter Kit

## What's included?

- Boilerplate HTML (responsive meta tag, favicons etc.)
- Starter CSS
- Design Tokens
- Responsive typescale using `clamp`
- SEO ready
- Custom 404 page
- Eleventy Navigation plugin

## Roadmap

- Create a skeleton site to get started with

## Get Started

```bash
npx degit chrismademe/11ty-starter-kit
cd 11ty-starter-kit
npm install
npm run dev
```