Skip to content

How To: Clean up Current Year

Laura edited this page Feb 21, 2021 · 4 revisions

Archiving a year

1. Setup archive output and layout

In _config.yml Where #### is the year being archived.

active-header: navigation-post-show.html
registration: closed

speakers: 
  title: Speakers #### 
  output: true 
  permalink: archive/devnexus####/:collection/:path 
events: 
  title: Presentations #### 
  output: true 
  permalink: archive/devnexus####/presentations/:path/ 
event-instructions: 
  title: Workshop Prep ####
  output: true 
  permalink: archive/devnexus####/presentations/:path/instructions

2. Stop and/or Start Jekyll to generate the archived pages.

3. Move results out of _site/... to archive/devnexus####

Linking to slides and recordings