Update
This commit is contained in:
parent
c025548165
commit
32de723e6a
3 changed files with 32 additions and 46 deletions
21
content/_index.md
Normal file
21
content/_index.md
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
## Hi! I'm Daniel.
|
||||||
|
|
||||||
|
<img class="rounded" src="/img/avatar-256.jpg" height=256 width=256 />
|
||||||
|
|
||||||
|
I live in Kansas City where I help run <a target="_blank"
|
||||||
|
href="https://kcrising.church">a small Christian church</a>, raise two kids
|
||||||
|
with my <a target="_blank"
|
||||||
|
href="https://www.instagram.com/valerielauren93">awesome wife</a>, and write
|
||||||
|
software for <a target="_blank" href="https://getdivvy.com">Divvy</a>.
|
||||||
|
|
||||||
|
I run a ton of self-hosted software here at home on some machines that sit on
|
||||||
|
[a server rack in my basement][rack] and am in the process of setting up a tiny
|
||||||
|
Kubernetes cluster. I love building [keyboards][kb], too. [I also heavily
|
||||||
|
customize my workflow][wf] and you can sift through my [dotfiles][df].
|
||||||
|
|
||||||
|
Occasionally, I post technical articles here.
|
||||||
|
|
||||||
|
[rack]: //files.lyte.dev/unix/server-rack.jpg
|
||||||
|
[kb]: //files.lyte.dev/keyboards
|
||||||
|
[wf]: //files.lyte.dev/unix/desktop-screenshot.png
|
||||||
|
[df]: //git.lyte.dev/lytedev/dotfiles
|
|
@ -7,21 +7,23 @@ heroBackgroundColor: "#0af"
|
||||||
title: About
|
title: About
|
||||||
description: "A little about the man behind this website."
|
description: "A little about the man behind this website."
|
||||||
---
|
---
|
||||||
|
|
||||||
My name is Daniel Flanagan. I was born in Virginia (but my family didn't stay
|
My name is Daniel Flanagan. I was born in Virginia (but my family didn't stay
|
||||||
long) and now live in Kansas City, Missouri. My family still lives in the area
|
long) and now live in Kansas City, Missouri. My family still lives in the area
|
||||||
and I have 6 awesome little brothers. Yes, my parents had seven boys and are
|
and I have 6 awesome little brothers. Yes, my parents had seven boys and are
|
||||||
fantastic. I'm married and have two sons of my own, who are absolute *joys*!
|
fantastic. I'm married and have two sons of my own, who are absolute _joys_!
|
||||||
|
|
||||||
I'm a systems engineer/software developer and an elder-in-training for my <a
|
I'm a systems engineer/software developer and a pastor for my <a
|
||||||
href="https://kcrising.church" target="_blank">small church</a> where I help run
|
href="https://kcrising.church" target="_blank">small church</a> where I help run
|
||||||
the tech and audio-visual systems. My faith is the framework around which I've
|
the tech and audio-visual systems. My faith is the framework around which I've
|
||||||
built my life and it plays a pivotal role in all aspects of my life.
|
built my life and it plays a pivotal role in all aspects of my life.
|
||||||
|
|
||||||
I'm a big proponent of self-discipline and working from home. My favorite video
|
I'm a big proponent of self-discipline and working from home. Well before COVID
|
||||||
game has to be *Super Smash Bros. Melee*. I listen to a lot of metal and
|
made it hugely popular! My favorite video game has to be _Super Smash Bros.
|
||||||
electronic music. My favorite drink is *Red Bull Yellow Edition* and I prefer
|
Melee_. I listen to a lot of metal and electronic music. My favorite drink is
|
||||||
tea over coffee. I run GNU+Linux on all my machines. My keyboard is a custom
|
_Red Bull Yellow Edition_ and I prefer tea over coffee. I run GNU+Linux (Arch,
|
||||||
Iris board that was a blast to put together.
|
btw) on all my machines. My keyboard is a custom Iris board that was a blast to
|
||||||
|
put together.
|
||||||
|
|
||||||
My wife, Valerie, is absolutely the most beautiful and lovely woman in the
|
My wife, Valerie, is absolutely the most beautiful and lovely woman in the
|
||||||
entire world. She's a Physical Therapist Assistant by vocation and somewhat of
|
entire world. She's a Physical Therapist Assistant by vocation and somewhat of
|
||||||
|
@ -35,25 +37,5 @@ I grew up not around the dining table, but around the keyboard or latest
|
||||||
Nintendo console; video games were bonding and family time. I discovered
|
Nintendo console; video games were bonding and family time. I discovered
|
||||||
programming through my dad who showed me `QBASIC` after I persisted in asking
|
programming through my dad who showed me `QBASIC` after I persisted in asking
|
||||||
how video games were made. Within a few weeks I had made a simple snake game and
|
how video games were made. Within a few weeks I had made a simple snake game and
|
||||||
he then bought me a book titled *C# for the Absolute Beginner* and that was it.
|
he then bought me a book titled _C# for the Absolute Beginner_ and that was it.
|
||||||
I was hooked.
|
I was hooked.
|
||||||
|
|
||||||
Now we're here!
|
|
||||||
|
|
||||||
<!-- Hello, fellow nerds!
|
|
||||||
|
|
||||||
Here are some pictures you may find interesting if you're here:
|
|
||||||
|
|
||||||
<img src="https://files.lyte.dev/uploads/keyboards/planck.png" loading="lazy" />
|
|
||||||
My first small ortholinear keyboard.
|
|
||||||
|
|
||||||
<img src="https://files.lyte.dev/uploads/keyboards/splyte.png" loading="lazy" />
|
|
||||||
My homemade, wireless split keyboard.
|
|
||||||
|
|
||||||
<img src="https://files.lyte.dev/unix/laptop-desktop-screenshot.jpg" loading="lazy" />
|
|
||||||
My laptop when I'm "working".
|
|
||||||
|
|
||||||
<img src="https://files.lyte.dev/unix/desktop-screenshot.jpg" loading="lazy" />
|
|
||||||
My desktop when I'm "working".
|
|
||||||
|
|
||||||
-->
|
|
||||||
|
|
|
@ -1,23 +1,6 @@
|
||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
|
|
||||||
<h2 class="with-align">Hi! I'm Daniel.</h2>
|
{{ .Content }}
|
||||||
|
|
||||||
<p>
|
|
||||||
<img class="rounded" src="/img/avatar-256.jpg" height=256 width=256 />
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
I live in Kansas City where I help run
|
|
||||||
<a target="_blank" href="https://kcrising.church">a small Christian church</a>,
|
|
||||||
raise two kids with my
|
|
||||||
<a target="_blank" href="https://www.instagram.com/valerielauren93">awesome wife</a>,
|
|
||||||
and write software for
|
|
||||||
<a target="_blank" href="https://getdivvy.com">Divvy</a>.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
Occasionally, I post technical articles here.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<h2>Latest Posts</h2>
|
<h2>Latest Posts</h2>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue