diff --git a/source/about.html b/source/about.html new file mode 100644 index 00000000..54f2cf78 --- /dev/null +++ b/source/about.html @@ -0,0 +1,5 @@ + +--- +layout: redirect +destination: / +--- diff --git a/source/cv.html b/source/cv.html new file mode 100644 index 00000000..ef318f1f --- /dev/null +++ b/source/cv.html @@ -0,0 +1,5 @@ + +--- +layout: redirect +destination: https://gist.github.com/opdavies/d096d553b80140a342d4 +--- diff --git a/source/old.html b/source/old.html new file mode 100644 index 00000000..e4bb9286 --- /dev/null +++ b/source/old.html @@ -0,0 +1,5 @@ + +--- +layout: redirect +destination: new +--- diff --git a/source/portfolio.html b/source/portfolio.html new file mode 100644 index 00000000..54f2cf78 --- /dev/null +++ b/source/portfolio.html @@ -0,0 +1,5 @@ + +--- +layout: redirect +destination: / +--- diff --git a/source/work.html b/source/work.html new file mode 100644 index 00000000..54f2cf78 --- /dev/null +++ b/source/work.html @@ -0,0 +1,5 @@ + +--- +layout: redirect +destination: / +---