From b4ae98c462e48506bd3deb71ef6b9c3f03291d5e Mon Sep 17 00:00:00 2001 From: Pedro Minatel Date: Fri, 14 Jun 2024 15:54:09 +0100 Subject: [PATCH] Removed tutorials and articles from the content (#34) --- .gitignore | 1 + config/_default/menus.en.toml | 10 ---------- content/_index.md | 2 -- content/articles/_index.md | 19 ------------------- content/pages/_index.md | 7 +++++++ content/pages/about.md | 1 - content/pages/arduino/index.md | 2 +- content/pages/esp-idf/index.md | 2 +- content/pages/ides/index.md | 2 +- content/pages/nuttx/index.md | 2 +- content/pages/rust/index.md | 2 +- content/pages/zephyr/index.md | 2 +- content/tutorials/_index.md | 19 ------------------- 13 files changed, 14 insertions(+), 57 deletions(-) delete mode 100644 content/articles/_index.md delete mode 100644 content/tutorials/_index.md diff --git a/.gitignore b/.gitignore index 90774f36..4a4e6d1a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ public node_modules resources .hugo_build.lock +.vscode \ No newline at end of file diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml index 80b81374..55d86a8a 100644 --- a/config/_default/menus.en.toml +++ b/config/_default/menus.en.toml @@ -55,16 +55,6 @@ pageRef = "blog" weight = 12 -[[main]] - name = "Tutorials" - pageRef = "tutorials" - weight = 15 - -[[main]] - name = "Articles" - pageRef = "articles" - weight = 20 - [[main]] name = "Events" pageRef = "events" diff --git a/content/_index.md b/content/_index.md index 720354c9..cc1f0de9 100755 --- a/content/_index.md +++ b/content/_index.md @@ -10,6 +10,4 @@ cascade: 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. - - 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. diff --git a/content/articles/_index.md b/content/articles/_index.md deleted file mode 100644 index 2125438c..00000000 --- a/content/articles/_index.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Articles" -date: 2022-06-13T20:55:37+01:00 -draft: false - -showDate : false -showDateUpdated : false -showHeadingAnchors : false -showPagination : false -showReadingTime : false -showTableOfContents : true -showTaxonomies : false -showWordCount : false -showSummary : false -sharingLinks : false -showLikes : false -showViews : false -disableComments : true ---- diff --git a/content/pages/_index.md b/content/pages/_index.md index e69de29b..dea57406 100644 --- a/content/pages/_index.md +++ b/content/pages/_index.md @@ -0,0 +1,7 @@ +--- +cascade: + disableComments : true + showLikes : false + showViews : false + showDate : false +--- \ No newline at end of file diff --git a/content/pages/about.md b/content/pages/about.md index 3a6b8aa5..da5d9b64 100644 --- a/content/pages/about.md +++ b/content/pages/about.md @@ -1,6 +1,5 @@ --- title: "About" -date: 2022-06-13T20:55:37+01:00 draft: false showEdit : false diff --git a/content/pages/arduino/index.md b/content/pages/arduino/index.md index 8ba8fb44..f2f0d1bf 100644 --- a/content/pages/arduino/index.md +++ b/content/pages/arduino/index.md @@ -1,6 +1,6 @@ --- title: "Awesome Arduino" -date: 2022-06-13T20:55:37+01:00 +date: 2024-06-14 draft: false showEdit : false diff --git a/content/pages/esp-idf/index.md b/content/pages/esp-idf/index.md index ba4ece4a..c587ceba 100644 --- a/content/pages/esp-idf/index.md +++ b/content/pages/esp-idf/index.md @@ -1,6 +1,6 @@ --- title: "Awesome ESP-IDF" -date: 2022-06-13T20:55:37+01:00 +date: 2024-06-14 draft: false showEdit : false diff --git a/content/pages/ides/index.md b/content/pages/ides/index.md index 60cc5c07..553d22e6 100644 --- a/content/pages/ides/index.md +++ b/content/pages/ides/index.md @@ -1,6 +1,6 @@ --- title: "Awesome IDEs" -date: 2022-06-13T20:55:37+01:00 +date: 2024-06-14 draft: false showEdit : false diff --git a/content/pages/nuttx/index.md b/content/pages/nuttx/index.md index 36bb53ba..af4fc213 100644 --- a/content/pages/nuttx/index.md +++ b/content/pages/nuttx/index.md @@ -1,6 +1,6 @@ --- title: "Awesome NuttX" -date: 2022-06-13T20:55:37+01:00 +date: 2024-06-14 draft: false showEdit : false diff --git a/content/pages/rust/index.md b/content/pages/rust/index.md index 5487a81b..160dac80 100644 --- a/content/pages/rust/index.md +++ b/content/pages/rust/index.md @@ -1,6 +1,6 @@ --- title: "Awesome Rust" -date: 2022-06-13T20:55:37+01:00 +date: 2024-06-14 draft: false showEdit : false diff --git a/content/pages/zephyr/index.md b/content/pages/zephyr/index.md index 35b06b83..202ce221 100644 --- a/content/pages/zephyr/index.md +++ b/content/pages/zephyr/index.md @@ -1,6 +1,6 @@ --- title: "Awesome Zephyr" -date: 2022-06-13T20:55:37+01:00 +date: 2024-06-14 draft: false showEdit : false diff --git a/content/tutorials/_index.md b/content/tutorials/_index.md deleted file mode 100644 index 7ee2bbc5..00000000 --- a/content/tutorials/_index.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Tutorials" -date: 2022-06-13T20:55:37+01:00 -draft: false - -showDate : false -showDateUpdated : false -showHeadingAnchors : false -showPagination : false -showReadingTime : false -showTableOfContents : true -showTaxonomies : false -showWordCount : false -showSummary : false -sharingLinks : false -showLikes : false -showViews : false -disableComments : true ----