mirror of
https://github.com/ParkerTenBroeck/ParkerTenBroeck.github.io.git
synced 2026-06-07 05:18:40 -04:00
added a category taxonomy
This commit is contained in:
parent
17815ebf1f
commit
58c56b0af7
28 changed files with 46 additions and 18 deletions
|
|
@ -3,4 +3,5 @@ title = "Projects"
|
|||
sort_by = "date"
|
||||
template = "blog.html"
|
||||
page_template = "blog-page.html"
|
||||
in_search_index = true
|
||||
+++
|
||||
|
|
@ -5,6 +5,7 @@ date = 2025-09-23
|
|||
|
||||
[taxonomies]
|
||||
tags = ["embedded", "rust"]
|
||||
category = ["project"]
|
||||
+++
|
||||
|
||||
https://github.com/ParkerTenBroeck/ansi
|
||||
|
|
@ -5,8 +5,10 @@ date = 2026-01-14
|
|||
|
||||
[taxonomies]
|
||||
tags = ["web", "deno", "rust"]
|
||||
category = ["project"]
|
||||
+++
|
||||
|
||||
https://github.com/ParkerTenBroeck/automata
|
||||
You can visit the website [parkertenbroeck.com/automata/](https://parkertenbroeck.com/automata/) or look at the [GitHub](https://github.com/ParkerTenBroeck/automata)
|
||||
|
||||
parkertenbroeck.com/automata/
|
||||
|
||||
|
||||
|
|
@ -5,5 +5,6 @@ date = 2024-05-09
|
|||
|
||||
[taxonomies]
|
||||
tags = ["rust", "x86"]
|
||||
category = ["project"]
|
||||
+++
|
||||
https://github.com/ParkerTenBroeck/brainfuck_compiler
|
||||
|
|
@ -5,5 +5,6 @@ date = 2025-04-03
|
|||
|
||||
[taxonomies]
|
||||
tags = ["java", "bytecode"]
|
||||
category = ["project"]
|
||||
+++
|
||||
https://github.com/ParkerTenBroeck/fastexpr
|
||||
|
|
@ -5,8 +5,11 @@ date = 2025-05-07
|
|||
|
||||
[taxonomies]
|
||||
tags = ["java", "bytecode"]
|
||||
category = ["project"]
|
||||
+++
|
||||
|
||||
[!WARN]
|
||||
meow
|
||||
|
||||
```java
|
||||
public static Future<Void, IOException> echo(@Cancellation("close") Socket socket) throws IOException {
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ date = 2020-01-01
|
|||
|
||||
[taxonomies]
|
||||
tags = ["java", "fun", "highschool"]
|
||||
category = ["project"]
|
||||
+++
|
||||
|
||||
https://github.com/ParkerTenBroeck/HighSchoolPrograms
|
||||
|
|
@ -5,6 +5,7 @@ date = 2024-08-08
|
|||
|
||||
[taxonomies]
|
||||
tags = ["rust", "embedded", "risc-v"]
|
||||
category = ["project"]
|
||||
+++
|
||||
https://github.com/ParkerTenBroeck/milkv-duos-rs
|
||||
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ date = 2020-01-16
|
|||
|
||||
[taxonomies]
|
||||
tags = ["java", "fun", "game", "highschool"]
|
||||
category = ["project"]
|
||||
+++
|
||||
|
||||
https://github.com/ParkerTenBroeck/Legend-of-Xor
|
||||
|
|
@ -5,6 +5,7 @@ date = 2018-01-16
|
|||
|
||||
[taxonomies]
|
||||
tags = ["hardware", "logic gates", "highschool"]
|
||||
category = ["project"]
|
||||
+++
|
||||
|
||||
https://github.com/ParkerTenBroeck/MyCPU_16bit
|
||||
|
|
@ -5,5 +5,6 @@ date = 2024-04-21
|
|||
|
||||
[taxonomies]
|
||||
tags = ["rust", "sql", "web"]
|
||||
category = ["project"]
|
||||
+++
|
||||
https://github.com/ParkerTenBroeck/qc-backend
|
||||
|
|
@ -5,6 +5,7 @@ date = 2025-12-12
|
|||
|
||||
[taxonomies]
|
||||
tags = ["C++", "graphics"]
|
||||
category = ["project"]
|
||||
+++
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue