From 204d575d4e9c42e4249889cb268709221ec92d2f Mon Sep 17 00:00:00 2001 From: David Wheatley Date: Tue, 27 Jun 2023 00:40:37 +0100 Subject: [PATCH 1/2] chore: remove dead code --- src/data/navigation.json | 16 ---------------- tsconfig.json | 1 - 2 files changed, 17 deletions(-) delete mode 100644 src/data/navigation.json diff --git a/src/data/navigation.json b/src/data/navigation.json deleted file mode 100644 index 99d1dbc5..00000000 --- a/src/data/navigation.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "footer": [ - { - "text": "Home", - "link": "/" - }, - { - "text": "About me", - "link": "/about-me" - }, - { - "text": "Blog", - "link": "/blog" - } - ] -} diff --git a/tsconfig.json b/tsconfig.json index 87f65372..8c62134c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,7 +18,6 @@ "@types/*": ["../@types/*", "../node_modules/@types/*"], "@css/*": ["css/*"], "@templates/*": ["templates/*"], - "@blog/*": ["components/BlogComponents/MdxComponents/*"], "@hooks/*": ["hooks/*"] } }, From 6455a99f3612a2130b48fe4c882d4a9f590068fa Mon Sep 17 00:00:00 2001 From: David Wheatley Date: Tue, 27 Jun 2023 00:49:30 +0100 Subject: [PATCH 2/2] docs: update readme with new cf pages deployment --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index a9b476bd..96f76b13 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Personal portfolio -This repo contains my personal website, hosted on GitHub Pages. +This repo contains my personal website, hosted on Cloudflare Pages. It uses React with Gatsby as the static site generator. - -It came first in the "Chrome Developer Summit 2020 Adventure" speed rankings competition! :tada: