diff --git a/_pages/about.md b/_pages/about.md new file mode 100644 index 0000000..6e0012c --- /dev/null +++ b/_pages/about.md @@ -0,0 +1,16 @@ +--- +permalink: /about/ +title: "About" +--- + +### Good day, eh! 👋 + +I'm a polyglot developer and RIT Computing and Information Technologies alum. My academic focus is data engineering, and music & technology. + +### Let's talk! 📬 + +Feel free to get in touch with me if you want to discuss my work or other interests. I'm also an audio production, backpacking, locksport, and daily driver Linux nerd! + +💻 🔓 🎹 ⌨️ 🏕️ 🤿 + +The best way to contact me is via email at ethan@rusz.dev. You can also give my Matrix a shot at [@ruszdev:matrix.org](https://matrix.to/#/@ruszdev:matrix.org). I'm also on [Mastodon](https://mastodon.acm.org/@rusz)! diff --git a/_pages/category-archive.md b/_pages/category-archive.md new file mode 100644 index 0000000..4cb3860 --- /dev/null +++ b/_pages/category-archive.md @@ -0,0 +1,6 @@ +--- +title: "Posts by Category" +layout: categories +permalink: /categories/ +author_profile: true +--- diff --git a/_pages/tag-archive.md b/_pages/tag-archive.md new file mode 100644 index 0000000..3f4e3f0 --- /dev/null +++ b/_pages/tag-archive.md @@ -0,0 +1,6 @@ +--- +title: "Posts by Tag" +permalink: /tags/ +layout: tags +author_profile: true +--- diff --git a/_pages/year-archive.md b/_pages/year-archive.md new file mode 100644 index 0000000..ce3413f --- /dev/null +++ b/_pages/year-archive.md @@ -0,0 +1,6 @@ +--- +title: "Posts by Year" +permalink: /posts/ +layout: posts +author_profile: true +---