Convert Notion pages or drafts into Hugo content for this repo, including front matter, shortcodes, glossary terms, and asset placement, and publish/preview with the Hugo CLI. Use when asked to import from Notion, format content to match FORMATTING.md, or create/update posts in content/.
Turn Notion content into Hugo-ready Markdown and publish it in this site with the correct front matter, shortcodes, and assets.
notion-search to locate the page if only keywords are provided.notion-fetch with the page URL to retrieve properties, blocks, and assets.references/hugo-frontmatter.md.references/notion-to-hugo.md and FORMATTING.md.content/posts/<slug>.mdstatic/images/<slug>/... referenced as /images/<slug>/file.extcontent/<section>/ (mirror front matter fields from existing entries).hugo server -Dhugo --gc --minifyhugo new <section>/slug.md only to scaffold; replace front matter with the site template and remove draft.scripts/notion_fetch_plan.py <notion-url> to generate a minimal tool-call payload for notion-fetch.##) so the H1 is only in front matter.{{< term >}}, {{< highlight-box >}}, {{< collapse >}}, and {{< app >}} as defined in FORMATTING.md.date, and set lastmod./images/<slug>/.data/glossary.yaml when reused across posts.scripts/notion_fetch_plan.pyreferences/hugo-frontmatter.mdreferences/notion-to-hugo.mdFORMATTING.mdCLAUDE.md