Skip to content

Add new archetype for custom landing page #668

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions archetypes/landing-page.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
title:
description:
url:
hasCustomContent: true
cascade:
logo:
---

## About

[//]: # "Give a short 1-2 sentence summary of what the product does and its value to a customer."
This is a short description about a product highlighting key values, mission, or purpose.

## Featured Content

[//]: # "Maximum of three cards available to display."
[//]: # "Each card should be less than 10 words for a description."
[//]: # "If more than three cards are placed here, they are not displayed."
[//]: # "If there is one card, it will take full width and be the only card in the row."
[//]: # "If there is two cards, one card will take half width and there will be two cards in a row."
[//]: # "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."
{{<card-layout>}}
{{<card-section showAsCards="true" isFeaturedSection="true">}}
{{<card title="<some-title>">}}
some-description
{{</card>}}
{{<card title="<some-title>" titleUrl="<some-url>" icon="<some-lucide-icon>">}}
some-description
{{</card>}}
{{</card-section>}}
{{</card-layout>}}

## Other Content

[//]: # "Provide any sort of additional supporting content you may want customers to see as well (e.g. more cards, diagrams, changelogs, etc.)"
Loading