update content
This commit is contained in:
parent
401d5e81b1
commit
1693b1d59b
2 changed files with 4 additions and 2 deletions
|
@ -2,6 +2,8 @@
|
|||
title = 'about'
|
||||
draft = false
|
||||
menus = 'main'
|
||||
images = ['about/taco.png']
|
||||
description = 'but who is taco? and how much does it weigh?'
|
||||
+++
|
||||
|
||||
{{< figure src="taco.png" alt="a smiling cartoon taco with little legs" attr="art by [heyheymomo](https://www.heyheymomo.com/)">}}
|
||||
|
@ -19,6 +21,6 @@ Daniel holds a Bachelors in Multidisciplinary Studies (BMdS) from [West Virginia
|
|||
* 🇪🇸 Spanish
|
||||
* 🇪🇨🇨🇴🇻🇪 Latin American Studies
|
||||
* 🏳️🌈 LGBTQ+ Studies
|
||||
* other things classes he took and just enjoyed, tbh
|
||||
* and other classes he took and just enjoyed, tbh
|
||||
|
||||
He currently works as a [Site Reliability Engineer](https://en.wikipedia.org/wiki/Site_reliability_engineering) for some big healthcare corporation and as a [Webmaster](https://en.wikipedia.org/wiki/Webmaster) for a harm reduction coalition. In his free time, Daniel likes tinkering with Linux server administration and self-hosting technologies to better his life and the lives of those around him. As it is with most folks, Daniel’s opinions are his own and do not represent the views of his employer(s).
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}</title>
|
||||
<title>{{ if .IsHome }}home - {{ site.Title }}{{ else }}{{ printf "%s - %s" .Title site.Title }}{{ end }}</title>
|
||||
{{ partialCached "head/css.html" . }}
|
||||
{{ partialCached "head/js.html" . }}
|
||||
<script defer src="https://umami.birdcat.cafe/script.js" data-website-id="a77e7641-808a-4c39-96a2-f3ce1c492002"></script>
|
||||
|
|
Loading…
Reference in a new issue