Skip to content

Commit 35d510d

Browse files
committed
Add redirects for archived content
- Attempted to do this through Netlify, but ran into issues
1 parent 8721747 commit 35d510d

File tree

6 files changed

+56
-0
lines changed

6 files changed

+56
-0
lines changed

.eleventy.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ module.exports = function(config) {
1717
].reverse();
1818
});
1919

20+
config.addPassthroughCopy({ './public': './' });
2021
config.addPassthroughCopy('./src/img');
2122
config.addPassthroughCopy('./src/styles');
2223

public/colophon/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta http-equiv="Refresh" content="0; URL=https://v1.kylegach.com/colophon/">
7+
<title>Colophon • Kyle Gach</title>
8+
</head>
9+
<body>
10+
</body>
11+
</html>

public/resume/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta http-equiv="Refresh" content="0; URL=https://v1.kylegach.com/resume/">
7+
<title>Résumé • Kyle Gach</title>
8+
</head>
9+
<body>
10+
</body>
11+
</html>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta http-equiv="Refresh" content="0; URL=https://v1.kylegach.com/work/a-fully-responsive-cms/">
7+
<title>A Fully Responsive CMS • Kyle Gach</title>
8+
</head>
9+
<body>
10+
</body>
11+
</html>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta http-equiv="Refresh" content="0; URL=https://v1.kylegach.com/work/an-all-new-way-to-build-websites/">
7+
<title>An All-New Way to Build Websites • Kyle Gach</title>
8+
</head>
9+
<body>
10+
</body>
11+
</html>

public/work/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta http-equiv="Refresh" content="0; URL=https://v1.kylegach.com/work/">
7+
<title>Work • Kyle Gach</title>
8+
</head>
9+
<body>
10+
</body>
11+
</html>

0 commit comments

Comments
 (0)