mirror of
https://github.com/ckaczor/Blog.git
synced 2026-01-14 01:25:37 -05:00
13 lines
403 B
Markdown
13 lines
403 B
Markdown
---js
|
|
const eleventyNavigation = {
|
|
key: "About",
|
|
order: 3
|
|
};
|
|
---
|
|
|
|
# About
|
|
|
|
I don't really know what to write here - I'd much rather write about other things, but I figure I need to introduce myself.
|
|
|
|
My name is Chris Kaczor, and I'm a software architect/engineer who likes to solve (and hopefully not cause) problems, determine how things should work, and figure out why the hell they aren't working.
|