Skip to content

Commit

Permalink
Landing page improvements (#100)
Browse files Browse the repository at this point in the history
* Changes on the main page, configuration, and added the featured image for esp32-c61 soc support

---------

Co-authored-by: ESP-Kirill <105578077+f-hollow@users.noreply.github.com>
  • Loading branch information
pedrominatel and f-hollow committed Sep 3, 2024
1 parent 78f2ab3 commit 652ce59
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 6 deletions.
5 changes: 2 additions & 3 deletions config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,8 @@ smartTOCHideUnfocusedChildren = false
showScrollToTop = true

[homepage]
layout = "custom" # valid options: page, profile, hero, card, background, custom
# homepageImage = "/img/iceland.jpg" # used in: hero, and card
showRecent = false
layout = "page" # valid options: page, profile, hero, card, background, custom
showRecent = true
showRecentItems = 6
showMoreLink = true
showMoreLinkDest = "blog"
Expand Down
41 changes: 38 additions & 3 deletions content/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Welcome to Espressif Developer Portal! :tada:"
title: "Espressif Developer Portal"
description: "This page is the Espressif Developer Portal."
disableComments : true

Expand All @@ -8,6 +8,41 @@ cascade:
showViews : false
---

We are thrilled to have you join our community of innovators and creators in the exciting world of Espressif products! Whether you're a seasoned developer or just starting your journey, this portal is your go-to destination for a treasure trove of information, tutorials, and resources centered around our cutting-edge technologies.
"Welcome to the [Espressif Systems](https://espressif.com/) Developer Portal—your official hub for all good things, such as the ESP32 and more. Explore our extensive collection of articles, workshops, and tutorials to enhance your development journey with the latest tools and insights."

Join us on this exciting journey of exploration, innovation, and collaboration. The Espressif Developer Portal is not just a platform; it's a community-driven space where ideas flourish and projects come to life.
## Featured Articles

{{< article link="/blog/meet-espressif-developer-portal/" >}}

<br>
{{< button href="#button" target="_self" href=/blog/ >}}
More Articles
{{< /button >}}

## Workshop Highlight

Dive into our latest workshops and master the skills you need to maximize the power of the ESP32.

{{< article link="/workshops/iot-introduction-with-rainmaker/" >}}

<br>
{{< button href="#button" target="_self" href=/workshops/ >}}
More Workshops
{{< /button >}}

## New Chip Support Status

Here you can follow the current status of the new chip support in various Espressif SDKs and frameworks.

{{< article link="/pages/chip-support-status/esp32c61/" >}}

## Upcoming Event

Stay tuned for our upcoming events!

{{< article link="/events/devcon24/" >}}

<br>
{{< button href="#button" target="_self" href=/events/ >}}
More Events
{{< /button >}}
Binary file not shown.

0 comments on commit 652ce59

Please sign in to comment.