diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2026-01-17 13:27:08 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2026-01-17 13:27:08 +0200 |
| commit | 0e5723a3af99cd13cd5fffcf402439f956bfd268 (patch) | |
| tree | f129d7a13aebd1d7c9b4036f803eb1a4b62c942b | |
| parent | 09e410b21358e1475261499ccf6a75fac2da12d4 (diff) | |
Add missing project descriptions
| -rw-r--r-- | content/now.md | 1 | ||||
| -rw-r--r-- | content/projects/atk16/index.md | 1 | ||||
| -rw-r--r-- | content/projects/cookbook.md | 1 | ||||
| -rw-r--r-- | content/projects/diddle/index.md | 1 | ||||
| -rw-r--r-- | content/projects/learning-japanese.md | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/content/now.md b/content/now.md index 26e37d7..d0892f3 100644 --- a/content/now.md +++ b/content/now.md @@ -1,5 +1,6 @@ --- title: Now weight: 0 +description: Latest life updates. template: now.html --- diff --git a/content/projects/atk16/index.md b/content/projects/atk16/index.md index 4219b95..99fa39b 100644 --- a/content/projects/atk16/index.md +++ b/content/projects/atk16/index.md @@ -1,6 +1,7 @@ --- title: ATK16 weight: 0 +description: ATK16 is a homegrown faux-retro 16-bit computer and ecosystem project that includes a custom CPU, memory management, and a set of peripherals. extra: kind: project --- diff --git a/content/projects/cookbook.md b/content/projects/cookbook.md index 543cc0b..95104e1 100644 --- a/content/projects/cookbook.md +++ b/content/projects/cookbook.md @@ -1,6 +1,7 @@ --- title: Cookbook weight: 0 +description: This space is an evolving, live reference for short everyday recipes that I have prepared and enjoyed. They are written in a shorthand way that makes sense to me, primarily. extra: kind: project --- diff --git a/content/projects/diddle/index.md b/content/projects/diddle/index.md index 7b51de5..20f3cfa 100644 --- a/content/projects/diddle/index.md +++ b/content/projects/diddle/index.md @@ -1,6 +1,7 @@ --- title: Diddle, a minimalist event scheduler weight: 0 +description: Diddle is a minimalist scheduling tool that focuses on fast load times, accessibility and pragmatism. extra: kind: project --- diff --git a/content/projects/learning-japanese.md b/content/projects/learning-japanese.md index e8ad994..65e3a68 100644 --- a/content/projects/learning-japanese.md +++ b/content/projects/learning-japanese.md @@ -1,6 +1,7 @@ --- title: Learning Japanese weight: 0 +description: I have been self-studying Japanese on and off since I was 13. extra: kind: project --- |
