- 20 Mar, 2022 4 commits
-
-
Eduardo Diaz authored
I'd prefer to hit my little dev server as little as possible. So let's make sure to use a cdn for images and the like.
-
Eduardo Diaz authored
I suspect we're going to have between 0 and 2 unique users inclusive every month. The best way to validate this, is by using google analytics. I know the analytics code is hardcoded, but who cares? It's public info anyway
-
Eduardo Diaz authored
I want to add the source code link for each page. I figured the best place to do so was in the footer.. so.. let the footer component be!
-
Eduardo Diaz authored
This is a bunch of code that adds the about page! I'm separating in components to make reusing easier. Also, in case we eventually have complex pages I'm using a file per page approach. It might be overkill over time, we'll see.
-