Test Article for Translation System
This is a placeholder article to test the English content collection.
When you build with SILICONFLOW_API_KEY environment variable set, all Chinese articles will be automatically translated and placed in this directory.
How it works
- During build, the translation integration scans all articles in
src/content/post/ - For each article, it checks if a cached translation exists
- If not cached, it calls the SiliconFlow API (DeepSeek R1) to translate
- The translated content is saved with a hash for cache validation
- English pages render from the
postEncollection
Verification
Visit /en/ to see the English version of the site.