Soft UI Design
Open-source starter built with Eleventy (11ty) and Prismic and Soft UI Design System.
Quick Start
Setup Prismic CMS
{ "Main": { "title": { "type": "StructuredText", "config": { "single": "heading1, heading2, heading3, heading4, heading5, heading6", "label": "title", "placeholder": "Title of the article" } }, "uid": { "type": "UID", "config": { "label": "uid", "placeholder": "ID of the article" } }, "date": { "type": "Date", "config": { "label": "date", "placeholder": "Created date of the article" } }, "article_image": { "type": "Image", "config": { "constraint": {}, "thumbnails": [], "label": "article_image" } }, "body": { "type": "StructuredText", "config": { "multi": "paragraph,preformatted,heading1,heading2,heading3,heading4,heading5,heading6,strong,em,hyperlink,image,embed,list-item,o-list-item,rtl", "allowTargetBlank": true, "label": "Body of the Article", "placeholder": "Article Body" } } } }

Local Development
Deploy to Netlify


Set up a Netlify build hook and a Prismic webhook to trigger Netlify Build


Codebase Structure
Customization
Last updated