From 5fac0f802d59a34df474a92bbd08a27e8cd0ef6b Mon Sep 17 00:00:00 2001 From: Sharwin Patil Date: Fri, 10 Jan 2025 00:44:18 -0600 Subject: [PATCH] Created featured posts section but disabled for now --- data/en/sections/featured-posts.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 data/en/sections/featured-posts.yaml diff --git a/data/en/sections/featured-posts.yaml b/data/en/sections/featured-posts.yaml new file mode 100644 index 0000000..259b8ce --- /dev/null +++ b/data/en/sections/featured-posts.yaml @@ -0,0 +1,15 @@ +section: + name: Featured Projects + id: featured-posts + template: sections/featured-posts.html # Use "sections/education-alt.html for alternate template. + enable: false + weight: 6 + showOnNavbar: false + # Can optionally hide the title in sections + # hideTitle: true + +posts: +- mobile-manipulation +- automated-poker-table +- chess-robot +- robot-arm-edu \ No newline at end of file