From cae601b0fe048add790fa3b4341d76c973f14b2b Mon Sep 17 00:00:00 2001 From: Matt Kosarek Date: Tue, 28 Apr 2026 19:50:26 -0400 Subject: Publish new blog post + style changes --- src/pages/tech.astro | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/pages/tech.astro (limited to 'src/pages/tech.astro') diff --git a/src/pages/tech.astro b/src/pages/tech.astro new file mode 100644 index 0000000..1f554aa --- /dev/null +++ b/src/pages/tech.astro @@ -0,0 +1,25 @@ +--- +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
  • +
+

For Lifestyle

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