diff --git a/archetypes/default.md b/archetypes/default.md index db100a2..f55c59b 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -1,6 +1,6 @@ --- title: "{{ replace .Name "-" " " | title }}" -author: [ "David Rinaldo" ] +author: {{ .site.author }} date: {{ .Date }} draft: true --- diff --git a/content/archive.md b/content/archive.md new file mode 100644 index 0000000..5628e34 --- /dev/null +++ b/content/archive.md @@ -0,0 +1,6 @@ +--- +title: "Archive" +layout: "archives" +url: "/archives/" +summary: archives +--- diff --git a/content/posts/2024-2025-goals.md b/content/posts/2024-2025-goals.md index b0ed628..57a6518 100644 --- a/content/posts/2024-2025-goals.md +++ b/content/posts/2024-2025-goals.md @@ -1,6 +1,8 @@ --- title: "2024-2025 Goals" author: [ "David Rinaldo" ] +tags: +- goals date: 2024-05-05T22:03:40-04:00 --- diff --git a/content/posts/containers-homelabs-ai.md b/content/posts/containers-homelabs-ai.md index 6dc034e..3df5d86 100644 --- a/content/posts/containers-homelabs-ai.md +++ b/content/posts/containers-homelabs-ai.md @@ -1,6 +1,10 @@ --- title: "Containers, Home Labs, and AI" author: ["David Rinaldo"] +tags: +- containers +- ai +- self-hosting 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 2e7d261..b1fc222 100644 --- a/content/posts/decrypting-headless-boot.md +++ b/content/posts/decrypting-headless-boot.md @@ -1,6 +1,9 @@ --- title: "Decrypting a Headless Server on Boot... Remotely" author: ["David Rinaldo"] +tags: +- self-hosting +- tutorial date: 2020-11-21 --- ![](/img/server-room.jpg) diff --git a/content/posts/freedom-tech.md b/content/posts/freedom-tech.md index f512895..eacda41 100644 --- a/content/posts/freedom-tech.md +++ b/content/posts/freedom-tech.md @@ -1,6 +1,9 @@ --- title: "Freedom Tech" author: ["David Rinaldo"] +tags: +- decentralization +- nostr 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 db249f2..67bca01 100644 --- a/content/posts/hardware-wallets.md +++ b/content/posts/hardware-wallets.md @@ -1,6 +1,8 @@ --- title: "Hardware Wallets" author: ["David Rinaldo"] +tags: +- bitcoin 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 ad435f2..f25dfa4 100644 --- a/content/posts/interplanetary-filesystem.md +++ b/content/posts/interplanetary-filesystem.md @@ -1,6 +1,8 @@ --- title: "InterPlanetary File System" author: ["David Rinaldo"] +tags: +- decentralization 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 4f607da..f11657e 100644 --- a/content/posts/running-a-bitcoin-node.md +++ b/content/posts/running-a-bitcoin-node.md @@ -1,6 +1,9 @@ --- title: "Running a Bitcoin Full Node" author: ["David Rinaldo"] +tags: +- bitcoin +- self-hosting 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 4bddffa..f9b5c16 100644 --- a/content/posts/sorting-digital-life.md +++ b/content/posts/sorting-digital-life.md @@ -1,6 +1,8 @@ --- title: "Sorting Out Your Digital Life" author: ["David Rinaldo"] +tags: +- self-hosting 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 53c4f08..57a600f 100644 --- a/content/posts/switch-to-arch.md +++ b/content/posts/switch-to-arch.md @@ -1,6 +1,9 @@ --- title: "Switched to Arch Linux (...Again)" author: ["David Rinaldo"] +tags: +- linux +- blog date: 2020-10-11 --- ![Arch Linux logo](/img/arch-linux-logo.png) diff --git a/content/posts/the-filter.md b/content/posts/the-filter.md index e1f7cbd..f732868 100644 --- a/content/posts/the-filter.md +++ b/content/posts/the-filter.md @@ -1,6 +1,9 @@ --- title: "The Filter" author: ["David Rinaldo"] +tags: +- blog +- writing 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/the-forever-student.md b/content/posts/the-forever-student.md new file mode 100644 index 0000000..05c1ff7 --- /dev/null +++ b/content/posts/the-forever-student.md @@ -0,0 +1,13 @@ +--- +title: "The Forever Student" +author: [ "David Rinaldo" ] +tags: +- learning +date: 2024-05-07T09:50:43-04:00 +draft: true +--- +I visualize knowledge as a horizon. Everyone has a personal "horizon of knowing", and all that you see is the ocean of all that you know. Beyond your horizon is a vast "void of unknowing". Out there are all the things you don't know, and it's infinite. + +Within your "horizon of knowing", in your personal ocean of knowledge, you will find clues of holes in your understanding. Clues that when followed lead you way out in the void of unknowing. As a forever student, I believe our purpose is to find comfort in the void and to seek out the clues that will take us there. + +It's never done and you never know "enough". The horizon never meets an end and only ever grows (and unearths new holes). Being a forever student is about the process and the journey of learning and discovery, rather than the destination. There are no shortcuts to growing your horizon of knowing. The horizon itself is the proof of work. diff --git a/content/posts/ufw-vpn-kill-switch.md b/content/posts/ufw-vpn-kill-switch.md index 50729a4..ed78685 100644 --- a/content/posts/ufw-vpn-kill-switch.md +++ b/content/posts/ufw-vpn-kill-switch.md @@ -1,6 +1,9 @@ --- title: "UFW VPN Kill Switch" author: ["David Rinaldo"] +tags: +- linux +- tutorial date: 2020-10-11 --- ![Old wall switch](/img/old-switch.jpg) diff --git a/content/posts/why-dvdt-dev.md b/content/posts/why-dvdt-dev.md index dacbaf4..d4ddeec 100644 --- a/content/posts/why-dvdt-dev.md +++ b/content/posts/why-dvdt-dev.md @@ -1,6 +1,9 @@ --- title: "Why dvdt.dev?" author: [ "David Rinaldo" ] +tags: +- blog +- personal date: 2024-05-06T10:19:03-04:00 --- diff --git a/content/search.md b/content/search.md new file mode 100644 index 0000000..36e8240 --- /dev/null +++ b/content/search.md @@ -0,0 +1,6 @@ +--- +title: "Search" +layout: "search" +summary: "search" +placeholder: "Search for content" +--- diff --git a/content/support.md b/content/support.md index 4aa4037..8e1ee48 100644 --- a/content/support.md +++ b/content/support.md @@ -4,6 +4,6 @@ If you like something I write and want to support it please consider sending me ![LNURL QR](https://dhl-space.sfo2.digitaloceanspaces.com/lnurl-qr.png) -LNURL1DP68GURN8GHJ7MRWVF5HGUEWV3MXGAPWV3JHVTMVDE6HYMRS9A5KVEZTFP6SJ5TUYD +LNURL1DP68GURN8GHJ7MRWVF5HGUEWV3MXGAPWV3JHVTMVDE6HYMRS9ATYYD2KV3GS24W9PV -[LN Address](https://github.com/andrerfneves/lightning-address/blob/master/DIY.md): pay@dvdt.dev +[LN Address](https://github.com/andrerfneves/lightning-address/blob/master/DIY.md): david@dvdt.dev diff --git a/hugo.yaml b/hugo.yaml index 2755924..d6d3882 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -5,6 +5,10 @@ theme: PaperMod description: Engineering, tech, decentralization, Bitcoin enableRobotsTXT: true params: + defaultTheme: auto + author: [ "David Rinaldo" ] + ShowShareButtons: true + ShowReadingTime: true homeInfoParams: Title: Hey, I'm David Rinaldo! Content: Welcome to my blog @@ -19,16 +23,36 @@ permalinks: posts: /:year/:month/:title menu: main: + - identifier: home + name: home + url: / + weight: 10 + - identifier: search + name: search + url: /search + weight: 20 + - identifier: tags + name: tags + url: /tags + weight: 30 + - identifier: archives + name: archives + url: /archives + weight: 40 - identifier: about-me name: about me url: /about-me/ - weight: 10 + weight: 50 - identifier: support name: support url: support - weight: 20 + weight: 60 - identifier: rss name: rss url: index.xml - weight: 30 - + weight: 70 +outputs: + home: + - HTML + - RSS + - JSON