Compare commits

...

2 Commits

Author SHA1 Message Date
17c1bffaa7 Add cannonical article URL 2023-01-22 17:37:42 -07:00
1025346c0f Remove picture 2023-01-22 17:28:42 -07:00
2 changed files with 2 additions and 3 deletions

View File

@ -5,8 +5,6 @@ Summary: About me and my website.
Short: a
Wide: true
<img class="floated" src="/media/me.jpg">
## Me
I was born in the early '90s and spent a lot of time growing up playing with computers and electricity. It eventually became my passion and lead to me getting a degree in electrical engineering with a minor in computer engineering. I then got into makerspaces and the maker movement: like-minded people getting together to build things for fun. Most of what I build is software because I can work on it from anywhere. When I build physical things they usually involve electricity as a means to allow software to interact with the world. I work in the home automation field and have spent a lot of time automating my own home.

View File

@ -5,6 +5,7 @@
<head>
<title>{{ article.title|striptags }} | t0.vc</title>
<meta charset=UTF-8>
<link rel="canonical" href="https://tannercollin.com/{{ article.slug }}/" />
<meta name="viewport" content="width=device-width, initial-scale=1">
{% if article.date %}
<meta name="date" content="{{article.date}}" />