File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ gem "minima", "~> 2.0"
19
19
20
20
# If you have any plugins, put them here!
21
21
group :jekyll_plugins do
22
- gem "jekyll-feed" , "~> 0.6"
22
+ gem "jekyll-feed"
23
+ gem "jekyll-redirect-from"
23
24
end
24
25
25
26
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
Original file line number Diff line number Diff line change 29
29
safe_yaml (~> 1.0 )
30
30
jekyll-feed (0.11.0 )
31
31
jekyll (~> 3.3 )
32
+ jekyll-redirect-from (0.14.0 )
33
+ jekyll (~> 3.3 )
32
34
jekyll-sass-converter (1.5.2 )
33
35
sass (~> 3.4 )
34
36
jekyll-seo-tag (2.5.0 )
@@ -66,7 +68,8 @@ PLATFORMS
66
68
67
69
DEPENDENCIES
68
70
jekyll (~> 3.8.5 )
69
- jekyll-feed (~> 0.6 )
71
+ jekyll-feed
72
+ jekyll-redirect-from
70
73
minima (~> 2.0 )
71
74
tzinfo-data
72
75
Original file line number Diff line number Diff line change 2
2
layout : page
3
3
title : Publications
4
4
permalink : /publications/
5
+ redirect_to :
6
+ - https://hal.inria.fr/search/index/?q=%2A&structId_i=527389&sort=producedDate_tdate+desc
5
7
---
6
8
7
- _ To be added, we will embed results from HAL _
9
+ See https://hal.inria.fr/search/index/?q=%2A&structId_i=527389&sort=producedDate_tdate+desc
You can’t perform that action at this time.
0 commit comments