Compare commits

..

6 Commits

17 changed files with 17 additions and 19 deletions

View File

@@ -2,7 +2,7 @@
draft: true
title: "{{ replace .Name "-" " " | title }}"
subtitle: ""
author: 'Chad Michael "TBD" Greenwood'
author: authorDefault
date: "{{ .Date }}"
toc: true
images:

View File

@@ -2,7 +2,7 @@
draft: true
title: "{{ replace .Name "-" " " | title }}"
subtitle: ""
author: 'Chad Michael "Bug" Greenwood'
author: bug
date: "{{ .Date }}"
toc: false
images:

View File

@@ -1,5 +1,4 @@
---
author: Hyperling
title: "Home"
---

View File

@@ -1,5 +1,4 @@
---
author: Hyperling
title: "All Categories"
---

View File

@@ -1,5 +1,4 @@
---
author: Hyperling
title: "All Posts"
#subtitle: "Chronologically posted articles."
---

View File

@@ -1,7 +1,7 @@
---
title: Voluntary Sovereignty
date: "2025-09-28T12:00:00-07:00"
author: 'Chad Michael "Hyperling" Greenwood'
author: hyperling
tags:
- books
- natural law

View File

@@ -1,7 +1,7 @@
---
title: "Hyperling's Health Protocol"
date: "2024-03-07T12:00:00-07:00"
author: "HyperVegan"
author: hypervegan
tags:
- books
- diet

View File

@@ -1,6 +1,6 @@
---
title: "Wooden Camping Chair"
author: 'Chad Michael "Bug" Greenwood'
author: bug
date: "2025-09-15"
tags:
- crafts

View File

@@ -1,7 +1,7 @@
---
title: "Birthday 2025"
subtitle: ""
author: 'Chad Michael "Bug" Greenwood'
author: bug
date: "2025-11-15T09:00:00-07:00"
toc: false
images:
@@ -23,4 +23,4 @@ To the tune of "Happy Birthday":
> I spent the whole day alone, <br>
> and without using a phone!
>
> -- Chad Michael "Bug" Greenwood
> -- {{% author "bug" %}}

View File

@@ -1,6 +1,6 @@
---
title: "Friends"
author: 'Chad Michael "Bug" Greenwood'
author: bug
date: "2025-11-04T10:00:00-07:00"
toc: false
images:
@@ -21,4 +21,4 @@ categories:
> What a dilemma, to find such a one. <br>
> And then once you've done it -- enjoy the fun!
>
> -- {{% bug %}}
> -- {{% author "bug" %}}

View File

@@ -1,7 +1,7 @@
---
title: "Self Love"
subtitle: ""
author: 'Chad Michael "Bug" Greenwood'
author: bug
date: "2025-11-16T06:00:00-07:00"
toc: false
images:
@@ -25,4 +25,4 @@ aliases:
> don't take things personally; <br>
> and learn to be best friends -- with You.
>
> -- Chad Michael "Bug" Greenwood
> -- {{% author "bug" %}}

View File

@@ -1,6 +1,6 @@
---
title: "Simple Dahl w/ Zucchini"
author: 'Chad Michael "HyperVegan" Greenwood'
author: hypervegan
date: "2025-09-01"
tags:
- food

View File

@@ -1,7 +1,8 @@
---
draft: true
title: "Refried Pinto Beans"
author: "Hyperling"
subtitle: ""
author: hypervegan
date: "2025-11-07T12:00:00-07:00"
toc: true
images:

View File

@@ -1,6 +1,6 @@
---
title: "SSH Key Access"
author: "Hyperling"
author: hyperling
date: "2025-11-13T20:00:00-07:00"
tags:
- tech

View File

@@ -1,7 +1,7 @@
---
title: "System Hardening"
subtitle: "Preventing Hacks"
author: 'Chad Michael "Hyperling" Greenwood'
author: hyperling
date: "2025-11-13T21:00:00-07:00"
tags:
- tech

View File

@@ -1,5 +1,4 @@
---
author: Hyperling
title: "All Tags"
#subtitle: "Chronologically posted tags."
---

View File

@@ -60,6 +60,7 @@ theme = "hello-friend-ng"
authorBug = "Chad Michael \"Bug\" Greenwood"
authorHyperling = "Chad Michael \"Hyperling\" Greenwood"
authorHyperVegan = "Chad Michael \"HyperVegan\" Greenwood"
authorDefault = "Chad Michael Greenwood"
# End My Custom Params #
[taxonomies]