import MainTemplate from "@/templates/MainTemplate" import PostListing from "@/containers/PostListing" import { usePosts } from "@/hooks/usePosts" import gruvboxComputer from "../images/gruvbox-computer.svg" import EolasListing from "@/components/EolasListing" // 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 public frontend for my local Zettelkasten creatd with NodeJS, Python and React.

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