-
Notifications
You must be signed in to change notification settings - Fork 0
/
search.toml
33 lines (27 loc) · 1.05 KB
/
search.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[input]
html_selector = "main"
base_directory = "/home/don/repos/projects/blogoutput"
[[input.files]]
path = "2024/11/10/hashing-usecases/index.html"
url = "/2024/11/10/hashing-usecases/"
title = "Use cases"
[[input.files]]
path = "2024/11/06/hashing-types/index.html"
url = "/2024/11/06/hashing-types/"
title = "Types of Hashing Algorithms"
[[input.files]]
path = "2024/11/03/hashing-intro/index.html"
url = "/2024/11/03/hashing-intro/"
title = "Power of Hashing in modern secure communications"
[[input.files]]
path = "2024/10/20/books-that-inspire/index.html"
url = "/2024/10/20/books-that-inspire/"
title = "Tech Wisdom: Books & Resources That Inspire and Elevate Our Tech Journey"
[[input.files]]
path = "2024/10/04/sidecar-filesystem-notifications/index.html"
url = "/2024/10/04/sidecar-filesystem-notifications/"
title = "Kubernetes Filesystem Workflows with Sidecars"
[[input.files]]
path = "2024/10/03/kubernetes-filesystem-notifications/index.html"
url = "/2024/10/03/kubernetes-filesystem-notifications/"
title = "Boosting Kubernetes Filesystem Workflows"