You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(seo): add Open Graph and Twitter Card support to all blog posts
- Update config.yaml with twitter handle (@hype_markdown)
- Add author_twitter frontmatter to all 7 blog posts
- Pin Dockerfile to hype v0.8.0 which includes enhanced OG/Twitter tags
- Fix tweet.sh OAuth signing to use Python for reliability
New meta tags now generated: og:site_name, article:published_time,
article:author, article:tag, twitter:site, twitter:creator.
Ref #4
Copy file name to clipboardExpand all lines: content/ai-authoring-workflow/module.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
slug: ai-authoring-workflow
5
5
published: 03/15/2026
6
6
author: Cory LaNou
7
+
author_twitter: @caborundrum
7
8
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.
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.
Copy file name to clipboardExpand all lines: content/deploying-with-docker/module.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
slug: deploying-with-docker
5
5
published: 03/15/2026
6
6
author: Cory LaNou
7
+
author_twitter: @caborundrum
7
8
seo_description: Deploy a Hype-powered blog site with Docker. Covers Dockerfile setup, Dokploy, Heroku, and generic VPS deployment with Docker Compose.
8
9
tags: tutorial, docker, deployment, blog, hype
9
10
tweet: Deploy a Hype-powered blog with Docker — from Dockerfile to production. Covers Dokploy, Heroku, and Docker Compose setups.
Copy file name to clipboardExpand all lines: content/engineering-handbook/module.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
slug: engineering-handbook
5
5
published: 03/15/2026
6
6
author: Cory LaNou
7
+
author_twitter: @caborundrum
7
8
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.
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.
Copy file name to clipboardExpand all lines: content/release-notes-pipeline/module.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
slug: release-notes-pipeline
5
5
published: 03/15/2026
6
6
author: Cory LaNou
7
+
author_twitter: @caborundrum
7
8
seo_description: Build a release notes pipeline using Hype with executable code snippets, automated validation, and version-aware documentation that ships with every release.
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.
Copy file name to clipboardExpand all lines: content/single-source-docs/module.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
slug: single-source-docs
5
5
published: 03/15/2026
6
6
author: Cory LaNou
7
+
author_twitter: @caborundrum
7
8
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.
8
9
tags: tutorial, docs, workflow, hype
9
10
tweet: Your README says one thing, your docs site says another. Write it once with Hype and generate both from a single source.
Copy file name to clipboardExpand all lines: content/training-materials/module.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
slug: training-materials
5
5
published: 03/15/2026
6
6
author: Cory LaNou
7
+
author_twitter: @caborundrum
7
8
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.
0 commit comments