Skip to content

Commit

Permalink
Updates conference archive meta data and descriptions
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Stephanus <taoist.futility@pm.me>
  • Loading branch information
Aaron Stephanus committed Feb 1, 2024
1 parent f9721c7 commit 8167f5c
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 20 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
---
# The conference_archive_landing template is required.
layout: conference_archive_landing

# Document title in the form of OpenSearchCon + the year of the conference + the location
# For example: "OpenSearchCon 2022 - US.
# Document title in the form of "OpenSearchCon the year of the conference: + the location
# For example: "OpenSearchCon 2022: United States.
# This value is used in the <title> element and shown in the browser title bar.
title: OpenSearchCon __YEAR__ - __LOCATION__
# Replace the substring placeholders __YEAR__ and __LOCATION__ appropriately
# with the conference year and location respectively.
title: "OpenSearchCon 2022: United States"

# Can be the same as title. Will be used as the page title in the top level <h1> element
# below the breadcrumbs.
# If this is not provided the title value from above will be used.
primary_title: OpenSearchCon 2022 - US
primary_title: "OpenSearchCon 2022: United States"

# Page breadcrumbs area configuration.
# See the _layouts/fullwidth-with-breadcrumbs.html for more information on how this is used.
Expand All @@ -25,7 +28,7 @@ breadcrumbs:
url: /events/opensearchcon/archive/index.html
- title: 2022
url: /events/opensearchcon/archive/2022/index.html
- title: US
- title: United States
url: /events/opensearchcon/archive/2022/us/index.html

# The conference ID. This is used by the conference content templates
Expand All @@ -40,7 +43,7 @@ conference_id: "2022-us"
# /events/opensearchcon/archive/__YEAR__/__LOCATION__/index.html.
premalink: /events/opensearchcon/archive/2022/us/index.html

# For the years 2022, and 2023 there were only a single conference.
# For the years 2022, and 2023 there were only a single conference each year.
# So this redirect from .../archive/__YEAR__/index.html is used to redirect
# from that URL to this page instead of a list of conferences for that year.
redirect_from: /events/opensearchcon/archive/2022/index.html
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# The conference_exhibitors layout is what is required.
layout: conference_exhibitors

# Document title in the form of OpenSearchCon + the year of the conference + the location
# For example: "OpenSearchCon 2022 - US.
# Document title in the form of OpenSearchCon + the year of the conference: + the location + Exhibitors
# For example: "OpenSearchCon 2022: United States Exhibitors".
# This value is used in the <title> element and shown in the browser title bar.
title: "OpenSearchCon 2022 Exhibitors"
title: "OpenSearchCon 2022: United States Exhibitors"

# Can be the same as title. Will be used as the page title in the top level <h1> element
# below the breadcrumbs.
# If this is not provided the title value from above will be used.
primary_title: "OpenSearchCon 2022 Exhibitors"
primary_title: "OpenSearchCon 2022: United States Exhibitors"

# Page breadcrumbs area configuration.
# See the _layouts/fullwidth-with-breadcrumbs.html for more information on how this is used.
Expand All @@ -26,7 +26,7 @@ breadcrumbs:
url: /events/opensearchcon/archive/index.html
- title: 2022
url: /events/opensearchcon/archive/2022/us/index.html
- title: US
- title: United States
url: /events/2022-0921-opensearchcon/
- title: Exhibitors
url: /events/opensearchcon/archive/2022/us/exhibitors/index.html
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# The conference_sessions template is required.
layout: conference_sessions

# Document title in the form of OpenSearchCon + the year of the conference [+ the location (If there is was more than one for the year)] + Session Lineup
# For example: "OpenSearchCon 2022 Session Lineup.
# Document title in the form of OpenSearchCon + the year of the conference: + the location + Session Lineup
# For example: "OpenSearchCon 2022: United States Session Lineup.
# This value is used in the <title> element and shown in the browser title bar.
title: "OpenSearchCon 2022 Session Lineup"
title: "OpenSearchCon 2022: United States Session Lineup"

# Can be the same as title. Will be used as the page title in the top level <h1> element
# below the breadcrumbs.
# If this is not provided the title value from above will be used.
primary_title: "OpenSearchCon 2022 Session Lineup"
primary_title: "OpenSearchCon 2022: United States Session Lineup"

# Page breadcrumbs area configuration.
# See the _layouts/fullwidth-with-breadcrumbs.html for more information on how this is used.
Expand All @@ -26,7 +26,7 @@ breadcrumbs:
url: /events/opensearchcon/archive/index.html
- title: 2022
url: /events/opensearchcon/archive/2022/index.html
- title: US
- title: United States
url: /events/2022-0921-opensearchcon/
- title: Sessions
url: /events/opensearchcon/archive/2022/us/sessions/index.html
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
# The conference_sessions template is required.
layout: conference_speakers

# Document title in the form of OpenSearchCon + the year of the conference [+ the location (If there is was more than one for the year)] + Session Lineup
# For example: "OpenSearchCon 2022 Session Lineup.
# This value is used in the <title> element and shown in the browser title bar.
# Document title displyed in the browser title bar.
title: "Meet the OpenSearchCon 2022 Speakers"

# Can be the same as title. Will be used as the page title in the top level <h1> element
Expand All @@ -26,7 +24,7 @@ breadcrumbs:
url: /events/opensearchcon/archive/index.html
- title: 2022
url: /events/opensearchcon/archive/2022/index.html
- title: US
- title: United States
url: /events/2022-0921-opensearchcon/
- title: Speakers
url: /events/opensearchcon/archive/2022/us/speakers/index.html
Expand Down

0 comments on commit 8167f5c

Please sign in to comment.