Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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!"

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)