Add projects and school to index

This commit is contained in:
Tyler Perkins 2021-09-22 10:43:42 -04:00
parent e2f179696c
commit 0b870ca1f7

View File

@ -1,7 +1,14 @@
= My everything wiki = = My everything wiki =
_What have I stumbled upon?_
This is my personal wiki that is built into my vim. Its great for taking notes
while programming and building up a technical handbook of my own creation. I
hope to use this as reference material and hopefully you will too!
== Organized == == Organized ==
_Ideas.md and Classes.md are encrypted, so these links will not work_
* [[Ideas.md.gpg]] - Some of my ideas for projects * [[Ideas.md.gpg]] - Some of my ideas for projects
* [[Classes.md.gpg]] - My class info for Graduation * [[Classes.md.gpg]] - My class info for Graduation
* [[splash]] - The splash page * [[splash]] - The splash page
@ -23,3 +30,29 @@
* [[lang/PHP|PHP]] * [[lang/PHP|PHP]]
* [[lang/Rust|Rust]] * [[lang/Rust|Rust]]
* [[lang/Go|Go]] * [[lang/Go|Go]]
== School ==
_Use gf keybinding to open the link_
- [Digital Design](~/school/Advanced\ Digital\ Design)
- [Chemistry](~/school/Chemistry)
- [Cryptology](~/school/Cryptology)
- [Early America](~/school/Early\ America)
- [Embedded Systems](~/school/Embedded\ Systems)
- [Human Biology](~/school/Human\ Biology)
== Projects ==
_Use gf keybinding to open the link_
- Dashboard
- ~/code/dashboard
- https://git.clortox.com/?p=dashboard.git;a=summary
- LRUCache
- ~/code/LRUCache
- https://git.clortox.com/?p=LRUCache.git;a=summary
- https://github.com/Clortox/LRUCache
- rss-cli
- ~/code/rss-cli
- https://git.clortox.com/?p=rss-cli.git;a=summary
- https://github.com/Clortox/rss-cli
- website
- ~/code/site