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:
- 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/). - Hugo build — The static site compiles without errors using the existing layout templates and multilingual configuration (
hugo.yamlwith 3 languages). - Vercel deployment — The
public/directory is deployed to VintD.org’s Vercel project via the Vercel CLI using a stored token. - Verification — The published URLs return HTTP 200 and contain expected content.
Test Details
| Property | Value |
|---|---|
| Date | 2026-05-30 (Round 2) |
| Hugo version | v0.161.1+extended |
| Config | Single hugo.yaml with 3 languages |
| Layouts | _default/single.html, _default/list.html, _default/baseof.html |
| Vercel CLI | 54.4.1 |
| Deployment method | vercel --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