https://github.com/bholmesdev/11ts-for-slinkity-reference
11 Ts for 11ty as seen on Learn with Jason
https://github.com/bholmesdev/11ts-for-slinkity-reference
livestream talk
Last synced: 11 months ago
JSON representation
11 Ts for 11ty as seen on Learn with Jason
- Host: GitHub
- URL: https://github.com/bholmesdev/11ts-for-slinkity-reference
- Owner: bholmesdev
- Created: 2022-01-24T18:46:08.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-24T18:46:10.000Z (about 4 years ago)
- Last Synced: 2025-02-10T06:42:21.933Z (about 1 year ago)
- Topics: livestream, talk
- Language: JavaScript
- Homepage:
- Size: 756 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to the 11Ts for Slinkity reference repo!
This includes a few assets we'll sprinkle into our `npm init slinkity` project during the stream. I'll call out when to reach for each one. But to be thorough:
- the `images/` directory will be copied to `public/` in our example site
- the `.eleventy.js` will _replace_ our example's `.eleventy.js`. We'll need to npm install `js-yaml` at this step as well
- the `_data/tshirts.yaml` will be copied to `src/` in our example site
- `PossumUpsell.jsx` will be copied to `src/_includes` in our example site. We'll need to npm install `@reach/tabs` at this step as well