Skip to content

Commit

Permalink
Move series to live under resources
Browse files Browse the repository at this point in the history
There's little to be gained from having them as a collection and it really screws up the logical hierarchy of the site (which reflects in the breadcrumbs)
  • Loading branch information
bernhold committed Nov 1, 2023
1 parent b90992f commit f424b69
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 27 deletions.
8 changes: 0 additions & 8 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ collections:
events-draft:
output: true
permalink: /events-draft/:slug
series:
output: true
permalink: /series/:slug
impact:
output: true
permalink: /impact/:slug
Expand All @@ -65,11 +62,6 @@ defaults:
type: "events-draft"
values:
layout: "event"
- scope:
path: ""
type: "series"
values:
layout: "page"

feed:
collections:
Expand Down
10 changes: 5 additions & 5 deletions resources/series-teaser
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,25 @@
group-linkurl = include.linkurl

title1 = "HPC Best Practices Webinars"
url1 = "/series/hpc-best-practices-webinars"
url1 = "/resources/series/hpc-best-practices-webinars"
blurb1 = "The HPC Best Practices webinars address issues faced by developers of computational science and engineering (CSE) software on high-performance computers (HPC)."

title2 = "BSSw Tutorials"
url2 = "/series/bssw-tutorials"
url2 = "/resources/series/bssw-tutorials"
blurb2 = "The Better Scientific Software (BSSw) tutorials focus on issues of developer productivity, software sustainability, and reproducibility in scientific research software, particularly targeting high-performance computers."

title3 = "Technical Sessions and Meetings"
url3 = "/series/technical-sessions-and-meetings"
url3 = "/resources/series/technical-sessions-and-meetings"
blurb3 = "Creating opportunities to talk about software development, productivity, and sustainability as part of larger meetings or standalone."


title4 = "Strategies for Working Remotely"
url4 = "/series/strategies-for-working-remotely"
url4 = "/resources/series/strategies-for-working-remotely"
blurb4 = "Exploring strategies for working remotely, with emphasis on how HPC teams can be effective and efficient in long-term hybrid settings."
%}

{% comment %}
title5 = "Performance Portability & ECP"
url5 = "/series/performance-portability-ecp"
url5 = "/resources/series/performance-portability-ecp"
blurb5 = "Experiences of projects in the Exascale Computing Project Application Development with performance portability -- how they've handled it and the outcomes they've realized."
{% endcomment %}
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
layout: page
title: "BSSw Tutorials"
#blurb: "The quick brown fox jumps over the lazy dog."

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
layout: page
title: "HPC Best Practices Webinars"
#blurb: "The quick brown fox jumps over the lazy dog."

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
layout: page
title: "Performance Portability & ECP"
blurb: "This series has concluded"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
layout: page
title: "Strategies for Working Remotely"
#blurb: "This series has concluded"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
layout: page
title: "Technical Sessions and Meetings"
#blurb: "The quick brown fox jumps over the lazy dog."

Expand Down
14 changes: 0 additions & 14 deletions series.md

This file was deleted.

0 comments on commit f424b69

Please sign in to comment.