Skip to content

Commit

Permalink
revert: debug settings
Browse files Browse the repository at this point in the history
  • Loading branch information
JesperDramsch committed Aug 23, 2024
1 parent afbfafd commit 9fd30a3
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ social:

languages:
- en
# - es
# - de
- es
- de

exclude_from_localizations:
- 'static'
Expand Down Expand Up @@ -81,18 +81,18 @@ page_gen:
dir: 'conference'
name_expr: record['conference'].downcase.strip.gsub(' ', '-').gsub(/[^\p{L}]+/, '-')+"-"+record['year'].to_s
title_expr: record['conference']+" "+record['year'].to_s+" Conference Deadlines"
# - data: 'legacy'
# template: 'summary'
# dir: 'series'
# name_expr: record['conference'].downcase.strip.gsub(' ', '-').gsub(/[^\p{L}]+/, '-')
# title_expr: record['conference']+" "+"Conference Summary"
# - data: 'archive'
# template: 'summary'
# dir: 'series'
# name_expr: record['conference'].downcase.strip.gsub(' ', '-').gsub(/[^\p{L}]+/, '-')
# title_expr: record['conference']+" "+"Conference Summary"
# - data: 'conferences'
# template: 'summary'
# dir: 'series'
# name_expr: record['conference'].downcase.strip.gsub(' ', '-').gsub(/[^\p{L}]+/, '-')
# title_expr: record['conference']+" "+"Conference Summary"
- data: 'legacy'
template: 'summary'
dir: 'series'
name_expr: record['conference'].downcase.strip.gsub(' ', '-').gsub(/[^\p{L}]+/, '-')
title_expr: record['conference']+" "+"Conference Summary"
- data: 'archive'
template: 'summary'
dir: 'series'
name_expr: record['conference'].downcase.strip.gsub(' ', '-').gsub(/[^\p{L}]+/, '-')
title_expr: record['conference']+" "+"Conference Summary"
- data: 'conferences'
template: 'summary'
dir: 'series'
name_expr: record['conference'].downcase.strip.gsub(' ', '-').gsub(/[^\p{L}]+/, '-')
title_expr: record['conference']+" "+"Conference Summary"

0 comments on commit 9fd30a3

Please sign in to comment.