Purpose

This is a second-round verification of the VintD.org daily news publishing pipeline. It confirms that the full workflow is reproducible and reliable:

  1. Content creation — A trilingual article with a new slug is placed into the correct Hugo content directories (content/posts/, content/zh-cn/posts/, content/zh-tw/posts/).
  2. Hugo build — The static site compiles without errors using the existing layout templates and multilingual configuration (hugo.yaml with 3 languages).
  3. Vercel deployment — The public/ directory is deployed to VintD.org’s Vercel project via the Vercel CLI using a stored token.
  4. Verification — The published URLs return HTTP 200 and contain expected content.

Test Details

PropertyValue
Date2026-05-30 (Round 2)
Hugo versionv0.161.1+extended
ConfigSingle hugo.yaml with 3 languages
Layouts_default/single.html, _default/list.html, _default/baseof.html
Vercel CLI54.4.1
Deployment methodvercel --prod --token from local build

Expected URLs

  • English: https://vintd.org/posts/daily-news-test-20260530-round2/
  • Simplified Chinese: https://vintd.org/zh-cn/posts/daily-news-test-20260530-round2/
  • Traditional Chinese: https://vintd.org/zh-tw/posts/daily-news-test-20260530-round2/

Result

⏳ Pending — to be updated after deployment.

— Encryption Archive · VintD.org