web-infra-dev / rspress

πŸ¦€πŸ’¨ A fast Rspack-based static site generator.
https://rspress.dev
MIT License
1.21k stars 107 forks source link

✨ feat(route): Update home page title with frontmatter titleSuffix #980

Closed h7ml closed 2 months ago

h7ml commented 2 months ago

Updated the logic for generating the home page title to include the titleSuffix from frontmatter if available, using the format ${mainTitle} - ${frontmatter.titleSuffix}, or defaulting to mainTitle if titleSuffix is not present.

Summary

Related Issue

Checklist

netlify[bot] commented 2 months ago

Deploy Preview for aquamarine-blini-95325f ready!

Name Link
Latest commit fe3379f00da28585495dbb3412b4940deb5f638a
Latest deploy log https://app.netlify.com/sites/aquamarine-blini-95325f/deploys/662128fac59faa0008459b61
Deploy Preview https://deploy-preview-980--aquamarine-blini-95325f.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

Lighthouse
1 paths audited
Performance: 82 (πŸ”΄ down 11 from production)
Accessibility: 97 (no change from production)
Best Practices: 100 (no change from production)
SEO: 92 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

chenjiahan commented 2 months ago

Sry but these two files do not seem to have been updated.

https://github.com/web-infra-dev/rspress/blob/main/packages/document/docs/zh/index.md https://github.com/web-infra-dev/rspress/blob/main/packages/document/docs/en/index.md

h7ml commented 2 months ago

done!