Skip to content

Commit 86d9a01

Browse files
committed
Redirect the publications page to HAL
1 parent 9c4c2e2 commit 86d9a01

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

Gemfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ gem "minima", "~> 2.0"
1919

2020
# If you have any plugins, put them here!
2121
group :jekyll_plugins do
22-
gem "jekyll-feed", "~> 0.6"
22+
gem "jekyll-feed"
23+
gem "jekyll-redirect-from"
2324
end
2425

2526
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem

Gemfile.lock

+4-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ GEM
2929
safe_yaml (~> 1.0)
3030
jekyll-feed (0.11.0)
3131
jekyll (~> 3.3)
32+
jekyll-redirect-from (0.14.0)
33+
jekyll (~> 3.3)
3234
jekyll-sass-converter (1.5.2)
3335
sass (~> 3.4)
3436
jekyll-seo-tag (2.5.0)
@@ -66,7 +68,8 @@ PLATFORMS
6668

6769
DEPENDENCIES
6870
jekyll (~> 3.8.5)
69-
jekyll-feed (~> 0.6)
71+
jekyll-feed
72+
jekyll-redirect-from
7073
minima (~> 2.0)
7174
tzinfo-data
7275

publications.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
layout: page
33
title: Publications
44
permalink: /publications/
5+
redirect_to:
6+
- https://hal.inria.fr/search/index/?q=%2A&structId_i=527389&sort=producedDate_tdate+desc
57
---
68

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

0 commit comments

Comments
 (0)