Skip to content

feat: Add /llms.txt endpoint for profile data#9

Draft
umaidashi wants to merge 1 commit into
mainfrom
feat/add-llms-txt-endpoint
Draft

feat: Add /llms.txt endpoint for profile data#9
umaidashi wants to merge 1 commit into
mainfrom
feat/add-llms-txt-endpoint

Conversation

@umaidashi

Copy link
Copy Markdown
Owner

This commit introduces a new endpoint /llms.txt to the Hono server. This endpoint serves the content of the profile page in Markdown format.

The profile data is sourced statically, similar to the Remix profile page, and includes sections for "About" and "Skills".

A test case has been added to verify:

  • The endpoint returns a 200 OK status.
  • The Content-Type is text/markdown; charset=UTF-8.
  • The response body contains the expected Markdown structure and content.

This commit introduces a new endpoint `/llms.txt` to the Hono server.
This endpoint serves the content of the profile page in Markdown format.

The profile data is sourced statically, similar to the Remix profile page,
and includes sections for "About" and "Skills".

A test case has been added to verify:
- The endpoint returns a 200 OK status.
- The `Content-Type` is `text/markdown; charset=UTF-8`.
- The response body contains the expected Markdown structure and content.
@vercel

vercel Bot commented May 21, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
blog-ogp-generator ❌ Failed (Inspect) May 21, 2025 0:42am

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