Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brob/sanity-11ty-mixnmatch-blog-test
11ty Mix and Match
https://github.com/brob/sanity-11ty-mixnmatch-blog-test
Last synced: 7 days ago
JSON representation
11ty Mix and Match
- Host: GitHub
- URL: https://github.com/brob/sanity-11ty-mixnmatch-blog-test
- Owner: brob
- Created: 2021-02-06T21:42:14.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T06:00:12.000Z (about 1 year ago)
- Last Synced: 2024-11-07T00:29:28.819Z (about 2 months ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
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
```