From cd9351599eca7f814d8c941a54246d910e386b51 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Sun, 25 Jan 2026 14:03:32 -0600 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8feature:=20Add=20repos=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/other-repos-of-note.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 content/other-repos-of-note.md diff --git a/content/other-repos-of-note.md b/content/other-repos-of-note.md new file mode 100644 index 0000000..9c2835f --- /dev/null +++ b/content/other-repos-of-note.md @@ -0,0 +1,28 @@ +--- +title: Repos of Note +section: other +summary: My personal collection of repositories, both mine and by others, that I find useful +tags: [repos, projects, tools] +nav: 1 +--- + +## My Repositories + +### Public Repositories + +- **[Dev Notes](https://git.keithsolomon.net/keith/dev-notes)** (This repo) + - Lightweight static notes site built from Markdown with front matter. +- **[Dotfiles](https://github.com/ksolomon/dotfiles)** + - My personal configuration files for various tools and environments. +- **[Random Scripts](https://github.com/ksolomon/Random-Scripts)** + - A collection of miscellaneous scripts I've written for various tasks and platforms. +- **[TODO-Sync](https://github.com/Solo-Web-Works/TODO-Sync)** + - Sync TODO comments in code to GitHub Issues. + +### Private Repositories + +- **[Project Notes](https://github.com/ksolomon/notes)** + - Notes and documentation for various projects I've worked on. + +--- +