started post on all projects
This commit is contained in:
parent
33df476cac
commit
17a6b890a2
14 changed files with 15 additions and 0 deletions
14
posts/all_projects.md
Normal file
14
posts/all_projects.md
Normal file
|
@ -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 `<article>` or `<section>` elements, you'll find the proper markdown under the `/projects` directory.
|
0
projects/BBB-hack.md
Normal file
0
projects/BBB-hack.md
Normal file
0
projects/BBB-v2.md
Normal file
0
projects/BBB-v2.md
Normal file
0
projects/PPI.md
Normal file
0
projects/PPI.md
Normal file
0
projects/blog.md
Normal file
0
projects/blog.md
Normal file
0
projects/comments-backend.md
Normal file
0
projects/comments-backend.md
Normal file
0
projects/cpp-raft.md
Normal file
0
projects/cpp-raft.md
Normal file
0
projects/cpp-std-map.md
Normal file
0
projects/cpp-std-map.md
Normal file
0
projects/cpp-std-shared.md
Normal file
0
projects/cpp-std-shared.md
Normal file
0
projects/fractions.md
Normal file
0
projects/fractions.md
Normal file
0
projects/romance.md
Normal file
0
projects/romance.md
Normal file
0
projects/small-echo.md
Normal file
0
projects/small-echo.md
Normal file
0
projects/xv6.md
Normal file
0
projects/xv6.md
Normal file
|
@ -34,6 +34,7 @@
|
|||
class="icon svg" data="/static/images/house.svg" width="10" height="10">
|
||||
<a href="/" class="nav-link" aria-hidden="true" tabindex="-1">Home</a>
|
||||
</object></a>
|
||||
<a rel="prefetch" href="/projects" role="menuitem">projects</a>
|
||||
</div>
|
||||
<div class="right">
|
||||
<a class="obj-wrapper" role="menuitem" href="/index.xml"> <object aria-label="Web Feed" tabindex="-1"
|
||||
|
|
Loading…
Reference in a new issue