From 38f3da5e5f237b6fef3d1bbe6b1f239e777c77f5 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Fri, 17 Dec 2021 16:08:28 -0600 Subject: [PATCH] convert jekyll teaser images into hugo thumbnails --- content/posts/3d-modeling-and-printing-on-chrome-os.md | 4 ++-- ...busing-chromes-custom-search-engines-for-fun-and-profit.md | 3 +-- .../posts/adding-vm-notes-and-custom-attributes-with-vra8.md | 3 +-- content/posts/adguard-home-in-docker-on-photon-os.md | 3 +-- ...auto-connect-to-protonvpn-on-untrusted-wifi-with-tasker.md | 3 +-- ...sword-manager-self-hosted-on-free-google-cloud-instance.md | 3 +-- ...burn-an-iso-to-usb-with-the-chromebook-recovery-utility.md | 3 +-- .../posts/cloud-based-wireguard-vpn-remote-homelab-access.md | 3 +-- content/posts/docker-on-windows-10-with-wsl2.md | 3 +-- ...erated-matrix-server-synapse-on-oracle-clouds-free-tier.md | 3 +-- content/posts/fixing-403-error-ssc-8-6-vra-idm.md | 3 +-- ...l2-connectivity-when-connected-to-a-vpn-with-wsl-vpnkit.md | 3 +-- .../posts/integrating-phpipam-with-vrealize-automation-8.md | 3 +-- ...-vms-to-active-directory-in-site-specific-ous-with-vra8.md | 3 +-- ...ng-in-to-multiple-vcenter-servers-at-once-with-powercli.md | 3 +-- ...sa-halt-replication-before-snapshotting-linked-vcenters.md | 3 +-- ...ng-hashnode-series-categories-in-jekyll-on-github-pages.md | 3 +-- content/posts/run-scripts-in-guest-os-with-vra-abx-actions.md | 3 +-- ...eguard-your-androids-battery-with-tasker-home-assistant.md | 3 +-- ...-a-new-lenovo-chromebook-duet-bonus-arm64-complications.md | 3 +-- .../showdown-lenovo-chromebook-duet-vs-google-pixel-slate.md | 3 +-- content/posts/using-vs-code-to-explore-giant-log-bundles.md | 3 +-- content/posts/virtually-potato-migrated-to-github-pages.md | 3 +-- content/posts/vmware-home-lab-on-intel-nuc-9.md | 3 +-- .../posts/vra8-automatic-deployment-naming-another-take.md | 3 +-- content/posts/vra8-custom-provisioning-part-four.md | 3 +-- content/posts/vra8-custom-provisioning-part-one.md | 3 +-- content/posts/vra8-custom-provisioning-part-three.md | 3 +-- content/posts/vra8-custom-provisioning-part-two.md | 3 +-- 29 files changed, 30 insertions(+), 58 deletions(-) diff --git a/content/posts/3d-modeling-and-printing-on-chrome-os.md b/content/posts/3d-modeling-and-printing-on-chrome-os.md index d50e97c..2680913 100644 --- a/content/posts/3d-modeling-and-printing-on-chrome-os.md +++ b/content/posts/3d-modeling-and-printing-on-chrome-os.md @@ -1,7 +1,7 @@ --- date: "2020-09-14T08:34:30Z" -header: - teaser: assets/images/posts-2020/qDTXt1jp3.png +thumbnail: /images/posts-2020/qDTXt1jp3.png +featureImage: /images/posts-2020/qDTXt1jp3.png tags: - linux - chromeos diff --git a/content/posts/abusing-chromes-custom-search-engines-for-fun-and-profit.md b/content/posts/abusing-chromes-custom-search-engines-for-fun-and-profit.md index 7a4a9eb..35eb936 100644 --- a/content/posts/abusing-chromes-custom-search-engines-for-fun-and-profit.md +++ b/content/posts/abusing-chromes-custom-search-engines-for-fun-and-profit.md @@ -1,8 +1,7 @@ --- series: Tips date: "2020-09-24T08:34:30Z" -header: - teaser: assets/images/posts-2020/fmLDUWjia.png +thumbnail: images/posts-2020/fmLDUWjia.png tags: - chrome title: Abusing Chrome's Custom Search Engines for Fun and Profit diff --git a/content/posts/adding-vm-notes-and-custom-attributes-with-vra8.md b/content/posts/adding-vm-notes-and-custom-attributes-with-vra8.md index 68ea511..5e93f01 100644 --- a/content/posts/adding-vm-notes-and-custom-attributes-with-vra8.md +++ b/content/posts/adding-vm-notes-and-custom-attributes-with-vra8.md @@ -1,8 +1,7 @@ --- series: vRA8 date: "2021-06-01T08:34:30Z" -header: - teaser: assets/images/posts-2020/-Fuvz-GmF.png +thumbnail: images/posts-2020/-Fuvz-GmF.png tags: - vmware - vra diff --git a/content/posts/adguard-home-in-docker-on-photon-os.md b/content/posts/adguard-home-in-docker-on-photon-os.md index a7bddbb..d1183e4 100644 --- a/content/posts/adguard-home-in-docker-on-photon-os.md +++ b/content/posts/adguard-home-in-docker-on-photon-os.md @@ -1,8 +1,7 @@ --- series: Projects date: "2021-05-27T08:34:30Z" -header: - teaser: assets/images/posts-2020/HRRpFOKuN.png +thumbnail: images/posts-2020/HRRpFOKuN.png tags: - docker - vmware diff --git a/content/posts/auto-connect-to-protonvpn-on-untrusted-wifi-with-tasker.md b/content/posts/auto-connect-to-protonvpn-on-untrusted-wifi-with-tasker.md index 4a8ac3c..7208dc7 100644 --- a/content/posts/auto-connect-to-protonvpn-on-untrusted-wifi-with-tasker.md +++ b/content/posts/auto-connect-to-protonvpn-on-untrusted-wifi-with-tasker.md @@ -1,8 +1,7 @@ --- series: Projects date: "2020-11-24T08:34:30Z" -header: - teaser: assets/images/posts-2020/Ki7jo65t3.png +thumbnail: images/posts-2020/Ki7jo65t3.png tags: - android - automation diff --git a/content/posts/bitwarden-password-manager-self-hosted-on-free-google-cloud-instance.md b/content/posts/bitwarden-password-manager-self-hosted-on-free-google-cloud-instance.md index 77df93d..53898ca 100644 --- a/content/posts/bitwarden-password-manager-self-hosted-on-free-google-cloud-instance.md +++ b/content/posts/bitwarden-password-manager-self-hosted-on-free-google-cloud-instance.md @@ -1,8 +1,7 @@ --- series: Projects date: "2018-09-26T08:34:30Z" -header: - teaser: assets/images/posts-2020/i0UKdXleC.png +thumbnail: images/posts-2020/i0UKdXleC.png tags: - docker - linux diff --git a/content/posts/burn-an-iso-to-usb-with-the-chromebook-recovery-utility.md b/content/posts/burn-an-iso-to-usb-with-the-chromebook-recovery-utility.md index 58ae9ae..eaccb9f 100644 --- a/content/posts/burn-an-iso-to-usb-with-the-chromebook-recovery-utility.md +++ b/content/posts/burn-an-iso-to-usb-with-the-chromebook-recovery-utility.md @@ -1,8 +1,7 @@ --- series: Tips date: "2020-12-23T08:34:30Z" -header: - teaser: assets/images/posts-2020/-lp1-DGiM.png +thumbnail: images/posts-2020/-lp1-DGiM.png tags: - chromeos title: Burn an ISO to USB with the Chromebook Recovery Utility diff --git a/content/posts/cloud-based-wireguard-vpn-remote-homelab-access.md b/content/posts/cloud-based-wireguard-vpn-remote-homelab-access.md index fc35309..463e992 100644 --- a/content/posts/cloud-based-wireguard-vpn-remote-homelab-access.md +++ b/content/posts/cloud-based-wireguard-vpn-remote-homelab-access.md @@ -1,8 +1,7 @@ --- series: Projects date: "2021-10-28T00:00:00Z" -header: - teaser: assets/images/posts-2021/10/20211028_wireguard_in_the_cloud.jpg +thumbnail: images/posts-2021/10/20211028_wireguard_in_the_cloud.jpg tags: - linux - gcp diff --git a/content/posts/docker-on-windows-10-with-wsl2.md b/content/posts/docker-on-windows-10-with-wsl2.md index 8460811..607f325 100644 --- a/content/posts/docker-on-windows-10-with-wsl2.md +++ b/content/posts/docker-on-windows-10-with-wsl2.md @@ -1,7 +1,6 @@ --- date: "2020-09-22T08:34:30Z" -header: - teaser: assets/images/posts-2020/8p-PSHx1R.png +thumbnail: images/posts-2020/8p-PSHx1R.png tags: - docker - windows diff --git a/content/posts/federated-matrix-server-synapse-on-oracle-clouds-free-tier.md b/content/posts/federated-matrix-server-synapse-on-oracle-clouds-free-tier.md index 89f7e66..f83211e 100644 --- a/content/posts/federated-matrix-server-synapse-on-oracle-clouds-free-tier.md +++ b/content/posts/federated-matrix-server-synapse-on-oracle-clouds-free-tier.md @@ -1,8 +1,7 @@ --- series: Projects date: "2021-06-28T00:00:00Z" -header: - teaser: assets/images/posts-2020/2xe34VJym.png +thumbnail: images/posts-2020/2xe34VJym.png last_modified_at: "2021-09-17" tags: - docker diff --git a/content/posts/fixing-403-error-ssc-8-6-vra-idm.md b/content/posts/fixing-403-error-ssc-8-6-vra-idm.md index cb0bb91..80d8090 100644 --- a/content/posts/fixing-403-error-ssc-8-6-vra-idm.md +++ b/content/posts/fixing-403-error-ssc-8-6-vra-idm.md @@ -1,8 +1,7 @@ --- series: vRA8 date: "2021-11-05T00:00:00Z" -header: - teaser: assets/images/posts-2021/11/20211105_ssc_403.png +thumbnail: images/posts-2021/11/20211105_ssc_403.png tags: - vra - lcm diff --git a/content/posts/fixing-wsl2-connectivity-when-connected-to-a-vpn-with-wsl-vpnkit.md b/content/posts/fixing-wsl2-connectivity-when-connected-to-a-vpn-with-wsl-vpnkit.md index 7f6e3cc..8e2948b 100644 --- a/content/posts/fixing-wsl2-connectivity-when-connected-to-a-vpn-with-wsl-vpnkit.md +++ b/content/posts/fixing-wsl2-connectivity-when-connected-to-a-vpn-with-wsl-vpnkit.md @@ -1,7 +1,6 @@ --- date: "2020-10-07T08:34:30Z" -header: - teaser: assets/images/posts-2020/MnmMuA0HC.png +thumbnail: images/posts-2020/MnmMuA0HC.png tags: - windows - linux diff --git a/content/posts/integrating-phpipam-with-vrealize-automation-8.md b/content/posts/integrating-phpipam-with-vrealize-automation-8.md index e57a899..83be7f7 100644 --- a/content/posts/integrating-phpipam-with-vrealize-automation-8.md +++ b/content/posts/integrating-phpipam-with-vrealize-automation-8.md @@ -1,8 +1,7 @@ --- series: vRA8 date: "2021-02-22T08:34:30Z" -header: - teaser: assets/images/posts-2020/7_QI-Ti8g.png +thumbnail: images/posts-2020/7_QI-Ti8g.png tags: - python - rest diff --git a/content/posts/joining-vms-to-active-directory-in-site-specific-ous-with-vra8.md b/content/posts/joining-vms-to-active-directory-in-site-specific-ous-with-vra8.md index 049469d..e534b8e 100644 --- a/content/posts/joining-vms-to-active-directory-in-site-specific-ous-with-vra8.md +++ b/content/posts/joining-vms-to-active-directory-in-site-specific-ous-with-vra8.md @@ -1,8 +1,7 @@ --- series: vRA8 date: "2021-07-21T00:00:00Z" -header: - teaser: assets/images/posts-2021/07/20210721-successful-ad_machine.png +thumbnail: images/posts-2021/07/20210721-successful-ad_machine.png tags: - vmware - vra diff --git a/content/posts/logging-in-to-multiple-vcenter-servers-at-once-with-powercli.md b/content/posts/logging-in-to-multiple-vcenter-servers-at-once-with-powercli.md index 37b70f4..8c346db 100644 --- a/content/posts/logging-in-to-multiple-vcenter-servers-at-once-with-powercli.md +++ b/content/posts/logging-in-to-multiple-vcenter-servers-at-once-with-powercli.md @@ -1,8 +1,7 @@ --- series: Scripts date: "2020-09-16T08:34:30Z" -header: - teaser: assets/images/posts-2020/LJOcy2oqc.png +thumbnail: images/posts-2020/LJOcy2oqc.png tags: - vmware - powercli diff --git a/content/posts/psa-halt-replication-before-snapshotting-linked-vcenters.md b/content/posts/psa-halt-replication-before-snapshotting-linked-vcenters.md index feb1ede..f053a3b 100644 --- a/content/posts/psa-halt-replication-before-snapshotting-linked-vcenters.md +++ b/content/posts/psa-halt-replication-before-snapshotting-linked-vcenters.md @@ -1,8 +1,7 @@ --- series: Tips date: "2021-01-30T08:34:30Z" -header: - teaser: assets/images/posts-2020/XTaU9VDy8.png +thumbnail: images/posts-2020/XTaU9VDy8.png tags: - vmware title: 'PSA: halt replication before snapshotting linked vCenters' diff --git a/content/posts/recreating-hashnode-series-categories-in-jekyll-on-github-pages.md b/content/posts/recreating-hashnode-series-categories-in-jekyll-on-github-pages.md index 0d9bc49..455c38e 100644 --- a/content/posts/recreating-hashnode-series-categories-in-jekyll-on-github-pages.md +++ b/content/posts/recreating-hashnode-series-categories-in-jekyll-on-github-pages.md @@ -1,8 +1,7 @@ --- series: Tips date: "2021-07-24T16:46:00Z" -header: - teaser: assets/images/posts-2021/07/20210724-series-navigation.png +thumbnail: images/posts-2021/07/20210724-series-navigation.png tags: - meta - jekyll diff --git a/content/posts/run-scripts-in-guest-os-with-vra-abx-actions.md b/content/posts/run-scripts-in-guest-os-with-vra-abx-actions.md index 1444f7f..31b8c18 100644 --- a/content/posts/run-scripts-in-guest-os-with-vra-abx-actions.md +++ b/content/posts/run-scripts-in-guest-os-with-vra-abx-actions.md @@ -1,8 +1,7 @@ --- series: vRA8 date: "2021-09-03T00:00:00Z" -header: - teaser: assets/images/posts-2021/09/20210903_action_run_success.png +thumbnail: images/posts-2021/09/20210903_action_run_success.png last_modified_at: "2021-09-20" tags: - vra diff --git a/content/posts/safeguard-your-androids-battery-with-tasker-home-assistant.md b/content/posts/safeguard-your-androids-battery-with-tasker-home-assistant.md index c233a0b..b944152 100644 --- a/content/posts/safeguard-your-androids-battery-with-tasker-home-assistant.md +++ b/content/posts/safeguard-your-androids-battery-with-tasker-home-assistant.md @@ -1,8 +1,7 @@ --- series: Projects date: "2020-11-14T08:34:30Z" -header: - teaser: assets/images/posts-2020/aeIOr8w6k.png +thumbnail: images/posts-2020/aeIOr8w6k.png tags: - android - tasker diff --git a/content/posts/setting-up-linux-on-a-new-lenovo-chromebook-duet-bonus-arm64-complications.md b/content/posts/setting-up-linux-on-a-new-lenovo-chromebook-duet-bonus-arm64-complications.md index 42191c4..8abd551 100644 --- a/content/posts/setting-up-linux-on-a-new-lenovo-chromebook-duet-bonus-arm64-complications.md +++ b/content/posts/setting-up-linux-on-a-new-lenovo-chromebook-duet-bonus-arm64-complications.md @@ -1,8 +1,7 @@ --- series: Projects date: "2020-10-27T08:34:30Z" -header: - teaser: assets/images/posts-2020/XtmaR9Z0J.png +thumbnail: images/posts-2020/XtmaR9Z0J.png tags: - chromeos - linux diff --git a/content/posts/showdown-lenovo-chromebook-duet-vs-google-pixel-slate.md b/content/posts/showdown-lenovo-chromebook-duet-vs-google-pixel-slate.md index 362dde3..f94dd9e 100644 --- a/content/posts/showdown-lenovo-chromebook-duet-vs-google-pixel-slate.md +++ b/content/posts/showdown-lenovo-chromebook-duet-vs-google-pixel-slate.md @@ -1,7 +1,6 @@ --- date: "2020-11-06T08:34:30Z" -header: - teaser: assets/images/posts-2020/P-x5qEg_9.jpeg +thumbnail: images/posts-2020/P-x5qEg_9.jpeg tags: - chromeos title: 'Showdown: Lenovo Chromebook Duet vs. Google Pixel Slate' diff --git a/content/posts/using-vs-code-to-explore-giant-log-bundles.md b/content/posts/using-vs-code-to-explore-giant-log-bundles.md index 49708d0..00df25f 100644 --- a/content/posts/using-vs-code-to-explore-giant-log-bundles.md +++ b/content/posts/using-vs-code-to-explore-giant-log-bundles.md @@ -1,8 +1,7 @@ --- series: Tips date: "2021-02-18T08:34:30Z" -header: - teaser: assets/images/posts-2020/PPZu_UOGO.png +thumbnail: images/posts-2020/PPZu_UOGO.png tags: - logs - vmware diff --git a/content/posts/virtually-potato-migrated-to-github-pages.md b/content/posts/virtually-potato-migrated-to-github-pages.md index 695ff9d..0d4c6c3 100644 --- a/content/posts/virtually-potato-migrated-to-github-pages.md +++ b/content/posts/virtually-potato-migrated-to-github-pages.md @@ -1,7 +1,6 @@ --- date: "2021-07-20T22:20:00Z" -header: - teaser: assets/images/posts-2021/07/20210720-jekyll.png +thumbnail: images/posts-2021/07/20210720-jekyll.png tags: - linux - meta diff --git a/content/posts/vmware-home-lab-on-intel-nuc-9.md b/content/posts/vmware-home-lab-on-intel-nuc-9.md index 8fc1ad3..e87f88f 100644 --- a/content/posts/vmware-home-lab-on-intel-nuc-9.md +++ b/content/posts/vmware-home-lab-on-intel-nuc-9.md @@ -1,8 +1,7 @@ --- series: vRA8 date: "2021-02-05T08:34:30Z" -header: - teaser: assets/images/posts-2020/SIDah-Lag.png +thumbnail: images/posts-2020/SIDah-Lag.png tags: - vmware - homelab diff --git a/content/posts/vra8-automatic-deployment-naming-another-take.md b/content/posts/vra8-automatic-deployment-naming-another-take.md index db81d5e..0cd4c6b 100644 --- a/content/posts/vra8-automatic-deployment-naming-another-take.md +++ b/content/posts/vra8-automatic-deployment-naming-another-take.md @@ -1,8 +1,7 @@ --- series: vRA8 date: "2021-05-20T08:34:30Z" -header: - teaser: assets/images/posts-2020/wl-WPQpEl.png +thumbnail: images/posts-2020/wl-WPQpEl.png tags: - vmware - vra diff --git a/content/posts/vra8-custom-provisioning-part-four.md b/content/posts/vra8-custom-provisioning-part-four.md index 6016106..666f62e 100644 --- a/content/posts/vra8-custom-provisioning-part-four.md +++ b/content/posts/vra8-custom-provisioning-part-four.md @@ -1,8 +1,7 @@ --- series: vRA8 date: "2021-05-18T08:34:30Z" -header: - teaser: assets/images/posts-2020/hFPeakMxn.png +thumbnail: images/posts-2020/hFPeakMxn.png tags: - vmware - vra diff --git a/content/posts/vra8-custom-provisioning-part-one.md b/content/posts/vra8-custom-provisioning-part-one.md index 6d75044..34dd0c6 100644 --- a/content/posts/vra8-custom-provisioning-part-one.md +++ b/content/posts/vra8-custom-provisioning-part-one.md @@ -1,8 +1,7 @@ --- series: vRA8 date: "2021-03-29T08:34:30Z" -header: - teaser: assets/images/posts-2020/VZaK4btzl.png +thumbnail: images/posts-2020/VZaK4btzl.png tags: - vmware - vra diff --git a/content/posts/vra8-custom-provisioning-part-three.md b/content/posts/vra8-custom-provisioning-part-three.md index 280c659..2b79b47 100644 --- a/content/posts/vra8-custom-provisioning-part-three.md +++ b/content/posts/vra8-custom-provisioning-part-three.md @@ -1,8 +1,7 @@ --- series: vRA8 date: "2021-04-19T08:34:30Z" -header: - teaser: assets/images/posts-2020/K6vcxpDj8.png +thumbnail: images/posts-2020/K6vcxpDj8.png last_modified_at: "2021-10-01" tags: - vmware diff --git a/content/posts/vra8-custom-provisioning-part-two.md b/content/posts/vra8-custom-provisioning-part-two.md index a7754ac..e88f112 100644 --- a/content/posts/vra8-custom-provisioning-part-two.md +++ b/content/posts/vra8-custom-provisioning-part-two.md @@ -1,8 +1,7 @@ --- series: vRA8 date: "2021-04-02T08:34:30Z" -header: - teaser: assets/images/posts-2020/HXrAMJrH.png +thumbnail: images/posts-2020/HXrAMJrH.png tags: - vmware - vra