summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authortdback <tyler@tdback.net>2024-12-14 20:41:08 -0500
committertdback <tyler@tdback.net>2024-12-15 10:55:01 -0500
commit0bb075d9c8ea99a6f18d440af6d03c84f17fd23b (patch)
tree719fa87402e536ce3575ea0d9e180381a34ff031 /content
initial commit of site
Diffstat (limited to 'content')
-rw-r--r--content/_index.md4
-rw-r--r--content/about/index.md29
-rw-r--r--content/posts/_index.md4
3 files changed, 37 insertions, 0 deletions
diff --git a/content/_index.md b/content/_index.md
new file mode 100644
index 0000000..621ab40
--- /dev/null
+++ b/content/_index.md
@@ -0,0 +1,4 @@
++++
+title = 'Home'
+author = 'Tyler Dunneback'
++++
diff --git a/content/about/index.md b/content/about/index.md
new file mode 100644
index 0000000..2741bbd
--- /dev/null
+++ b/content/about/index.md
@@ -0,0 +1,29 @@
++++
+title = 'About'
+author = 'Tyler Dunneback'
++++
+
+Greetings, my name is Tyler Dunneback!
+
+I am passionate about decentralization, data sovereignty, and privacy. As a
+result, I run a lot of my own infrastructure. You can find the configuration
+for my entire home network [here](https://codeberg.org/tdback/nix-config).
+
+I am a firm believer in automating away the boring things in life, keeping
+things simple, and embracing the
+[three virtues of a great programmer](https://thethreevirtues.com/).
+
+I enjoy learning new programming languages and working on open source projects.
+I am currently interested in learning more about low-level programming - such as
+operating system development - and developing
+[TUIs](https://en.wikipedia.org/wiki/Text-based_user_interface).
+
+You can find my current and past projects on
+[Codeberg](https://codeberg.org/tdback). In fact, you can view all of the
+source code for this site in its
+[git repository](https://codeberg.org/tdback/website).
+
+When away from the keyboard, I enjoy spending time with my beautiful wife and
+our two labs Captain and Rainey.
+
+![Captain and Rainey](/Captain_and_Rainey.jpg)
diff --git a/content/posts/_index.md b/content/posts/_index.md
new file mode 100644
index 0000000..d23f2af
--- /dev/null
+++ b/content/posts/_index.md
@@ -0,0 +1,4 @@
++++
+title = 'Posts'
+author = 'Tyler Dunneback'
++++