summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/_index.md11
-rw-r--r--content/about.md42
-rw-r--r--content/code/_index.md1
-rw-r--r--content/posts/_index.md1
-rw-r--r--content/posts/bees.md1
-rw-r--r--content/posts/yubikey.md8
6 files changed, 51 insertions, 13 deletions
diff --git a/content/_index.md b/content/_index.md
index 33cae83..cb213cd 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -3,8 +3,9 @@ title = "Toby Vincent"
description = "Software Engineer - Tinker - Problem ~~creator~~ solver"
+++
-- email: [contact@tobyvin.dev](mailto:contact@tobyvin.dev)
-- github: [tobyvin](https://github.com/tobyvin)
-- sourcehut: [~tobyvin](https://sr.ht/~tobyvin)
-- linkedin: [tobyvin](https://linkedin.com/in/tobyvin)
-- pgp: [C8F6E06F5C8E2634](/publickey.asc)
+Learn [about](@/about.md) me, check out my [code](@/code/_index.md), or see if
+I've gotten around to writing any blog [posts](@/posts/_index.md).
+
+---
+
+{{ meta() }}
diff --git a/content/about.md b/content/about.md
index 65d0adb..89ec9ba 100644
--- a/content/about.md
+++ b/content/about.md
@@ -1,8 +1,42 @@
+++
-title = "About"
-date = 2023-05-17
+title = "Hello, World!"
+description = "About me"
+authors = ["Toby Vincent"]
+++
-## Toby Vincent
+My name is Toby Vincent. Some things about me; I have a passion for writing
+software, solving problems, and learning about new things. I consider myself to
+be a utilitarian in most regards, and live my life pretty minimally. I always
+enjoy an intriguing conversion and I try my best to have a positive impact on
+anyone I can.
-I am me.
+## Tools
+
+In the past few years, I writing code almost exclusively in Rust, and have grown
+to really love the language. I find the core design principals of the language
+to be well thought out, pragmatic, and intentional. That being said, I have
+enjoyed many other languages such as C, Python, and C#.
+
+As for my development environment, in short, I use Neovim on Arch Linux. The
+slightly longer version can be found in my dotfiles which are available on
+[Sourcehut] and [GitHub].
+
+In the end, it's the designing of systems, defining of logic, and solving of
+problems that I love. The tools I use; language, editor, or otherwise; are
+merely a means to that end.
+
+## My code is your code
+
+I, along with many others, feel software should be as accessible as possible,
+and support the idea of free (as in freedom) software. To the end, the code I
+write in my free time is released under MIT or Apache-2.0 licenses.
+
+## AMA, really
+
+Feel free to contact me through any channel. I'm open to any offers, questions,
+or just good conversations. :)
+
+{{ meta() }}
+
+[Sourcehut]: https://sr.ht/~tobyvin/.dotfiles
+[GitHub]: https://github.com/tobyvin/.dotfiles
diff --git a/content/code/_index.md b/content/code/_index.md
index b0f0ee4..3d9d56f 100644
--- a/content/code/_index.md
+++ b/content/code/_index.md
@@ -1,6 +1,7 @@
+++
title = "Code"
sort_by = "weight"
+description = "Noteable-ish projects"
+++
An exhastive list of my projects can be found on
diff --git a/content/posts/_index.md b/content/posts/_index.md
index 21e938a..b33cac7 100644
--- a/content/posts/_index.md
+++ b/content/posts/_index.md
@@ -1,5 +1,4 @@
+++
title = "Posts"
sort_by = "date"
-page_template = "post.html"
+++
diff --git a/content/posts/bees.md b/content/posts/bees.md
index 7e320dd..4e3413f 100644
--- a/content/posts/bees.md
+++ b/content/posts/bees.md
@@ -1,6 +1,5 @@
+++
title = "Bees"
-date = 2023-05-17
description = "Bees, what are they even about"
authors = ["Toby Vincent"]
+++
diff --git a/content/posts/yubikey.md b/content/posts/yubikey.md
index 0ba41d8..1dee3f2 100644
--- a/content/posts/yubikey.md
+++ b/content/posts/yubikey.md
@@ -1,8 +1,12 @@
+++
-title = "WSL2, Yubikey, and You! 🫵"
+title = "WSL2, Yubikey, and You"
description = "A WSL2 YubiKey setup guide."
-date = 2022-08-04T18:57:50Z
+date = 2022-08-04
+updated = 2022-08-24
authors = ["Toby Vincent"]
+
+[extra]
+toc = true
+++
## UPDATE 2022-8-24