diff --git a/Jenkinsfile b/Jenkinsfile
index 9ce68dc3813f3db6f9916772d6097e36f4966a8a..cf4226100839301f7f32621909d92bb721b93d55 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -4,6 +4,6 @@ hugo (
   appName: 'sdv.eclipse.org',
   productionDomain: 'sdv.eclipse.org',
   build: [
-    containerImage: 'eclipsefdn/hugo-node:h0.110.0-n18.13.0'
+    containerImage: 'eclipsefdn/hugo-node:h0.144.2-n22.14.0'
   ]
 )
\ No newline at end of file
diff --git a/README.md b/README.md
index 2012f82c47c96726b3ae4e4d203389dc92d44051..74271a3d07b447d18b09dc5a0e434cb07b664199 100644
--- a/README.md
+++ b/README.md
@@ -8,9 +8,9 @@ The [sdv.eclipse.org](https://sdv.eclipse.org) website is generated with [Hugo](
 
 | Software  | Version   |
 |---        |---        |
-| node.js   | 18.13.0   |
+| node.js   | 22.14.4   |
 | npm       | 8.19      |
-| Hugo      | 0.110     |
+| Hugo      | 0.144.2   |
 | Git       | > 2.31    |
 
 See our [Managing Required Software](https://gitlab.eclipse.org/eclipsefdn/it/webdev/hugo-solstice-theme/-/wikis/Managing-Required-Software) 
diff --git a/content/_index.md b/content/_index.md
index 1ff25537e6cb9909cc8a36a6d0697083be22403b..1f7dc953c0a352c005d99f116125d99e6242d787 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -30,7 +30,7 @@ links: [[href: "/become-a-member", text: "Get Involved"],[href: "/get-engaged",
   {{< newsroom/news
     id="news-list-container" 
     count="3"
-    paginate="true"
+    paginate="false"
     class="news-list" 
     publishTarget="sdv" 
     templateId="cards"
diff --git a/content/sdv-community-day-eclipsecon-2023/index.md b/content/sdv-community-day-eclipsecon-2023/index.md
index 30e6db9971af5015b5fc51eafc6bd71a42274085..39c13bd254c0542d462f0b9dca13d7f4251a1efd 100644
--- a/content/sdv-community-day-eclipsecon-2023/index.md
+++ b/content/sdv-community-day-eclipsecon-2023/index.md
@@ -1,6 +1,6 @@
 ---
 title: SDV Community Day at EclipseCon
-date: 2023-08-041T00:00:00-04:00
+date: 2023-08-04T00:00:00-04:00
 summary: >-
     Meet and engage with the thriving SDV Community and work towards building
     an SDV Distribution entirely consisting of Open Source Projects.
diff --git a/content/sdv-contribution-day-june-2022/_index.md b/content/sdv-contribution-day-june-2022/_index.md
index d867f183aacf3913c74272c8253ac9da19bdfbcf..dbbac4916d20319dcf5efae8ef2e324a6f9ef93c 100644
--- a/content/sdv-contribution-day-june-2022/_index.md
+++ b/content/sdv-contribution-day-june-2022/_index.md
@@ -44,7 +44,7 @@ The SDV Working Group mission is to foster collaboration across industries to cr
 
 <!-- Speakers -->
 {{< grid/section-container id="speakers" class="grey-row">}}
-  {{< events/user_display event="sdv-contribution-day-june-2022" source="speakers" imageRoot="images/" title="Speakers">}}
+  {{< events/user_display event="sdv-contribution-day-june-2022" source="speakers" imageRoot="images/" title="Speakers" />}}
 {{</ grid/section-container >}}
 {{< bootstrap/modal id="eclipsefdn-modal-event-session" >}}
 
diff --git a/content/sdv-contribution-day-sept-2022/_index.md b/content/sdv-contribution-day-sept-2022/_index.md
index 03d477778cbf5be289e9b404f749e251fd4717c1..5b7d70c12310db4b959d2a4338186bdc59614ad3 100644
--- a/content/sdv-contribution-day-sept-2022/_index.md
+++ b/content/sdv-contribution-day-sept-2022/_index.md
@@ -39,7 +39,7 @@ The SDV Working Group mission is to foster collaboration across industries to cr
 
 <!-- Speakers -->
 {{< grid/section-container id="speakers" class="grey-row">}}
-  {{< events/user_display event="sdv-contribution-day-sept-2022" source="speakers" imageRoot="images/" title="Speakers">}}
+  {{< events/user_display event="sdv-contribution-day-sept-2022" source="speakers" imageRoot="images/" title="Speakers" />}}
 {{</ grid/section-container >}}
 {{< bootstrap/modal id="eclipsefdn-modal-event-session" >}}
 
diff --git a/layouts/shortcodes/pages/special-interest-groups/sig_list.html b/layouts/shortcodes/pages/special-interest-groups/sig_list.html
index 1dbfe84f0e122f3a4b371ae93e73d5cf460039ab..977b9eb321e3b8dcb5e8f98cdc504ac7c24ca52f 100644
--- a/layouts/shortcodes/pages/special-interest-groups/sig_list.html
+++ b/layouts/shortcodes/pages/special-interest-groups/sig_list.html
@@ -11,7 +11,7 @@
           <div class="sig-card-body">
             <p class="sig-card-heading fs-3"><strong>{{ .Params.Title }}</strong></p>
             <p class="sig-card-summary">
-              {{ .Summary | truncate 150  }}
+              {{ .Plain | truncate 150  }}
             </p>
           </div>
         </a>
diff --git a/package.json b/package.json
index 37144aa32c804447394e80261fc2fb3a92d8d754..08d2741ad64c43b5a2fbbd5ce32a7a40f5262d7f 100644
--- a/package.json
+++ b/package.json
@@ -20,7 +20,7 @@
     "postinstall": "NODE_ENV=production npm run production"
   },
   "dependencies": {
-    "eclipsefdn-hugo-solstice-theme": "0.1.1"
+    "eclipsefdn-hugo-solstice-theme": "0.1.10"
   },
   "browserslist": "last 5 version, > 0.2%, not dead, IE 11"
 }
diff --git a/yarn.lock b/yarn.lock
index 45e534c588e700a6d774c382af7080a3ad19924c..713566f91693b9c39de0e909916981017fcb688d 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1509,11 +1509,6 @@
   resolved "https://registry.yarnpkg.com/@webpack-cli/serve/-/serve-1.7.0.tgz#e1993689ac42d2b16e9194376cfb6753f6254db1"
   integrity sha512-oxnCNGj88fL+xzV+dacXs44HcDwf1ovs3AuEzvP7mqXw7fQntqIhQ1BRmynh4qEKQSSSRSWVyXRjmTbZIX9V2Q==
 
-"@whitespace/storybook-addon-html@^6.1.1":
-  version "6.1.1"
-  resolved "https://registry.yarnpkg.com/@whitespace/storybook-addon-html/-/storybook-addon-html-6.1.1.tgz#aa7f8cacdf1c42f2536f06195bf18438f895ceb7"
-  integrity sha512-sq/9c6s4PXugl//Q5iFwKoHF3tBDTEfJQubb62HWspF+CqBrDLHVEh7VYoEjubm5LjihxdFV3+mjj8Ck6bnoHQ==
-
 "@xtuc/ieee754@^1.2.0":
   version "1.2.0"
   resolved "https://registry.yarnpkg.com/@xtuc/ieee754/-/ieee754-1.2.0.tgz#eef014a3145ae477a1cbc00cd1e552336dceb790"
@@ -2654,20 +2649,20 @@ dotignore@~0.1.2:
   dependencies:
     minimatch "^3.0.4"
 
-eclipsefdn-hugo-solstice-theme@0.1.1:
-  version "0.1.1"
-  resolved "https://registry.yarnpkg.com/eclipsefdn-hugo-solstice-theme/-/eclipsefdn-hugo-solstice-theme-0.1.1.tgz#a63823939730c2bca0675d877a80370b4a5b315a"
-  integrity sha512-MhMbObGk5IhGsbWt6XkDcHPUFXLwiCSS4SBZRvXZPdD6NpgkfKyxbqkvRTYQOGrCt6OSsl+dF0iZr0GKi6/xUg==
+eclipsefdn-hugo-solstice-theme@0.1.10:
+  version "0.1.10"
+  resolved "https://registry.yarnpkg.com/eclipsefdn-hugo-solstice-theme/-/eclipsefdn-hugo-solstice-theme-0.1.10.tgz#ac4470ad7657af6ed28132041dc7d4b11bfe6181"
+  integrity sha512-1CgYA5LpRESkmWBnhJuzwx25brrfJPdkNWQafMoyB6qkgYVhPVMP3ZK2FbQ+ttFp5ZeygxytXAkfqR8oqJo0aw==
   dependencies:
     axios "^1.7.7"
-    eclipsefdn-solstice-assets "0.1.3"
+    eclipsefdn-solstice-assets "0.1.12"
     json2yaml "^1.1.0"
     toml "^3.0.0"
 
-eclipsefdn-solstice-assets@0.1.3:
-  version "0.1.3"
-  resolved "https://registry.yarnpkg.com/eclipsefdn-solstice-assets/-/eclipsefdn-solstice-assets-0.1.3.tgz#0157c972e010de9c2d097b8c6ec492eb191613e8"
-  integrity sha512-LDLUwkwj0j9Dj40ZujwSdEsmq3zEWwYXZAJ3ZrpEpQ0XXIWh691qUBjKvCBc5d0oLmvVm9aW/ANtu8ebIv712A==
+eclipsefdn-solstice-assets@0.1.12:
+  version "0.1.12"
+  resolved "https://registry.yarnpkg.com/eclipsefdn-solstice-assets/-/eclipsefdn-solstice-assets-0.1.12.tgz#9af4574390d5bfdf0bb6de2feb219d0344f43eff"
+  integrity sha512-SCYD2VrXB/tVFgHK56JxWRJoRu3b9RSo3VQ7BZczAevjZ6/HYFpPq6pCFwU0gdqFqmRFrtaCfTqdiize3/DvGg==
   dependencies:
     "@babel/core" "^7.23.2"
     "@babel/plugin-proposal-class-properties" "^7.18.6"
@@ -2682,7 +2677,6 @@ eclipsefdn-solstice-assets@0.1.3:
     "@types/jquery" "^3.5.29"
     "@types/mustache" "^4.2.5"
     "@types/parse-link-header" "^2.0.3"
-    "@whitespace/storybook-addon-html" "^6.1.1"
     bootstrap "^3.4.1"
     browserslist "^4.22.1"
     cookieconsent "^3.1.1"