diff --git a/cv.html b/cv.html index 789a5f7..f3b46ab 100644 --- a/cv.html +++ b/cv.html @@ -1,9 +1,7 @@ --- layout: default title: "CV" -permalink: cv -redirect_from: - - / +permalink: /cv/ ---

Welcome to my little home on the web! Take a look at my CV below or have a look at my blog. Click any item for a little more detail. diff --git a/index.html b/index.html new file mode 100644 index 0000000..641c069 --- /dev/null +++ b/index.html @@ -0,0 +1,4 @@ +--- +title: Home +redirect_to: /blog +--- \ No newline at end of file