From 748223d3d27513a30aafb46add4b54825c2f5d94 Mon Sep 17 00:00:00 2001 From: David Lick Date: Sat, 4 May 2024 14:31:19 -0400 Subject: [PATCH] rename author, publish test post --- archetypes/default.md | 2 +- content/posts/containers-homelabs-ai.md | 2 +- content/posts/decrypting-headless-boot.md | 2 +- content/posts/freedom-tech.md | 2 +- content/posts/hardware-wallets.md | 2 +- content/posts/interplanetary-filesystem.md | 2 +- content/posts/running-a-bitcoin-node.md | 2 +- content/posts/sorting-digital-life.md | 2 +- content/posts/switch-to-arch.md | 2 +- content/posts/test.md | 6 ++++++ content/posts/the-filter.md | 2 +- content/posts/ufw-vpn-kill-switch.md | 2 +- public/categories/index.xml | 2 +- public/index.xml | 13 +++++++++++-- public/pages/index.xml | 2 +- public/posts/index.xml | 13 +++++++++++-- public/sitemap.xml | 11 +++++++---- public/tags/index.xml | 2 +- 18 files changed, 49 insertions(+), 22 deletions(-) create mode 100644 content/posts/test.md diff --git a/archetypes/default.md b/archetypes/default.md index e30f859..b370591 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -1,6 +1,6 @@ --- title: "{{ replace .Name "-" " " | title }}" -authors: [ "{{ Site.AuthorName }}" ] +authors: [ "David Rinaldo" ] date: {{ .Date }} draft: true --- diff --git a/content/posts/containers-homelabs-ai.md b/content/posts/containers-homelabs-ai.md index bee387d..6dc034e 100644 --- a/content/posts/containers-homelabs-ai.md +++ b/content/posts/containers-homelabs-ai.md @@ -1,6 +1,6 @@ --- title: "Containers, Home Labs, and AI" -author: ["David Lick"] +author: ["David Rinaldo"] date: 2023-01-14 --- ![Photo by [Guillaume Bolduc](https://unsplash.com/@guibolduc?utm_source=ghost&utm_medium=referral&utm_campaign=api-credit) / [Unsplash](https://unsplash.com/?utm_source=ghost&utm_medium=referral&utm_campaign=api-credit)](/img/stacked-containers.jpg) diff --git a/content/posts/decrypting-headless-boot.md b/content/posts/decrypting-headless-boot.md index cbfe672..2e7d261 100644 --- a/content/posts/decrypting-headless-boot.md +++ b/content/posts/decrypting-headless-boot.md @@ -1,6 +1,6 @@ --- title: "Decrypting a Headless Server on Boot... Remotely" -author: ["David Lick"] +author: ["David Rinaldo"] date: 2020-11-21 --- ![](/img/server-room.jpg) diff --git a/content/posts/freedom-tech.md b/content/posts/freedom-tech.md index bc0cd24..f512895 100644 --- a/content/posts/freedom-tech.md +++ b/content/posts/freedom-tech.md @@ -1,6 +1,6 @@ --- title: "Freedom Tech" -author: ["David Lick"] +author: ["David Rinaldo"] date: 2023-07-18 --- ![Photo by [Simon Infanger](https://unsplash.com/@photosimon?utm_source=ghost&utm_medium=referral&utm_campaign=api-credit) / [Unsplash](https://unsplash.com/?utm_source=ghost&utm_medium=referral&utm_campaign=api-credit)](/img/nostrich.jpg) diff --git a/content/posts/hardware-wallets.md b/content/posts/hardware-wallets.md index 748f710..db249f2 100644 --- a/content/posts/hardware-wallets.md +++ b/content/posts/hardware-wallets.md @@ -1,6 +1,6 @@ --- title: "Hardware Wallets" -author: ["David Lick"] +author: ["David Rinaldo"] date: 2020-07-24 --- ![Wallet open with cards](/img/open-wallet.jpg) diff --git a/content/posts/interplanetary-filesystem.md b/content/posts/interplanetary-filesystem.md index dcfddeb..ad435f2 100644 --- a/content/posts/interplanetary-filesystem.md +++ b/content/posts/interplanetary-filesystem.md @@ -1,6 +1,6 @@ --- title: "InterPlanetary File System" -author: ["David Lick"] +author: ["David Rinaldo"] date: 2020-06-25 --- ![Solar system model](/img/orbit-model.jpg) diff --git a/content/posts/running-a-bitcoin-node.md b/content/posts/running-a-bitcoin-node.md index 136903e..4f607da 100644 --- a/content/posts/running-a-bitcoin-node.md +++ b/content/posts/running-a-bitcoin-node.md @@ -1,6 +1,6 @@ --- title: "Running a Bitcoin Full Node" -author: ["David Lick"] +author: ["David Rinaldo"] date: 2020-06-13 --- ![Bitcoin on CPU](/img/bitcoin-cpu.jpg) diff --git a/content/posts/sorting-digital-life.md b/content/posts/sorting-digital-life.md index c5824a5..4bddffa 100644 --- a/content/posts/sorting-digital-life.md +++ b/content/posts/sorting-digital-life.md @@ -1,6 +1,6 @@ --- title: "Sorting Out Your Digital Life" -author: ["David Lick"] +author: ["David Rinaldo"] date: 2023-03-19 --- ![Photo by [Markus Spiske](https://unsplash.com/@markusspiske?utm_source=ghost&utm_medium=referral&utm_campaign=api-credit) / [Unsplash](https://unsplash.com/?utm_source=ghost&utm_medium=referral&utm_campaign=api-credit)](/img/matrix-code.jpg) diff --git a/content/posts/switch-to-arch.md b/content/posts/switch-to-arch.md index a8b2b0c..53c4f08 100644 --- a/content/posts/switch-to-arch.md +++ b/content/posts/switch-to-arch.md @@ -1,6 +1,6 @@ --- title: "Switched to Arch Linux (...Again)" -author: ["David Lick"] +author: ["David Rinaldo"] date: 2020-10-11 --- ![Arch Linux logo](/img/arch-linux-logo.png) diff --git a/content/posts/test.md b/content/posts/test.md new file mode 100644 index 0000000..225ddcf --- /dev/null +++ b/content/posts/test.md @@ -0,0 +1,6 @@ +--- +title: "Test" +authors: [ "David Rinaldo" ] +date: 2024-05-04T14:27:12-04:00 +--- + diff --git a/content/posts/the-filter.md b/content/posts/the-filter.md index 9de521f..e1f7cbd 100644 --- a/content/posts/the-filter.md +++ b/content/posts/the-filter.md @@ -1,6 +1,6 @@ --- title: "The Filter" -author: ["David Lick"] +author: ["David Rinaldo"] date: 2023-07-16 --- ![Photo by [Eugene Chystiakov](https://unsplash.com/@eugenechystiakov?utm_source=ghost&utm_medium=referral&utm_campaign=api-credit) / [Unsplash](https://unsplash.com/?utm_source=ghost&utm_medium=referral&utm_campaign=api-credit)](/img/camera-filter-city.jpg) diff --git a/content/posts/ufw-vpn-kill-switch.md b/content/posts/ufw-vpn-kill-switch.md index c76e2a5..50729a4 100644 --- a/content/posts/ufw-vpn-kill-switch.md +++ b/content/posts/ufw-vpn-kill-switch.md @@ -1,6 +1,6 @@ --- title: "UFW VPN Kill Switch" -author: ["David Lick"] +author: ["David Rinaldo"] date: 2020-10-11 --- ![Old wall switch](/img/old-switch.jpg) diff --git a/public/categories/index.xml b/public/categories/index.xml index 849a12a..a2c1a47 100644 --- a/public/categories/index.xml +++ b/public/categories/index.xml @@ -1,5 +1,5 @@ - + Categories on dvdt.dev https://new.dvdt.dev/categories/ diff --git a/public/index.xml b/public/index.xml index 38bff77..0eabf7c 100644 --- a/public/index.xml +++ b/public/index.xml @@ -1,12 +1,21 @@ - + dvdt.dev https://new.dvdt.dev/ Recent content on dvdt.dev Hugo -- gohugo.io en-us - Tue, 18 Jul 2023 00:00:00 +0000 + Sat, 04 May 2024 14:27:12 -0400 + + Test + https://new.dvdt.dev/2024/05/test/ + Sat, 04 May 2024 14:27:12 -0400 + + https://new.dvdt.dev/2024/05/test/ + + + Freedom Tech https://new.dvdt.dev/2023/07/freedom-tech/ diff --git a/public/pages/index.xml b/public/pages/index.xml index 653629b..8f14cb3 100644 --- a/public/pages/index.xml +++ b/public/pages/index.xml @@ -1,5 +1,5 @@ - + Pages on dvdt.dev https://new.dvdt.dev/pages/ diff --git a/public/posts/index.xml b/public/posts/index.xml index ae3a963..d0ae329 100644 --- a/public/posts/index.xml +++ b/public/posts/index.xml @@ -1,12 +1,21 @@ - + Posts on dvdt.dev https://new.dvdt.dev/posts/ Recent content in Posts on dvdt.dev Hugo -- gohugo.io en-us - Tue, 18 Jul 2023 00:00:00 +0000 + Sat, 04 May 2024 14:27:12 -0400 + + Test + https://new.dvdt.dev/2024/05/test/ + Sat, 04 May 2024 14:27:12 -0400 + + https://new.dvdt.dev/2024/05/test/ + + + Freedom Tech https://new.dvdt.dev/2023/07/freedom-tech/ diff --git a/public/sitemap.xml b/public/sitemap.xml index fbecb25..d2bd074 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -3,12 +3,15 @@ xmlns:xhtml="http://www.w3.org/1999/xhtml"> https://new.dvdt.dev/ - 2023-07-18T00:00:00+00:00 - - https://new.dvdt.dev/2023/07/freedom-tech/ - 2023-07-18T00:00:00+00:00 + 2024-05-04T14:27:12-04:00 https://new.dvdt.dev/posts/ + 2024-05-04T14:27:12-04:00 + + https://new.dvdt.dev/2024/05/test/ + 2024-05-04T14:27:12-04:00 + + https://new.dvdt.dev/2023/07/freedom-tech/ 2023-07-18T00:00:00+00:00 https://new.dvdt.dev/2023/07/the-filter/ diff --git a/public/tags/index.xml b/public/tags/index.xml index c7a8b17..5649ecd 100644 --- a/public/tags/index.xml +++ b/public/tags/index.xml @@ -1,5 +1,5 @@ - + Tags on dvdt.dev https://new.dvdt.dev/tags/