From 168eb38557c8ac5698f3ac89b1385089b5b4a5cd Mon Sep 17 00:00:00 2001 From: Matt Kosarek Date: Mon, 18 May 2026 19:53:50 -0400 Subject: bugfix: tech and resume pages --- src/pages/tech.astro | 40 +++++++++++++++++++++++++++++++++------- 1 file changed, 33 insertions(+), 7 deletions(-) (limited to 'src/pages/tech.astro') diff --git a/src/pages/tech.astro b/src/pages/tech.astro index 1f554aa..b533515 100644 --- a/src/pages/tech.astro +++ b/src/pages/tech.astro @@ -2,22 +2,48 @@ import BaseLayout from '../layouts/BaseLayout.astro'; --- - +

Things I Use

For Development

    -
  • My dotfiles: I use everything in my dotfiles every day, which you can find here
  • -
  • Emacs: I am a long-time Emacs user. You can find my config here
  • -
  • Clion: I use this for my coproate life, although it is quite heavy
  • -
  • astro: super simple SSG that I use constantly
  • +
  • + My dotfiles: I use everything in my dotfiles every day, which + you can find here +
  • +
  • + Emacs: I am a + long-time Emacs user. You can find my config here +
  • +
  • + Clion: I use this for + my corporate life, although it is quite heavy +
  • +
  • + Zed: I am currently experimenting + using Zed for all of my development +
  • +
  • + astro: super simple SSG that I + use constantly +

For Lifestyle

    -
  • Org Mode: for calendar, todo lists, notes, and more!
  • -
  • Newsboat: RSS reader
  • +
  • + Org Mode: for calendar, todo + lists, notes, and more! +
  • +
  • + Newsboat: RSS reader +
-- cgit v1.2.1