site

Personal site for Zane
Log | Files | Refs

commit ba1089137971123dc8ce1e59c2017ffe20d543f7
parent 2d3d262e3fa25a2560df8b6100e644828b6d4705
Author: Zane Schaffer <znschaffer@gmail.com>
Date:   Sat,  2 Dec 2023 10:12:54 -0800

test main block

Diffstat:
Msrc/index.md | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/index.md b/src/index.md @@ -2,6 +2,7 @@ title: "Zane Schaffer" --- +<main> > This site contains notes, information, blog posts, and other tidbits about my life. You may contact me > via [email](mailto:znschaffer@gmail.com) or any social media platform you see fit. @@ -32,3 +33,5 @@ A lot of my current time is taken up by the _pursuit of education_ I am subjecti I've gone self-taught for most everything in computer science but enough is enough! Through this process, I have discovered an odd, but intriguing appreciation for mathematics I did not possess before. Luckily, audio programming and it's related domains expect you to be fascinated with mathematics. + +</main>