Compare commits
4 Commits
af0fe569a3
...
d43b5959bf
| Author | SHA1 | Date | |
|---|---|---|---|
| d43b5959bf | |||
| 696a2e635e | |||
| 15edd8f006 | |||
| 98b3edb7a8 |
3
content/categories/ebooks/_index.md
Normal file
3
content/categories/ebooks/_index.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
title: eBooks
|
||||||
|
---
|
||||||
@@ -4,9 +4,9 @@ pinned: true
|
|||||||
title: "My People"
|
title: "My People"
|
||||||
subtitle: "Searching for Community"
|
subtitle: "Searching for Community"
|
||||||
author: Bug
|
author: Bug
|
||||||
# Idea: date: "2025-11-17T07:30:00-07:00"
|
# date: "2025-11-17T07:30:00-07:00" # Started Notes
|
||||||
# Started: date: "2025-11-17T13:30:00-07:00"
|
# date: "2025-11-17T13:30:00-07:00" # Started File
|
||||||
date: "2025-11-17T13:30:00-07:00"
|
date: "2025-11-17T13:30:00-07:00" # Published
|
||||||
toc: true
|
toc: true
|
||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
|
|||||||
@@ -1,14 +1,17 @@
|
|||||||
---
|
---
|
||||||
draft: yes
|
draft: yes
|
||||||
title: "Chad's Will"
|
title: "My Will"
|
||||||
|
subtitle: ""
|
||||||
|
author: ""
|
||||||
date: TBD
|
date: TBD
|
||||||
tags:
|
tags:
|
||||||
- blog
|
- blog
|
||||||
series:
|
series:
|
||||||
- public notice
|
- public notice
|
||||||
categories:
|
categories:
|
||||||
- blogposts
|
- TBD
|
||||||
toc: yes
|
toc: yes
|
||||||
|
aliases:
|
||||||
---
|
---
|
||||||
|
|
||||||
**This page has yet to be completed. Please check back later.**
|
**This page has yet to be completed. Please check back later.**
|
||||||
@@ -31,4 +34,10 @@ toc: yes
|
|||||||
|
|
||||||
## Belongings
|
## Belongings
|
||||||
|
|
||||||
|
### Liquid Assets
|
||||||
|
|
||||||
|
### Physical Assets
|
||||||
|
|
||||||
|
### Crypto Assets
|
||||||
|
|
||||||
### TBD
|
### TBD
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
<li class="post-item">
|
<li class="post-item">
|
||||||
<a href="{{.Permalink}}" class="post-item-inner">
|
<a href="{{.Permalink}}" class="post-item-inner">
|
||||||
<span class="post-title">
|
<span class="post-title">
|
||||||
{{ if .Params.pinned }}
|
{{ if or .Params.pinned (eq (.Title | title) "Pinned") }}
|
||||||
<img style="display: inline-block; vertical-align: middle; margin-right: 4px;"
|
<img style="display: inline-block; vertical-align: middle; margin-right: 4px;"
|
||||||
src="/feathericons/16px-a9a9b3/paperclip.svg" alt="Pinned:"
|
src="/feathericons/16px-a9a9b3/paperclip.svg" alt="Pinned:"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user