Skip to content

Commit

Permalink
Make legacy useful again
Browse files Browse the repository at this point in the history
  • Loading branch information
JesperDramsch committed Oct 5, 2024
1 parent add7d21 commit 6740042
Show file tree
Hide file tree
Showing 8 changed files with 11,449 additions and 11,435 deletions.
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,14 @@ page_gen:
template: 'summary'
dir: 'series'
name_expr: record['conference'].downcase.strip.gsub(' ', '-').gsub(/[^\p{L}]+/, '-')
title_expr: record['conference']+" "+"Conference Summary"
title_expr: record['conference']+" "+"Conference Series Overview"
- data: 'archive'
template: 'summary'
dir: 'series'
name_expr: record['conference'].downcase.strip.gsub(' ', '-').gsub(/[^\p{L}]+/, '-')
title_expr: record['conference']+" "+"Conference Summary"
title_expr: record['conference']+" "+"Conference Series Overview"
- data: 'conferences'
template: 'summary'
dir: 'series'
name_expr: record['conference'].downcase.strip.gsub(' ', '-').gsub(/[^\p{L}]+/, '-')
title_expr: record['conference']+" "+"Conference Summary"
title_expr: record['conference']+" "+"Conference Series Overview"
Loading

0 comments on commit 6740042

Please sign in to comment.