Date: 2026-01-10 23:17 Summary: Built the home page via the shared pipeline with split layout modules and full i18n copy.
[question] 首页也动态构建,拆分header,sidebar,footer,content模块,以及多国语言支持
[try to solve]
- Home continues to be generated by
scripts/build-site.mjsintopublic/andpublic/en/(persiteConfig.enabledLangs). - Split site components into modules:
scripts/site/components/header.mjsscripts/site/components/sidebar.mjsscripts/site/components/footer.mjsscripts/site/components/content-home.mjs- re-exported from
scripts/site/components.mjs
- Moved home copy into
scripts/site/i18n.mjsand removed inlinelang === 'en' ? ... : ...branches so zh/en share the same structure.