Compare commits
6 Commits
c2b53e85d2
...
8c434ab71d
| Author | SHA1 | Date | |
|---|---|---|---|
| 8c434ab71d | |||
| d836315946 | |||
| 854cdf2fd7 | |||
| 67fcc20a3a | |||
| 2ea3d73112 | |||
| 8d9cee36bf |
@@ -2,7 +2,7 @@
|
||||
draft: true
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
subtitle: ""
|
||||
author: 'Chad Michael "TBD" Greenwood'
|
||||
author: authorDefault
|
||||
date: "{{ .Date }}"
|
||||
toc: true
|
||||
images:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
draft: true
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
subtitle: ""
|
||||
author: 'Chad Michael "Bug" Greenwood'
|
||||
author: bug
|
||||
date: "{{ .Date }}"
|
||||
toc: false
|
||||
images:
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
---
|
||||
author: Hyperling
|
||||
title: "Home"
|
||||
---
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
---
|
||||
author: Hyperling
|
||||
title: "All Categories"
|
||||
---
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
---
|
||||
author: Hyperling
|
||||
title: "All Posts"
|
||||
#subtitle: "Chronologically posted articles."
|
||||
---
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: "Hyperling's Health Protocol"
|
||||
date: "2024-03-07T12:00:00-07:00"
|
||||
author: "HyperVegan"
|
||||
author: hypervegan
|
||||
tags:
|
||||
- books
|
||||
- diet
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "Wooden Camping Chair"
|
||||
author: 'Chad Michael "Bug" Greenwood'
|
||||
author: bug
|
||||
date: "2025-09-15"
|
||||
tags:
|
||||
- crafts
|
||||
|
||||
@@ -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" %}}
|
||||
|
||||
@@ -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" %}}
|
||||
|
||||
@@ -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" %}}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "Simple Dahl w/ Zucchini"
|
||||
author: 'Chad Michael "HyperVegan" Greenwood'
|
||||
author: hypervegan
|
||||
date: "2025-09-01"
|
||||
tags:
|
||||
- food
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "SSH Key Access"
|
||||
author: "Hyperling"
|
||||
author: hyperling
|
||||
date: "2025-11-13T20:00:00-07:00"
|
||||
tags:
|
||||
- tech
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
---
|
||||
author: Hyperling
|
||||
title: "All Tags"
|
||||
#subtitle: "Chronologically posted tags."
|
||||
---
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user