diff --git a/posts/all_projects.md b/posts/all_projects.md new file mode 100644 index 0000000..4fcac29 --- /dev/null +++ b/posts/all_projects.md @@ -0,0 +1,14 @@ +--- +title: "All my projects to date" + +description: "A description of everything I've done albeit skipping the fails and shortcomings" + +date: "2025-07-09" + +draft: true + +tags: [] +--- + +I'm writing this so I have one place where I've described all of my projects, in future I may make this a section of the site rather than just a post but for now this will do. +Note for future me, the markdown sucks because you wanted to have semantic HTML here and didn't know how to get markdown to generate `
` or `
` elements, you'll find the proper markdown under the `/projects` directory. diff --git a/projects/BBB-hack.md b/projects/BBB-hack.md new file mode 100644 index 0000000..e69de29 diff --git a/projects/BBB-v2.md b/projects/BBB-v2.md new file mode 100644 index 0000000..e69de29 diff --git a/projects/PPI.md b/projects/PPI.md new file mode 100644 index 0000000..e69de29 diff --git a/projects/blog.md b/projects/blog.md new file mode 100644 index 0000000..e69de29 diff --git a/projects/comments-backend.md b/projects/comments-backend.md new file mode 100644 index 0000000..e69de29 diff --git a/projects/cpp-raft.md b/projects/cpp-raft.md new file mode 100644 index 0000000..e69de29 diff --git a/projects/cpp-std-map.md b/projects/cpp-std-map.md new file mode 100644 index 0000000..e69de29 diff --git a/projects/cpp-std-shared.md b/projects/cpp-std-shared.md new file mode 100644 index 0000000..e69de29 diff --git a/projects/fractions.md b/projects/fractions.md new file mode 100644 index 0000000..e69de29 diff --git a/projects/romance.md b/projects/romance.md new file mode 100644 index 0000000..e69de29 diff --git a/projects/small-echo.md b/projects/small-echo.md new file mode 100644 index 0000000..e69de29 diff --git a/projects/xv6.md b/projects/xv6.md new file mode 100644 index 0000000..e69de29 diff --git a/templates/default.html b/templates/default.html index 7dc5157..83efa48 100644 --- a/templates/default.html +++ b/templates/default.html @@ -34,6 +34,7 @@ class="icon svg" data="/static/images/house.svg" width="10" height="10"> + projects