Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prismicio/content-modelling-examples
Examples and best practices of content modelling in Prismic. Browse the JSON definition of Prismic Custom Types configured for specific use cases.
https://github.com/prismicio/content-modelling-examples
Last synced: 2 days ago
JSON representation
Examples and best practices of content modelling in Prismic. Browse the JSON definition of Prismic Custom Types configured for specific use cases.
- Host: GitHub
- URL: https://github.com/prismicio/content-modelling-examples
- Owner: prismicio
- Created: 2020-11-02T09:16:31.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-10T16:09:34.000Z (about 4 years ago)
- Last Synced: 2024-12-22T10:35:13.092Z (22 days ago)
- Size: 74.2 KB
- Stars: 0
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Content Modelling Examples
Examples and best practices of content modelling in Prismic. Copy and paste the JSON definition of these Custom Types into your Prismic repository to see the examples in action.## Ecommerce Website
Eshops of all sizes are using Prismic to enhance their visitor's experience with rich content. Some examples of custom types definition for managing this content in Prismic:
* [Homepage](https://github.com/prismicio/content-modelling-examples/blob/main/Ecommerce/homepage.json)
* [Navigation](https://github.com/prismicio/content-modelling-examples/blob/main/Ecommerce/ecommerce_navigation.json)
* [Product page](https://github.com/prismicio/content-modelling-examples/blob/main/Ecommerce/ecommerce_product-page.json)
* Story `coming soon`## Marketing Website
Marketing site are now made of Components (sections) that marketing teams want to be able to arrange to create a infinity of lead-gen, landing pages, SEO page to communicate the value of their product. See some configuration examples for:
* [Homepage](https://github.com/prismicio/content-modelling-examples/blob/main/Marketing/marketing_homepage.json)
* [Navigation](https://github.com/prismicio/content-modelling-examples/blob/main/Marketing/marketing_navigation.json)
* [Landing Page](https://github.com/prismicio/content-modelling-examples/blob/main/Marketing/landingpage.json)
* [Blog Post](https://github.com/prismicio/content-modelling-examples/blob/main/Marketing/marketing_blog-post.json)
* [Blog Author](https://github.com/prismicio/content-modelling-examples/blob/main/Marketing/marketing_author.json)
* [Category page](https://github.com/prismicio/content-modelling-examples/blob/main/Marketing/marketing_category-page.json)## News Website
Telling inspiring stories online require more than Paragraph Text and Images. In this example, see how to configure your custom types in Prismic for managing rich content for a modern editorial experience:
* [Article](https://github.com/prismicio/content-modelling-examples/blob/main/Editorial/editorial_article.json)
* [Author](https://github.com/prismicio/content-modelling-examples/blob/main/Editorial/editorial_author.json)
* [Category page](https://github.com/prismicio/content-modelling-examples/blob/main/Editorial/editorial_category-page.json)## Blog
* [Homepage](https://github.com/prismicio/content-modelling-examples/blob/main/Blog/homepage.json)
* [Blog Post](https://github.com/prismicio/content-modelling-examples/blob/main/Blog/blog_blog-post.json)
* [Author Page](https://github.com/prismicio/content-modelling-examples/blob/main/Blog/author.json)## Developer Documentation Site
Communicating knowledge about a technical product involves straigtforward and structured content components. Here are some examples:
* [Docs article](https://github.com/prismicio/content-modelling-examples/blob/main/Documentation/documentation_article.json)
* [Article author](https://github.com/prismicio/content-modelling-examples/blob/main/Documentation/documentation_author.json)
* API Reference `coming soon`
* Multi-steps Tutorial `coming soon`