feature: Add repos page

This commit is contained in:
Keith Solomon
2026-01-25 14:03:32 -06:00
parent 2992c17fd7
commit cd9351599e

View File

@@ -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.
---