Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lihbr/eleventy-demo-cms-integration
Examples of integrating 11ty with a CMS used during my talk: "Integrating 11ty with a CMS and making it cool to use!"
https://github.com/lihbr/eleventy-demo-cms-integration
eleventy
Last synced: about 2 months ago
JSON representation
Examples of integrating 11ty with a CMS used during my talk: "Integrating 11ty with a CMS and making it cool to use!"
- Host: GitHub
- URL: https://github.com/lihbr/eleventy-demo-cms-integration
- Owner: lihbr
- License: mit
- Created: 2021-11-03T09:59:33.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-12T11:33:35.000Z (over 2 years ago)
- Last Synced: 2024-12-12T14:43:52.486Z (about 2 months ago)
- Topics: eleventy
- Language: JavaScript
- Homepage: https://diapositiv.lihbr.com/talk/11ties/integrating-11ty-with-a-cms-and-making-it-cool-to-use
- Size: 62.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eleventy-demo-cms-integration
Examples of integrating 11ty with a CMS used during my talk: _"Integrating 11ty with a CMS and making it cool to use!"_.
- [📖 11ty global data documentation](https://www.11ty.dev/docs/data-global-custom)
- [📚 Prismic 11ty plugin](https://github.com/prismicio-community/eleventy-plugin-prismic)
- [👩🏫 Talk resources](https://diapositiv.lihbr.com/talk/integrating-11ty-with-a-cms-and-making-it-cool-to-use)
- [💐 More from Lucie](https://lihbr.com/?source=eleventy-demo-cms-integration)## Install
> While working well please keep in mind **this is a demo**, feel free to fork it if you want to improve it~
```bash
# install dependencies with Node 16 or higher
npm install# run a demo dev server using its number
npm run dev:1# build a demo using its number
npm run build:1
```## License
[MIT License](./LICENSE)