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