Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brob/sanity-template-11ty-mixnmatch-blog
https://github.com/brob/sanity-template-11ty-mixnmatch-blog
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/brob/sanity-template-11ty-mixnmatch-blog
- Owner: brob
- Created: 2021-02-06T19:55:08.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T05:08:48.000Z (about 1 year ago)
- Last Synced: 2024-11-07T00:29:13.779Z (2 months ago)
- Language: JavaScript
- Size: 122 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
```