palladius / palladius/vibecoding

404 Error for Article with External URL in data.yaml

Open
#10 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug good first issue
Dominant language
HTML
Stars
4
Forks
2
PR merge metrics
No merged PRs in 30d

Description

The article 'Autotranslate my Hugo blog with Gemini' (publish_date: 2024-02-05) is defined in etc/data.yaml with an external URL. The application attempts to serve this article via an internal route, resulting in a 404 error. This is a mismatch between data definition and routing logic. The application should either directly link to the external URL or fetch and display content internally.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the article entry in etc/data.yaml for “Autotranslate my Hugo blog with Gemini,” then trace the application’s routing logic for how article URLs are served. Confirm the external URL behavior and define whether completion means linking directly to it or fetching and displaying it internally, with the article no longer returning 404.

Written by the indexing model from the issue text.

Assessment

Tech stack
html
Domain
web-dev
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.