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

https://github.com/5t3ph/11ty-basics

A barebones demo of basic but essential 11ty features.
https://github.com/5t3ph/11ty-basics

11ty tutorial-code

Last synced: 6 months ago
JSON representation

A barebones demo of basic but essential 11ty features.

Awesome Lists containing this project

README

          

# 11ty Basics

> A barebones demo of basic but essential 11ty features.

This was created to support the [livestream walkthrough](https://www.youtube.com/watch?v=2By887u7b0A) with [@edieblu](https://www.twitch.tv/edieblu).

> Check out the ["Steps to Create From Scratch"](https://github.com/5t3ph/11ty-basics/blob/master/StepsToCreate.md) which match the livestreamed steps. For a more full in-depth tutorial, review the post on 11ty.Rocks: "[Create Your First Basic 11ty Website](https://11ty.rocks/posts/create-your-first-basic-11ty-website/)"

## Development Scripts

**`npm start`**

> Run 11ty with hot reload at localhost:8080

**`npm run build`**

> Production build includes minified, autoprefixed CSS and social preview image generation

Use this as the "Publish command" if needed by hosting such as Netlify.