Skip to content

Commit cc3fa2f

Browse files
committed
chore: privatize scrub methodology for private vault notes sync
1 parent 87ab7ba commit cc3fa2f

15 files changed

Lines changed: 211 additions & 234 deletions

File tree

content/private

Submodule private updated from f31d395 to bcf4307

content/project.json

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"options": {
1212
"commands": [
1313
"nx run vault:sync",
14-
"nx run vault:fix-links",
1514
"nx run vault:index-tags"
1615
],
1716
"cwd": "content",
@@ -23,27 +22,16 @@
2322
]
2423
},
2524
"sync": {
26-
"//": "Extract frontmatter from private content and create cleaned versions in public.",
27-
"executor": "nx:run-commands",
28-
"options": {
29-
"commands": [
30-
"node utils/extract-private-metadata.mjs"
31-
],
32-
"parallel": false,
33-
"cwd": "content"
34-
}
35-
},
36-
"fix-links": {
37-
"//": "Fix all internal wikilinks and markdown links to be relative to public/ directory root.",
25+
"//": "Run private scrub.mjs to populate private/dist, copy scrubbed content into public/, then normalize all internal links.",
3826
"executor": "nx:run-commands",
3927
"options": {
4028
"commands": [
29+
"node utils/extract-private-metadata.mjs",
4130
"node utils/fix-vault-links.mjs"
4231
],
4332
"parallel": false,
4433
"cwd": "content"
45-
},
46-
"dependsOn": [ "vault:sync" ]
34+
}
4735
},
4836
"index-tags": {
4937
"//": "Generate index.md files for all tags found in markdown frontmatter.",
0 Bytes
Binary file not shown.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: "Systems: Day 98"
3+
date: "2026-03-27T00:00:00.000Z"
4+
tags:
5+
- "horticulture/seasons/systems"
6+
- "projects/dayjob"
7+
- "private"
8+
---
9+
10+
This note is part of my private vault, and isn't published publicly on the site or within the public GitHub.
11+
12+
If you are interested in what this note contains, please [[/contact|reach out to me!]] If it's not anything terribly sensitive, I'm happy to chat about it!
13+
14+
15+
## Links
16+
17+
This note originally contained the following links:
18+
19+
- [2026-03-26](content/notes/periodic/daily/2026/03/2026-03-26)
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: "Systems: Day 101"
3+
date: "2026-03-30T00:00:00.000Z"
4+
tags:
5+
- "horticulture/seasons/systems"
6+
- "projects/dayjob"
7+
- "private"
8+
---
9+
10+
This note is part of my private vault, and isn't published publicly on the site or within the public GitHub.
11+
12+
If you are interested in what this note contains, please [[/contact|reach out to me!]] If it's not anything terribly sensitive, I'm happy to chat about it!
13+
14+
15+
## Links
16+
17+
This note originally contained the following links:
18+
19+
- [2026-03-27](content/notes/periodic/daily/2026/03/2026-03-27)
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: "Systems: Day 105"
3+
date: "2026-04-03T00:00:00.000Z"
4+
tags:
5+
- "horticulture/seasons/systems"
6+
- "projects/dayjob"
7+
- "private"
8+
---
9+
10+
This note is part of my private vault, and isn't published publicly on the site or within the public GitHub.
11+
12+
If you are interested in what this note contains, please [[/contact|reach out to me!]] If it's not anything terribly sensitive, I'm happy to chat about it!
13+
14+
15+
## Links
16+
17+
This note originally contained the following links:
18+
19+
- [2026-03-30](content/notes/periodic/daily/2026/03/2026-03-30)
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: "Systems: Day 108"
3+
date: "2026-04-06T00:00:00.000Z"
4+
tags:
5+
- "horticulture/seasons/systems"
6+
- "projects/dayjob"
7+
- "private"
8+
---
9+
10+
This note is part of my private vault, and isn't published publicly on the site or within the public GitHub.
11+
12+
If you are interested in what this note contains, please [[/contact|reach out to me!]] If it's not anything terribly sensitive, I'm happy to chat about it!
13+
14+
15+
## Links
16+
17+
This note originally contained the following links:
18+
19+
- [2026-04-03](content/notes/periodic/daily/2026/04/2026-04-03)
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: "Systems: Day 112"
3+
date: "2026-04-10T00:00:00.000Z"
4+
tags:
5+
- "horticulture/seasons/systems"
6+
- "projects/dayjob"
7+
- "private"
8+
---
9+
10+
This note is part of my private vault, and isn't published publicly on the site or within the public GitHub.
11+
12+
If you are interested in what this note contains, please [[/contact|reach out to me!]] If it's not anything terribly sensitive, I'm happy to chat about it!
13+
14+
15+
## Links
16+
17+
This note originally contained the following links:
18+
19+
- [2026-04-06](content/notes/periodic/daily/2026/04/2026-04-06)
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
title: "Cellular Teams"
3+
date: "2026-03-30T00:00:00.000Z"
4+
tags:
5+
- "writing/annotations"
6+
- "private"
7+
description: null
8+
---
9+
110
This note is part of my private vault, and isn't published publicly on the site or within the public GitHub.
211

312
If you are interested in what this note contains, please [[/contact|reach out to me!]] If it's not anything terribly sensitive, I'm happy to chat about it!
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: "ACME Project Completion and Migration Setup"
3+
date: "2026-04-28T18:35:08.961Z"
4+
duration_seconds: 156
5+
language: "en"
6+
is_diarised: false
7+
tags:
8+
- "meeting"
9+
- "private"
10+
---
11+
12+
This note is part of my private vault, and isn't published publicly on the site or within the public GitHub.
13+
14+
If you are interested in what this note contains, please [[/contact|reach out to me!]] If it's not anything terribly sensitive, I'm happy to chat about it!

0 commit comments

Comments
 (0)