From 5d272f015335c947bed72908b59856f085935cc3 Mon Sep 17 00:00:00 2001
From: thomasabishop
- I'm a self-taught software engineer based on the south coast of England.
- This blog is my technical scrapbook. I document the details of my
- technical life so I can have a record of progress when I look back.{" "}
-
+ I'm a self-taught software engineer based on the south coast of England.
+ This blog is my technical scrapbook. I document the details of my
+ technical life so I can have a record of progress when I look back.{" "}
+
- I completed a degree in Philosophy at the University of Warwick (2009)
- and hold a Postgraduate Certificate of Education (2011).
-
- Currently I work for{" "}
-
- ITV
- {" "}
- {""}
- as a backend software engineer. Before that, I worked as a full-stack
- engineer at the{" "}
-
- BBC
- {" "}
- and as a frontend engineer at{" "}
-
- Arria NLG
- {" "}
- and in several web developer roles. Before software I was a
- teacher.{" "}
-
+ I completed a degree in Philosophy at the University of Warwick (2009)
+ and hold a Postgraduate Certificate of Education (2011).
+
+ Currently I work for{" "}
+
+ ITV
+ {" "}
+ {""}
+ as a backend software engineer. Before that, I worked as a full-stack
+ engineer at the{" "}
+
+ BBC
+ {" "}
+ and as a frontend engineer at{" "}
+
+ Arria NLG
+ {" "}
+ and in several web developer roles. Before software I was a
+ teacher.{" "}
+
- Some things I like:
-
- About
-
-
+ About
+
+
-
+
-
-
+ Some things I like: +
- Some things I'm interested in: -
+ Some things I'm interested in: +
- I self-host my own Git forge at{" "} - - forgejo.systemsobscure.net - {" "} - rather than use Microsoft GitHub. You can view my personal projects - there. -
- - ) ++ I self-host my own Git forge at{" "} + + forgejo.systemsobscure.net + {" "} + rather than use Microsoft GitHub. You can view my personal projects + there. +
+ + ) } export { AboutPage } diff --git a/src/templates/BlogTemplate.tsx b/src/templates/BlogTemplate.tsx index 1dd67eb..a6b54cc 100644 --- a/src/templates/BlogTemplate.tsx +++ b/src/templates/BlogTemplate.tsx @@ -6,37 +6,35 @@ import { convertDate } from "@/utils/convertDate" import { usePosts } from "@/hooks/usePosts" const BlogTemplate = () => { - const { slug } = useParams() - const { posts } = usePosts() - const post = posts?.find((x) => x.slug === slug) + const { slug } = useParams() + const { posts } = usePosts() + const post = posts?.find((x) => x.slug === slug) - return ( -