From 1920b397fad8b1d6cd0233a5aa9a12365b16a287 Mon Sep 17 00:00:00 2001 From: Lucas Fryzek Date: Wed, 2 Nov 2022 18:35:40 -0400 Subject: Initial commit --- pages/about.md | 36 ++++++++++++++++++++++++++++++++++++ pages/now.md | 10 ++++++++++ 2 files changed, 46 insertions(+) create mode 100644 pages/about.md create mode 100644 pages/now.md (limited to 'pages') diff --git a/pages/about.md b/pages/about.md new file mode 100644 index 0000000..d1c3f48 --- /dev/null +++ b/pages/about.md @@ -0,0 +1,36 @@ +--- +title: About +--- + + + +Hello my name is Lucas Fryzek, and welcome to my website! + +I’m a software developer with specific interests in computer graphics, embedded systems, and +operating systems. For my day job I work on DO-178 certified graphics drivers for safety critical +environments, and in my free time I enjoy working on personal projects (including this website). I +plan to use this site to share information about projects I’m working on, or just generally cool stuff +I’m interested in. + + diff --git a/pages/now.md b/pages/now.md new file mode 100644 index 0000000..f3ebc55 --- /dev/null +++ b/pages/now.md @@ -0,0 +1,10 @@ +--- +title: Now +--- +A monthly update about my life + +> ## October 2022 +> After reading about digital gardens, I've decided to convert my whole website into +> its very own digital garden. I wasn't too happy with existing themes and tools I could find +> online so I decided to try and build a digital garden engine myself using pandoc and custom +> filters. -- cgit v1.2.3