Skip to content

Commit 87d4307

Browse files
lqdevCopilot
andcommitted
chore: pre-provision fixes (PII removal, .gitignore, branch rename)
- Remove author PII from sample article frontmatter - Add graph/intermediate/ to .gitignore - Rename master → main for CI workflow compatibility Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 27d20bb commit 87d4307

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,6 @@ Thumbs.db
4848
htmlcov/
4949
.tox/
5050
.nox/
51+
52+
# Generated graph intermediates
53+
graph/intermediate/

content/2026/04/what-is-a-knowledge-graph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "What is a Knowledge Graph?"
33
date_published: "2026-04-04"
44
date_modified: "2026-04-04"
55
authors:
6-
- name: "Luis"
6+
- name: "Author Name"
77
tags: ["knowledge-graph", "sparql", "linked-data", "markdown"]
88
about:
99
- "https://schema.org/KnowledgeGraph"

0 commit comments

Comments
 (0)