Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.

Commit 14d275f

Browse files
committed
add redirect_to to all pages
1 parent 2849499 commit 14d275f

20 files changed

+40
-0
lines changed

2013/gallery2012.html

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
redirect_to: https://vimconf.org/2013/gallery2012.html
3+
---
14
<!DOCTYPE html>
25
<html lang="en">
36
<head>

2013/index.html

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
redirect_to: https://vimconf.org/2013/
3+
---
14
<!DOCTYPE html>
25
<html lang="en">
36
<head>

2013/live.html

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
redirect_to: https://vimconf.org/2013/live.html
3+
---
14
<!DOCTYPE html>
25
<html lang="en">
36
<head>

2013/location.html

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
redirect_to: https://vimconf.org/2013/location.html
3+
---
14
<!DOCTYPE html>
25
<html lang="en">
36
<head>

2013/registration.html

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
redirect_to: https://vimconf.org/2013/registration.html
3+
---
14
<!DOCTYPE html>
25
<html lang="en">
36
<head>

2013/report.html

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
redirect_to: https://vimconf.org/2013/report.html
3+
---
14
<!DOCTYPE html>
25
<html lang="en">
36
<head>

2013/schedule.html

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
redirect_to: https://vimconf.org/2013/schedule.html
3+
---
14
<!DOCTYPE html>
25
<html lang="en">
36
<head>

2013/vimconf-org.html

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
redirect_to: https://vimconf.org/2013/vimconf-org.html
3+
---
14
<!DOCTYPE html>
25
<html lang="en">
36
<head>

2014/details.html

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
redirect_to: https://vimconf.org/2014/details.html
23
layout: 2014/pages
34
title: Details / 詳細情報
45

2014/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
redirect_to: https://vimconf.org/2014/
23
layout: 2014/top
34
title: VimConf 2014 / 概要
45
---

2014/registration.html

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
redirect_to: https://vimconf.org/2014/registration.html
23
layout: 2014/pages
34
title: Registration / 参加登録
45

2014/timetable.html

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
redirect_to: https://vimconf.org/2014/timetable.html
23
layout: 2014/pages
34
title: Timetable
45

2015/en.html

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
redirect_to: https://vimconf.org/2015/en.html
23
layout: 2015/default
34
title: VimConf 2015
45
lang: en

2015/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
redirect_to: https://vimconf.org/2015/
23
layout: 2015/default
34
title: VimConf 2015
45
lang: ja

2016/en.html

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
redirect_to: https://vimconf.org/2016/en.html
23
layout: 2016/default
34
title: VimConf 2016
45
subtitle: An international conference for Vim

2016/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
redirect_to: https://vimconf.org/2016/
23
layout: 2016/default
34
title: VimConf 2016
45
subtitle: An international conference for Vim

2017/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: 2017/landing
33
title: VimConf 2017 - An international Vim Conference
4+
redirect_to: https://vimconf.org/2017/
45
---
56
<div class="mdl-layout__tab-panel is-active" id="summary">
67

2018/index.html

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
redirect_to: https://vimconf.org/2018/
3+
---
14
<!doctype html>
25
<html lang="en">
36
<head>

index.html

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
redirect_to: https://vimconf.org/
23
---
34
<!DOCTYPE html>
45
<html>

session-timer/index.html

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
redirect_to: https://vimconf.org/session-timer/
3+
---
14
<!DOCTYPE html>
25
<title>Builderscon session timer</title>
36
<meta charset="UTF-8"/>

0 commit comments

Comments
 (0)