Personal Site
- 2 Devlogs
- 2 Total hours
Finally working on my personal site!
Finally working on my personal site!
Restarted! I was getting really frustrated w/ svelte + I had a different idea for this - kinda like a wee terminal emulator. Unfortunately I’ve just realised that the approach I’ve taken has sooo many issues. I was going to do a canvas based approach and went through and set up an animation loop + key / event handling, but there will be no a11y which is not good enough for me, and its probably going to be quite meh overall. Scrapping this: going back to svelte :( - P.s the screenshots not very good but my keybinding system was working! (will probs recycle into the svelte version)
Did some work on project presentation! I’m pulling the readme from github so my first order of business was markdown rendering. This was pretty easy (because someone else had already done it for me lol). Then I had to fix a bunch of paths in the markdown source: relative links don’t work so I used a bunch of regex (never again) to swap them out for references to the actual github source.