forked from paperswithcode/ai-deadlines
-
Notifications
You must be signed in to change notification settings - Fork 9
/
_config.yml
124 lines (107 loc) · 3.33 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
---
title: Python Conference Deadlines # (Maintained by @jesperdramsch)
description: Countdowns to your favourite Python conferences with calls for participation and resources to submit awesome talks!
tagline: Countdowns to your favourite Python conferences
url: 'https://pythondeadlin.es'
domain: 'pythondeadlin.es'
baseurl: ''
twitter_hashtag: python
github_username: jesperdramsch
github_repo: python-deadlines
markdown: kramdown
ga_id:
adsense_id:
include: ['_pages', '\.htaccess']
defaults:
- scope:
path: ""
values:
seo_description_max_words: 200
image: /static/img/python-deadlines-social-preview.png
author: Jesper Dramsch
- scope:
path: "_year"
values:
layout: "year"
collections:
posts:
output: true
permalink: /resources/:title/index:output_ext
years:
output: true
permalink: /archive/:title/index:output_ext
plugins:
- jekyll-include-cache
- jekyll-seo-tag
- jekyll-datapage-generator
- jekyll-maps
- jekyll-multiple-languages-plugin
- jekyll-sitemap
author:
name: Jesper Dramsch
url: https://dramsch.net
social:
name: Jesper Dramsch
links:
- https://www.dramsch.net/linkedin
- https://www.dramsch.net/mastodon
- https://www.dramsch.net/threads
- https://www.dramsch.net/github
- https://www.dramsch.net/youtube
languages:
- en
- es
- de
exclude_from_localizations:
- 'static'
twitter:
card: summary
maps:
google:
api_key: AIzaSyCEJ_S3OFxqrOfgx5WdSEMl8hxzgTFEw20
page_gen-dirs: true
page_gen:
- data: 'conferences'
template: 'summary'
dir: 'series'
name_expr: record['conference'].downcase.strip.gsub(' ', '-').gsub(/[^\p{L}]+/, '-')
title_expr: record['conference']+" "+"Conference Series Overview"
- data: 'archive'
template: 'summary'
dir: 'series'
name_expr: record['conference'].downcase.gsub(/[^\p{L}]+/, ' ').strip.gsub(' ', '-')
title_expr: record['conference']+" "+"Conference Series Overview"
filter_condition: site.pages.none? { |page| page.relative_path.include?('/' + record['conference'].downcase.gsub(/[^\p{L}]+/, ' ').strip.gsub(' ', '-') + '/') }
- data: 'legacy'
template: 'summary'
dir: 'series'
name_expr: record['conference'].downcase.strip.gsub(' ', '-').gsub(/[^\p{L}]+/, '-')
title_expr: record['conference']+" "+"Conference Series Overview"
filter_condition: site.pages.none? { |page| page.relative_path.include?('/' + record['conference'].downcase.gsub(/[^\p{L}]+/, ' ').strip.gsub(' ', '-') + '/') }
- data: 'conferences'
template: 'conference'
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: 'archive'
template: 'conference'
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: 'conference'
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"
lunr_search:
index_dir: assets/search
index_name: search_index
fields:
title: 10
content: 1
url: 1
date: 1
place: 1
alt_name: 10
subs: 1
link: 1