Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brob/11ty-mixnmatch
https://github.com/brob/11ty-mixnmatch
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/brob/11ty-mixnmatch
- Owner: brob
- Created: 2021-01-31T17:19:45.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T02:22:24.000Z (about 1 year ago)
- Last Synced: 2024-11-07T00:30:50.518Z (2 months ago)
- Language: HTML
- Size: 239 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mix and Match 11ty markdown files and Data files
This repository is a companion to a blog post where I cover starting with an 11ty markdown blog and connecting to a headless content platform (Sanity.io) and mixing those two data streams into one collection
## Get started
If you're following along with the blog post, you'll want to clone the repository and checkout the `start` branch.
```sh
git clone [email protected]:brob/11ty-mixnmatch.git
g checkout start
```Then run the following commands:
```sh
npm install
npm start
```