Compare commits

...

6 Commits

17 changed files with 17 additions and 19 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,7 +1,7 @@
--- ---
title: "Self Love" title: "Self Love"
subtitle: "" subtitle: ""
author: 'Chad Michael "Bug" Greenwood' author: bug
date: "2025-11-16T06:00:00-07:00" date: "2025-11-16T06:00:00-07:00"
toc: false toc: false
images: images:
@@ -25,4 +25,4 @@ aliases:
> don't take things personally; <br> > don't take things personally; <br>
> and learn to be best friends -- with You. > 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" title: "Simple Dahl w/ Zucchini"
author: 'Chad Michael "HyperVegan" Greenwood' author: hypervegan
date: "2025-09-01" date: "2025-09-01"
tags: tags:
- food - food

View File

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

View File

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

View File

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

View File

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

View File

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