From 212bb94b8cce83195e10a42631d484951465ef5a Mon Sep 17 00:00:00 2001 From: "Dina Berry (She/her)" Date: Tue, 5 May 2026 10:29:27 -0700 Subject: [PATCH] fix: use draft:true instead of published:false to hide posts Docusaurus uses 'draft: true' to exclude posts from production builds. 'published: false' is not a recognized frontmatter field and was ignored. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- website/blog/2026-05-05-tuning-up-copilot-context.md | 2 +- website/blog/2026-05-09-tuning-up-copilot-skills.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/blog/2026-05-05-tuning-up-copilot-context.md b/website/blog/2026-05-05-tuning-up-copilot-context.md index 024d98a..2df7d5b 100644 --- a/website/blog/2026-05-05-tuning-up-copilot-context.md +++ b/website/blog/2026-05-05-tuning-up-copilot-context.md @@ -5,7 +5,7 @@ custom_edit_url: null sidebar_label: "2026.05.05 Tuning Up Copilot Context" title: "Copilot CLI Context Window: How I Cut Token Usage from 52% to 13%" description: "My context window was at 52% before typing a word. Here's how I found the biggest consumer, scoped it down, and got to 13%." -published: false +draft: true tags: - GitHub Copilot - Context Window diff --git a/website/blog/2026-05-09-tuning-up-copilot-skills.md b/website/blog/2026-05-09-tuning-up-copilot-skills.md index 586728d..75f8355 100644 --- a/website/blog/2026-05-09-tuning-up-copilot-skills.md +++ b/website/blog/2026-05-09-tuning-up-copilot-skills.md @@ -5,7 +5,7 @@ custom_edit_url: null sidebar_label: "2026.05.09 Tuning Up Copilot Skills" title: "Optimizing Copilot Skills: 65% Token Reduction Across 117 Skills" description: "I had 413K tokens of unoptimized skills and a waza toolkit to diagnose them. Here's what I found, what surprised me, and what actually worked." -published: false +draft: true tags: - GitHub Copilot - Skills