Skip to content

feat: add X link and first blog post#9

Merged
corylanou merged 1 commit into
mainfrom
feat/x-link-and-blog
Mar 15, 2026
Merged

feat: add X link and first blog post#9
corylanou merged 1 commit into
mainfrom
feat/x-link-and-blog

Conversation

@corylanou

Copy link
Copy Markdown
Member

Summary

  • Add @hype_markdown X/Twitter link to header and footer nav
  • Add first blog post: "Single-Source Documentation" — a tutorial on using Hype to maintain one Markdown source for README and website docs

Test plan

  • Verify X link appears in nav and footer, opens correct profile
  • Verify blog post renders at /single-source-docs/
  • Verify post appears in article list on homepage
  • hype blog build succeeds with no warnings (13 articles)

Add hype_markdown X account link to header and footer navigation.
Add first blog post: single-source documentation workflow tutorial.
@corylanou corylanou merged commit 69755a6 into main Mar 15, 2026
1 check passed

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 2ccd55dad0

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +55 to +57
```bash
go install github.com/you/tool@latest
```

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Use literal code fences in embedded hype.md example

The hype.md example escapes backticks as ` inside a fenced markdown block, so readers will see/copy the entity text instead of real triple backticks when following the tutorial. In CommonMark-style renderers, entities are not decoded inside code blocks, so this produces an invalid nested fence in the copied file and the install snippet won’t render as intended in the generated README.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant