summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-05-22 17:42:01 -0500
committerToby Vincent <tobyv13@gmail.com>2023-05-22 17:44:21 -0500
commitc69ead8f97083d440fd6fd0e905576456df35021 (patch)
tree0700414f27b566ebb4e2498a261e4768188df001 /content
parent2fffcb67e641688a48f5b82fea066cf52b254148 (diff)
feat: implement project listing and taxonomiesdevelop
Diffstat (limited to 'content')
-rw-r--r--content/posts/bees.md8
-rw-r--r--content/posts/yubikey.md1
-rw-r--r--content/projects/_index.md8
-rw-r--r--content/projects/projectr.md15
4 files changed, 28 insertions, 4 deletions
diff --git a/content/posts/bees.md b/content/posts/bees.md
index 329318d..7e320dd 100644
--- a/content/posts/bees.md
+++ b/content/posts/bees.md
@@ -1,10 +1,10 @@
+++
title = "Bees"
date = 2023-05-17
+description = "Bees, what are they even about"
+authors = ["Toby Vincent"]
+++
-## Bees, what are they even about
-
-What makes a bee a bee. Is it the yellow parts? Are there any non yellow bees? I
+What makes a bee a bee? Is it the yellow parts? Are there any non yellow bees? I
bet there are, we just probably don't recognize them because they are not
-yellow.
+yellow. <!-- more -->
diff --git a/content/posts/yubikey.md b/content/posts/yubikey.md
index b06adc2..0ba41d8 100644
--- a/content/posts/yubikey.md
+++ b/content/posts/yubikey.md
@@ -2,6 +2,7 @@
title = "WSL2, Yubikey, and You! 🫵"
description = "A WSL2 YubiKey setup guide."
date = 2022-08-04T18:57:50Z
+authors = ["Toby Vincent"]
+++
## UPDATE 2022-8-24
diff --git a/content/projects/_index.md b/content/projects/_index.md
new file mode 100644
index 0000000..29776f9
--- /dev/null
+++ b/content/projects/_index.md
@@ -0,0 +1,8 @@
++++
+title = "Code"
+sort_by = "weight"
++++
+
+An exhastive list of my projects can be found on
+[SourceHut](https://git.sr.ht/~tobyvin/) and
+[GitHub](https://github.com/tobyvin)
diff --git a/content/projects/projectr.md b/content/projects/projectr.md
new file mode 100644
index 0000000..dbf6bf3
--- /dev/null
+++ b/content/projects/projectr.md
@@ -0,0 +1,15 @@
++++
+title = "projectr"
+description = "A contextual, MRU sorted, project finder."
+weight = 0
+
+[taxonomies]
+tags = ["rust"]
+
+[extra]
+external = "https://sr.ht/~tobyvin/projectr/"
++++
+
+<!-- Project discovery tool that produces a MRU sorted list of project -->
+<!-- directories using provided contexts and filters. -->
+<!-- more -->