Skip to content

Commit 4c03dac

Browse files
committed
UPD 11ty - Soft Design Starter
1 parent aa7453b commit 4c03dac

File tree

1 file changed

+37
-9
lines changed

1 file changed

+37
-9
lines changed

docs/products/eleventy-11ty/soft-ui-design.mdx

Lines changed: 37 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,38 @@
11
---
2-
sidebar_position: 1
3-
sidebar_label: Soft UI Design
4-
description: >-
5-
Open-source starter built with Eleventy (11ty) and Prismic and Soft UI Design
6-
System.
2+
title : 11ty Soft Design - Open-Source Starter
3+
sidebar_label: 11ty Soft Design
74
---
85

9-
# Soft UI Design
6+
# [Soft UI Design](https://appseed.us/product/soft-ui-design/) `Eleventy` (11ty)
107

118
<SubHeading>Open-source starter built with Eleventy (11ty) and Prismic and Soft UI Design System.</SubHeading>
129

13-
Eleventy Soft is an Eleventy adaptation of Soft UI Design System (a user-friendly and beautiful design system based on Bootstrap 5), including a Blog system that uses Prismic CMS for content management.
10+
**Eleventy Soft UI** is an Eleventy adaptation of **[Soft UI Design System](https://appseed.us/product/soft-ui-design/)** (a user-friendly and beautiful design system based on Bootstrap 5), including a Blog system that uses Prismic CMS for content management.
11+
**Soft UI Design System** is built with over 70 frontend individual elements, like buttons, inputs, navbars, nav tabs, cards, or alerts, giving you the freedom of choosing and combining. All components can take variations in color, which you can easily modify using SASS files and classes.
1412

15-
Soft UI Design System is built with over 70 frontend individual elements, like buttons, inputs, navbars, nav tabs, cards, or alerts, giving you the freedom of choosing and combining. All components can take variations in color, which you can easily modify using SASS files and classes.
13+
- 👉 [Eleventy Soft UI](https://eleventy-soft-ui.appseed-srv1.com/) - LIVE Demo
1614

17-
You will save a lot of time going from prototyping to full-functional code because all elements are implemented. This Freebie Bootstrap 5 UI Kit is coming with prebuilt design blocks, so the development process is seamless, switching from our pages to the real website is very easy to be done.
15+
<br />
16+
17+
> Features:
18+
19+
- ✅ UI: [Soft UI Design System](https://bit.ly/3v6JYIe) crafted by **Creative-Tim**
20+
-**Prismic CMS** for blog posts
21+
- ✅ CSS Pipeline (Sass, CleanCSS)
22+
- ✅ JS Bundling (Webpack)
23+
- ✅ SVG Icon Sprite Generation
24+
- ✅ Critical CSS, HTML Minification
25+
26+
![Eleventy Soft UI Design - Open-source SSG starter provided by AppSeed in 11ty on top of Soft UI Design.](https://user-images.githubusercontent.com/51070104/128602712-4b38f18d-2154-4899-a796-aec0f7435329.png)
27+
28+
<br />
1829

1930
### Quick Start
2031

2132
This project uses includes a Blog system that uses Prismic CMS. You'll need a free [prismic.io](http://prismic.io/) account.
2233

34+
<br />
35+
2336
### Setup Prismic CMS
2437

2538
- In your Prismic account, create a new repository.
@@ -78,6 +91,8 @@ This project uses includes a Blog system that uses Prismic CMS. You'll need a fr
7891

7992
![](../../../static/assets/get-prismic-repo-url.png)
8093

94+
<br />
95+
8196
### Local Development
8297

8398
- After setting up Prismic CMS, Generate a new repo from this repository template which will copy this project into your own new repo.
@@ -86,6 +101,8 @@ This project uses includes a Blog system that uses Prismic CMS. You'll need a fr
86101
- Rename the ".env.sample" file (located in the root directory) to ".env" and edit the file to add your Prismic repository API endpoint.
87102
- Run "npm run start" to start a development server or "npm run build" to build your site.
88103

104+
<br />
105+
89106
### Deploy to Netlify
90107

91108
- Upload the local repository you set up to Github.
@@ -109,6 +126,8 @@ We need to set up a webhook so that when you save a Prismic document, this trigg
109126

110127
![](../../../static/assets/netlify-build-hooks-2.png)
111128

129+
<br />
130+
112131
### Codebase Structure
113132

114133
```
@@ -146,6 +165,8 @@ eleventy-soft-ui-design
146165
└── package.js
147166
```
148167

168+
<br />
169+
149170
### Customization
150171

151172
**CSS**
@@ -159,3 +180,10 @@ Javascript can be written in ES6 syntax. The main index file is in `src/static/a
159180
**Global Data Files**
160181

161182
You can update the global data like title, meta description of the site at `src/data/meta.json`
183+
184+
<br />
185+
186+
## Resources
187+
188+
- 👉 Free [Support](https://appseed.us/support/) via Email & Discord
189+
- 👉 [Custom Development Services](https://appseed.us/custom-development/) provided by experts

0 commit comments

Comments
 (0)