diff --git a/config.toml b/config.toml index 441fd0b..d4f2045 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,5 @@ # baseURL = "http://localhost:1313/" -# baseURL = "https://kevin-mok.gitlab.io/my-site-hugo/" -baseURL = "https://kevinmok.tk/" +baseURL = "https://kevin-mok.com/" # baseURL = "/home/kevin/coding/mf-site/public" languageCode = "en-us" title = "Kevin Mok's Website" @@ -9,4 +8,4 @@ enableRobotsTXT = "true" [params] author = "Kevin Mok" - description = "Hey, I'm Kevin Mok - a CS (Computer Science) student at the University of Toronto. Come check out my personal website!" + description = "I'm Kevin Mok - a CS (Computer Science) student at the University of Toronto. Come check out my personal website!" diff --git a/content/_index-old.md b/content/_index-old.md deleted file mode 100644 index ac9bf71..0000000 --- a/content/_index-old.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -date: 2019-01-31T03:10:25-05:00 -draft: false -layout: baseof ---- - - - diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 4ae96b8..c829b31 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -10,6 +10,7 @@ {{- end }} {{ .Hugo.Generator }} + diff --git a/layouts/robots.txt b/layouts/robots.txt new file mode 100644 index 0000000..7275cbe --- /dev/null +++ b/layouts/robots.txt @@ -0,0 +1,4 @@ +User-agent: * + +Allow: /$ +Disallow: / diff --git a/static/googleead6692233fa4609.html b/static/googleead6692233fa4609.html new file mode 100644 index 0000000..f47aa80 --- /dev/null +++ b/static/googleead6692233fa4609.html @@ -0,0 +1 @@ +google-site-verification: googleead6692233fa4609.html \ No newline at end of file