Compare commits

...

2 Commits

  1. 4
      content/About.md
  2. 1
      themes/lite/templates/article.html

@ -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.
@ -21,4 +19,4 @@ There's two versions of this website, a main version at <https://tannercollin.co
### 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.
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.

@ -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}}" />

Loading…
Cancel
Save