import MainTemplate from "@/templates/MainTemplate" import PostListing from "@/containers/PostListing" import { usePosts } from "@/hooks/usePosts" import gruvboxComputer from "../images/gruvbox-computer.svg" // import TodayILearned from "@/containers/TodayILearned" const HomePage = () => { const { posts } = usePosts() return (

systems obscure

Software engineer at ITV, formerly BBC. This is my technical scrapbook and digital garden.

Projects

  • eolas
  • A self-hosted, full-stack application created with NodeJS, Python and React that serves as a frontend for my Zettelkasten.

post.tags.includes("highlight"))} />
) } export { HomePage }