Blog/quality check (#122)
* Add blog post template for quality improvement initiative (Refs #121) * Update YAML frontmatter for 2025-05-25-sequential-thinking-revolution.md (Refs #121) * Update YAML frontmatter for 2025-06-04-ki-fuer-einsteiger-live-erleben.md (Refs #121) * Corrected YAML frontmatter and flagged for translation for 2025-05-25-sequential-thinking-revolution.md (Refs #121) * Corrected YAML frontmatter and flagged for translation for 2025-06-04-ki-fuer-einsteiger-live-erleben.md (Refs #121) * Finalize 2025-05-25-sequential-thinking-revolution.md (Refs #121) * Finalize 2025-06-04-ki-fuer-einsteiger-live-erleben.md (Refs #121) * Translated 2025-05-25-sequential-thinking-revolution.md to German (Refs #121) * Fix: Exclude blog-post-template.md from MkDocs blog plugin (Refs #ISSUE_NUMBER) * Fix: Revert mkdocs.yml exclude and fix typo in redirects (Refs #ISSUE_NUMBER) * Move blog-post-template.md to docs/templates/blog (Refs #ISSUE_NUMBER) * Delete docs/blog/posts/blog-post-template.md Signed-off-by: Michael Wegener <mw@satware.com> * Fix: Correctly decode and update blog-post-template.md (Refs #ISSUE_NUMBER) * Fix: Correct typo in mkdocs.yml redirect_maps (Refs #ISSUE_NUMBER) * Fix: Add fetch-depth: 0 to checkout action in deploy-preview.yml (Refs #ISSUE_NUMBER) * Fix: Add fetch-depth: 0 to checkout action in deploy-live.yml (Refs #ISSUE_NUMBER) --------- Signed-off-by: Michael Wegener <mw@satware.com> Co-authored-by: Jane Alesi <ja@satware.ai>
This commit is contained in:
+47
@@ -0,0 +1,47 @@
|
||||
---
|
||||
title: "Blog Post Title"
|
||||
description: "Brief description"
|
||||
date: YYYY-MM-DD
|
||||
authors:
|
||||
- jane-alesi
|
||||
categories:
|
||||
- Category
|
||||
tags:
|
||||
- tag1
|
||||
- tag2
|
||||
verification_status: "pending_verification"
|
||||
evidence_quality: "to_be_classified"
|
||||
claim_accuracy_rate: "to_be_determined"
|
||||
confidence_levels: "to_be_marked"
|
||||
sources_verified: false
|
||||
issue_reference: "#ISSUE_NUMBER"
|
||||
---
|
||||
|
||||
# Blog Post Title
|
||||
|
||||
Your content here. Remember to:
|
||||
|
||||
- **Verify every factual claim** using T1-T3 sources.
|
||||
- **Cite all sources** with evidence tier labels (e.g., `(Source: Title, T#)`).
|
||||
- **Clearly distinguish** between verified facts, projections, and illustrative examples.
|
||||
- **Add confidence levels** for uncertain information.
|
||||
- **Write in German** with a technical depth suitable for the satware.ai audience.
|
||||
- **Use MkDocs Material theme admonitions** for emphasis and structure.
|
||||
- **Ensure proper Markdown syntax** and formatting.
|
||||
|
||||
## Section 1: Introduction
|
||||
|
||||
...
|
||||
|
||||
## Section 2: Technical Details
|
||||
|
||||
...
|
||||
|
||||
## Section 3: Conclusion
|
||||
|
||||
...
|
||||
|
||||
## 📚 Quellen & Referenzen
|
||||
|
||||
- [Source 1 Title](URL) (Source: Title, T#)
|
||||
- [Source 2 Title](URL) (Source: Title, T#)
|
||||
Reference in New Issue
Block a user