update front matter for new hugo

This commit is contained in:
Adriano Caloiaro 2024-11-28 08:42:59 -07:00
parent 5e1aa72b10
commit b3c2473277
No known key found for this signature in database
GPG key ID: C2BC56DE73CE3F75
22 changed files with 6 additions and 23 deletions

View file

@ -1,7 +1,6 @@
---
date: "2018-06-30T00:00:00Z"
cover: /img/hello_world.jpeg
published: true
title: Hello World
---

View file

@ -1,7 +1,6 @@
---
date: "2018-07-03T00:00:00Z"
published: "2018-07-03T00:00:00Z"
cover: /img/negative_man.png
published: true
subtitle: Documents @ Greenhouse
tags:
- Golang

View file

@ -1,7 +1,6 @@
---
date: "2018-07-14T00:00:00Z"
cover: /img/lumburgh.jpg
published: true
share-img: https://adriano.fyi/img/lumburgh.jpg
tags:
- business

View file

@ -1,7 +1,6 @@
---
date: "2018-10-11T00:00:00Z"
cover: https://github.com/acaloiaro/acaloiaro.github.io/blob/master/img/mine.jpeg?raw=true
published: false
title: Code Ownership and Quality
---
Developers own everything they build. Not in the sense of intellectual property, but in the sense that the code we write, in some way, is forever our responsibility. So when I talk about code ownership, I'm mostly concerned with the *responsibility* born by the developer(s) who wrote it, and how responsibility-cum-ownership can be leveraged to alleviate some development pain points.

View file

@ -1,7 +1,6 @@
---
date: "2019-09-10T00:00:00Z"
cover: /img/no_fud_zone.png
published: true
subtitle: get your FUD off my lawn
tags:
- programming

View file

@ -1,7 +1,6 @@
---
date: "2019-09-15T00:00:00Z"
cover: /img/maverick.jpg
published: true
tags:
- programming
- software development

View file

@ -1,7 +1,6 @@
---
date: "2019-12-22T00:00:00Z"
cover: /img/maverick.jpg
published: false
tags:
- programming
- software development

View file

@ -1,6 +1,5 @@
---
date: "2020-03-12T00:00:00Z"
published: true
subtitle: terminal tunes
tags:
- programming

View file

@ -1,6 +1,5 @@
---
date: "2020-05-29T00:00:00Z"
published: true
subtitle: (or any other S3-compatible object store)
tags:
- programming

View file

@ -1,6 +1,5 @@
---
date: "2020-08-26"
published: true
published: "2020-08-26"
title: Roaming
subtitle: No Destination
cover: https://nextcloud.adriano.fyi/s/yxNEJzKC2ficqFq/preview

View file

@ -1,6 +1,5 @@
---
date: "2020-09-19"
published: true
title: Farewell Estes Park
subtitle: With a little bit of scofflaw
aliases: /post/2020-09-19-farewall-estes-park/

View file

@ -1,6 +1,5 @@
---
date: "2020-10-21"
published: true
title: My Wireless Internet Setup
cover: https://nextcloud.adriano.fyi/s/psXXs7owCf4kANZ/preview
share_img: https://nextcloud.adriano.fyi/s/psXXs7owCf4kANZ/preview

View file

@ -1,6 +1,5 @@
---
date: "2021-03-20"
published: true
title: Configuring Sierra Wireless RV55 for IVPN
cover: https://nextcloud.adriano.fyi/s/LX5smbQ3jKFLkgg/preview
share_img: https://nextcloud.adriano.fyi/s/LX5smbQ3jKFLkgg/preview

View file

@ -1,6 +1,5 @@
---
date: "2021-09-23"
published: true
title: My Math Confession
tags:
- confessions

View file

@ -2,7 +2,6 @@
date: "2022-11-06"
lastmod: "2023-01-02"
cover: "https://bike.shimano.com/content/productsite/en-US/information/news/brake-pad-breakdown-metal-versus-resin-pads--what-you-need-to-kn/_jcr_content/productsite_newsarticle/body_parsys/image_275236632.img.jpg/1585687069390.jpg"
published: true
title: How to Choose Mountain Bike Brake Pads
tags:
- cycling

View file

@ -1,6 +1,5 @@
---
date: "2023-09-24"
published: "true"
title: Choose Postgres queue technology
cover: /img/choose_boring_tech_cost2.jpeg
tags:

View file

@ -1,7 +1,6 @@
---
date: "2023-04-16"
cover: "/img/att_traffic_shaping.png"
published: true
title: AT&T Wireless traffic shaping apparently making some websites unusable
tags:
- wireless

View file

@ -1,7 +1,6 @@
---
date: "2023-06-12"
cover: "/img/haflin-creek-trail.jpg"
published: true
title: "[video] Mountain Biking Haflin Creek Trail in Durango, CO"
tags:
- mountain biking

View file

@ -1,6 +1,5 @@
---
date: "2023-06-17"
published: true
title: Let's Encrypt (cerbot) with Hashicorp's Nomad, Nginx, and Docker, the easy way
tags:
- hashicorp

View file

@ -1,6 +1,5 @@
---
date: "2023-07-04"
published: true
title: Making static Hugo sites dynamic with htmx and Go
alias: /posts/2023/2023-07-04-creating-dynamic-hugo-sites-with-htmx-and-go/
tags:

View file

@ -1,5 +1,5 @@
---
date: 2024-11-17
published: 2024-11-17
cover: /img/chat-gpt-slipping-logo.webp
title: ChatGPT is Slipping
comments:

View file

@ -6,6 +6,9 @@ languageCode = "en-us"
theme = "terminal"
paginate = 5
[markup.goldmark.renderer]
unsafe = true
[params]
languageName = "English"
title = "Adriano Caloiaro"