Skip to content

Link the project page from the README - #12

Merged
kkdev92 merged 1 commit into
mainfrom
docs/link-project-homepage
Aug 18, 2026
Merged

Link the project page from the README#12
kkdev92 merged 1 commit into
mainfrom
docs/link-project-homepage

Conversation

@kkdev92

@kkdev92 kkdev92 commented Aug 18, 2026

Copy link
Copy Markdown
Owner

The project now has a home at https://kkdev92.dev/. The repository's Homepage
field points there, but the README did not, so a reader arriving at the file
itself had no way to reach it.

One line under the tagline, above the status line.

Why not a manifest field

There is no package manifest here to carry the URL the way package.json's
homepage or a .csproj's <PackageProjectUrl> would — this project publishes
nothing to a registry, and the only idf_component.yml is a dependency
declaration for the display component rather than a publishable manifest.

CMake's project(... HOMEPAGE_URL ...) is the closest real equivalent and is
available at the cmake_minimum_required(VERSION 3.16.0) this project sets, but
ESP-IDF discards it: tools/cmake/project.cmake calls
__project(${project_name} C CXX ASM) and passes nothing further. Setting it
would look configured and do nothing, so it is left out.

🤖 Generated with Claude Code

The project now has a home at https://kkdev92.dev/. The repository's Homepage
field points there, but the README did not, so a reader arriving at the file
itself had no way to reach it.

There is no package manifest to carry the URL the way package.json or a .csproj
would: this project publishes nothing to a registry. CMake's
project(... HOMEPAGE_URL ...) would be the closest equivalent, but ESP-IDF
discards it -- tools/cmake/project.cmake calls __project(${project_name} C CXX
ASM) and drops any further arguments -- so setting it there would look
configured and do nothing.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@kkdev92
kkdev92 merged commit d3f569c into main Aug 18, 2026
13 checks passed
@kkdev92
kkdev92 deleted the docs/link-project-homepage branch August 18, 2026 13:58
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