Tag: blog
When building a static site with Zola, one common issue is discovering
broken internal links only after deployment. External links pointing to
your own content (like [post](/blog/my-post/)) are treated as external by
Zola's link checker, missing valuable validation opportunities.…