From d5bda2f2b93f0f680916956ea85639e0a17933d1 Mon Sep 17 00:00:00 2001 From: ShrutheeshIR Date: Sun, 18 Feb 2024 14:56:40 -0500 Subject: [PATCH] completed --- config/_default/menus.yaml | 3 +++ content/home/news.md | 5 ++--- content/post/started_aurora/index.md | 2 +- content/post/thesis/index.md | 2 +- .../layouts/partials/views/descriptive_list.html | 10 +++++----- themes/academictheme/layouts/partials/widget_page.html | 2 +- 6 files changed, 13 insertions(+), 11 deletions(-) diff --git a/config/_default/menus.yaml b/config/_default/menus.yaml index 58ae6f9..339d97a 100644 --- a/config/_default/menus.yaml +++ b/config/_default/menus.yaml @@ -7,6 +7,9 @@ main: - name: Home url: '#about' weight: 10 + - name: News + url: '#news' + weight: 15 - name: Bio url: 'bio' weight: 20 diff --git a/content/home/news.md b/content/home/news.md index 4213cd8..dab62be 100644 --- a/content/home/news.md +++ b/content/home/news.md @@ -1,11 +1,10 @@ --- # Documentation: https://wowchemy.com/docs/page-builder/ widget: news -headless: true weight: 3 - title: Latest News subtitle: Life updates +cms_exclude: true content: count: 5 @@ -20,7 +19,7 @@ content: page_type: post design: view: 'descriptive_list' - columns: 2 + columns: 1 show_authors_only: False all_day: True --- diff --git a/content/post/started_aurora/index.md b/content/post/started_aurora/index.md index a7f639d..1d39c4b 100644 --- a/content/post/started_aurora/index.md +++ b/content/post/started_aurora/index.md @@ -1,5 +1,5 @@ --- -title: Software Engineer at Aurora! +title: Software Engineer at Aurora date: 2023-07-24 summary: Joined Aurora Tech as a perception software engineer. diff --git a/content/post/thesis/index.md b/content/post/thesis/index.md index 1b24955..68e08b4 100644 --- a/content/post/thesis/index.md +++ b/content/post/thesis/index.md @@ -1,7 +1,7 @@ --- title: Presented my thesis! date: 2023-06-08 -summary: Very excited to have presented my thesis, titled 'Improvisational Robot Tool Use using Affordance based Planning'! +summary: Very excited to have presented my thesis, titled 'Improvisational Robot Tool Use using Affordance based Planning'. image: height: 200px diff --git a/themes/academictheme/layouts/partials/views/descriptive_list.html b/themes/academictheme/layouts/partials/views/descriptive_list.html index c42aaa9..4412c0b 100644 --- a/themes/academictheme/layouts/partials/views/descriptive_list.html +++ b/themes/academictheme/layouts/partials/views/descriptive_list.html @@ -28,19 +28,19 @@ {{ $summary = $item.Summary }} {{ end }} -
+
-
+
 
-
+
diff --git a/themes/academictheme/layouts/partials/widget_page.html b/themes/academictheme/layouts/partials/widget_page.html index 48f6809..f340309 100644 --- a/themes/academictheme/layouts/partials/widget_page.html +++ b/themes/academictheme/layouts/partials/widget_page.html @@ -122,7 +122,7 @@ {{end}} {{ $columns := $st.Params.design.columns | default "2" }} - {{ $use_cols := in (slice "pages" "featured" "experience" "accomplishments" "contact" "blank" "tag_cloud" "portfolio") $widget }} + {{ $use_cols := in (slice "pages" "featured" "experience" "accomplishments" "contact" "blank" "tag_cloud" "portfolio" "news") $widget }} {{/* Dedicated child div for bg prevents parallax 100% height issue within new CSS grid page wrapper. */}}