Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 1 KB

README.md

File metadata and controls

21 lines (20 loc) · 1 KB

blog

My personal blog, made with the following technologies:

  • Next.js
  • React.js
  • JavaScript
  • Styled Components
  • CSS
  • Prism React Renderer
  • Sanity.io headless CMS

TODOs

  • For event progagation post: Format bold and italic font; Why does inline code no longer work in Post Aside Notes with Sanity's updated editor?; What's up with the tsconfig.json error with Lodash?; Remove unused packages; Change code examples to be Sanity code instead of images?;
  • add internal links between posts
  • fix tags associated with unpublished posts to not be displayed
  • what's going on with the flicker on the background of the most recent post when dark/light modes are toggled?
  • store theme preference in local storage
  • add logic that checks if manual published date is set before sorting
  • change how aside is serialized from asterisk
  • setup code block rendering from within asides
  • optimize loading data from Sanity
  • figure out what's going on with blank spans around inline code