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 Short: a
Wide: true Wide: true
<img class="floated" src="/media/me.jpg">
## Me ## 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. 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.
@ -21,4 +19,4 @@ There's two versions of this website, a main version at <https://tannercollin.co
### Colophon ### Colophon
I use the static site generator Pelican to build the websites from a folder of markdown documents which I edit with Obsidian in Vim mode. This makes writing content feel like taking notes, since media and internal links are taken care of. The two versions are simply different themes loaded by different Pelican configs. The output is uploaded to my host via rsync and served by Nginx. I use the static site generator Pelican to build the websites from a folder of markdown documents which I edit with Obsidian in Vim mode. This makes writing content feel like taking notes, since media and internal links are taken care of. The two versions are simply different themes loaded by different Pelican configs. The output is uploaded to my host via rsync and served by Nginx.
You can find the [source code](https://git.tannercollin.com/tanner/personal-site) on my Gitea. You can find the [source code](https://git.tannercollin.com/tanner/personal-site) on my Gitea.

View File

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