diff --git a/content/ai-authoring-workflow/module.md b/content/ai-authoring-workflow/module.md index f7e20b8..4585c41 100644 --- a/content/ai-authoring-workflow/module.md +++ b/content/ai-authoring-workflow/module.md @@ -6,6 +6,7 @@ published: 03/15/2026 author: Cory LaNou author_twitter: @corylanou seo_description: Learn how to combine AI coding assistants like Claude with Hype's build-time validation to write technical documentation faster while keeping every code example correct. +og_image: /images/og-ai-authoring.png tags: tutorial, ai, authoring, workflow, claude, hype tweet: AI can write docs fast, but how do you trust the code examples? Combine Claude with Hype's build-time validation — every snippet is verified before publish. diff --git a/content/deploying-with-docker/module.md b/content/deploying-with-docker/module.md index 7aac676..5ddf945 100644 --- a/content/deploying-with-docker/module.md +++ b/content/deploying-with-docker/module.md @@ -6,6 +6,7 @@ published: 03/15/2026 author: Cory LaNou author_twitter: @corylanou seo_description: Deploy a Hype-powered blog site with Docker. Covers Dockerfile setup, Dokploy, Heroku, and generic VPS deployment with Docker Compose. +og_image: /images/og-deploying-with-docker.png tags: tutorial, docker, deployment, blog, hype tweet: Deploy a Hype-powered blog with Docker — from Dockerfile to production. Covers Dokploy, Heroku, and Docker Compose setups. diff --git a/content/engineering-handbook/module.md b/content/engineering-handbook/module.md index 0644ed3..c5603d7 100644 --- a/content/engineering-handbook/module.md +++ b/content/engineering-handbook/module.md @@ -6,6 +6,7 @@ published: 03/15/2026 author: Cory LaNou author_twitter: @corylanou seo_description: Use Hype to build an internal engineering handbook that stays in sync with your codebase. Executable examples, automated validation, and single-source documentation for your team. +og_image: /images/og-engineering-handbook.png tags: tutorial, engineering, handbook, automation, hype tweet: Your engineering handbook is probably wrong. Not because it was written badly — the code just changed. Here's how to make docs a build artifact with Hype. diff --git a/content/getting-started/module.md b/content/getting-started/module.md index edf894e..802c90f 100644 --- a/content/getting-started/module.md +++ b/content/getting-started/module.md @@ -6,6 +6,7 @@ published: 03/15/2026 author: Gopher Guides author_twitter: @hype_markdown seo_description: Learn how to install Hype, create your first dynamic Markdown document, and execute code blocks at build time. +og_image: /images/og-getting-started.png tags: tutorial, getting-started, hype tweet: What if your Markdown could execute code and catch errors before you publish? Get started with Hype — dynamic Markdown for Go developers. diff --git a/content/release-notes-pipeline/module.md b/content/release-notes-pipeline/module.md index 33437f1..30f7d82 100644 --- a/content/release-notes-pipeline/module.md +++ b/content/release-notes-pipeline/module.md @@ -6,6 +6,7 @@ published: 03/15/2026 author: Cory LaNou author_twitter: @corylanou seo_description: Build a release notes pipeline using Hype with executable code snippets, automated validation, and version-aware documentation that ships with every release. +og_image: /images/og-release-notes-pipeline.png tags: tutorial, release-notes, ci-cd, pipeline, hype tweet: Bad release notes erode trust. Build a pipeline where every code example compiles, every command runs, and every API ref is verified at build time. diff --git a/content/single-source-docs/module.md b/content/single-source-docs/module.md index ec74c16..6eef624 100644 --- a/content/single-source-docs/module.md +++ b/content/single-source-docs/module.md @@ -6,6 +6,7 @@ published: 03/15/2026 author: Cory LaNou author_twitter: @corylanou seo_description: Learn how to use Hype to maintain a single Markdown source that generates both your GitHub README and website documentation, keeping them permanently in sync. +og_image: /images/og-single-source-docs.png tags: tutorial, docs, workflow, hype tweet: Your README says one thing, your docs site says another. Write it once with Hype and generate both from a single source. diff --git a/content/training-materials/module.md b/content/training-materials/module.md index ccb3306..a3a0f83 100644 --- a/content/training-materials/module.md +++ b/content/training-materials/module.md @@ -6,6 +6,7 @@ published: 03/15/2026 author: Cory LaNou author_twitter: @corylanou seo_description: Learn how to use Hype to build reusable training and course materials with executable code examples, file includes, and modular content that stays in sync with your codebase. +og_image: /images/og-training-materials.png tags: tutorial, training, education, includes, hype tweet: Training materials go stale the moment code changes. Use Hype to build courses with executable examples that stay in sync with your codebase. diff --git a/static/images/og-ai-authoring.png b/static/images/og-ai-authoring.png new file mode 100644 index 0000000..45689f9 Binary files /dev/null and b/static/images/og-ai-authoring.png differ diff --git a/static/images/og-deploying-with-docker.png b/static/images/og-deploying-with-docker.png new file mode 100644 index 0000000..aaf93d2 Binary files /dev/null and b/static/images/og-deploying-with-docker.png differ diff --git a/static/images/og-engineering-handbook.png b/static/images/og-engineering-handbook.png new file mode 100644 index 0000000..acbc861 Binary files /dev/null and b/static/images/og-engineering-handbook.png differ diff --git a/static/images/og-getting-started.png b/static/images/og-getting-started.png new file mode 100644 index 0000000..d1fd159 Binary files /dev/null and b/static/images/og-getting-started.png differ diff --git a/static/images/og-release-notes-pipeline.png b/static/images/og-release-notes-pipeline.png new file mode 100644 index 0000000..f68c700 Binary files /dev/null and b/static/images/og-release-notes-pipeline.png differ diff --git a/static/images/og-single-source-docs.png b/static/images/og-single-source-docs.png new file mode 100644 index 0000000..16f1610 Binary files /dev/null and b/static/images/og-single-source-docs.png differ diff --git a/static/images/og-training-materials.png b/static/images/og-training-materials.png new file mode 100644 index 0000000..33f2d63 Binary files /dev/null and b/static/images/og-training-materials.png differ