Skip to content

Commit

Permalink
Merge pull request #165 from pdxrconf/2024_dev
Browse files Browse the repository at this point in the history
Fix 2024 agenda
  • Loading branch information
kdillmcfarland authored Jun 25, 2024
2 parents 05279ef + bdebb7d commit d570a9a
Show file tree
Hide file tree
Showing 4 changed files with 561 additions and 2 deletions.
5 changes: 5 additions & 0 deletions content/archive/agenda-2024.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
+++
title = "2024 CascadiaRConf Agenda"
url = "/years/2024/agenda"
+++

<!DOCTYPE html>

<html>
Expand Down
548 changes: 548 additions & 0 deletions content/pages/agenda.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion content/pages/agenda.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Agenda"
layout: "agenda"
url: "agenda"
url: "/years/2024/agenda"
---


Expand Down
8 changes: 7 additions & 1 deletion scripts/HOWTO.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,13 @@ As you gather more information and plan, continue to edit the website on your lo

* Turn off all except "logo" and run `UPDATE.sh`
* Scrub any old data from `content/pages/faq.md`
* Render the final agenda as an html and save it as `content/archive/agenda-YEAR.html`. Update `content/pages/years.html` with a link to this html agenda
* Render the final agenda as an html, save it as `content/archive/agenda-YEAR.html`, and add the following header to the html file. Update `content/pages/years.html` with a link to this html agenda
```
+++
title = "YEAR CascadiaRConf Agenda"
url = "/years/YEAR/agenda"
+++
```
* Upload slide PDFs to `static/talks/talks_YEAR/`. Update `content/pages/years.html` with a link to this directory on GitHub
* Upload videos to YouTube and add link to `content/years.html`
* Add past workshop links to `content/pages/workshop_past.md`
Expand Down

0 comments on commit d570a9a

Please sign in to comment.