Skip to content

Commit 84069d2

Browse files
committed
Add new archetype for custom landing page
1 parent 2f385fa commit 84069d2

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

archetypes/landing-page.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title:
3+
description:
4+
url:
5+
hasCustomContent: true
6+
cascade:
7+
logo:
8+
---
9+
10+
## About
11+
12+
[//]: # "Give a short 1-2 sentence summary of what the product does and its value to a customer."
13+
This is a short description about a product highlighting key values, mission, or purpose.
14+
15+
## Featured Content
16+
17+
[//]: # "Maximum of three cards available to display."
18+
[//]: # "Each card should be less than 10 words for a description."
19+
[//]: # "If more than three cards are placed here, they are not displayed."
20+
[//]: # "If there is one card, it will take full width and be the only card in the row."
21+
[//]: # "If there is two cards, one card will take half width and there will be two cards in a row."
22+
[//]: # "If there is three cards, there will be two rows, where first row has two equal-sized cards, and second row will have a full width card. Can we inversed in order to feature content."
23+
{{<card-layout>}}
24+
{{<card-section showAsCards="true" isFeaturedSection="true">}}
25+
{{<card title="<some-title>">}}
26+
some-description
27+
{{</card>}}
28+
{{<card title="<some-title>" titleUrl="<some-url>" icon="<some-lucide-icon>">}}
29+
some-description
30+
{{</card>}}
31+
{{</card-section>}}
32+
{{</card-layout>}}
33+
34+
## Other Content
35+
36+
[//]: # "Provide any sort of additional supporting content you may want customers to see as well (e.g. more cards, diagrams, changelogs, etc.)"

0 commit comments

Comments
 (0)