Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```