Skip to content

Latest commit

 

History

History
77 lines (44 loc) · 3.08 KB

README-en.md

File metadata and controls

77 lines (44 loc) · 3.08 KB
logo

《RrOrange And Friends Weekly》

TypeScript VitePress Vue-3 TDesign Cloudflare Pages Giscus Support RSS Support I18N SEO

中文 | Enlish

Record of fun websites, apps, resource sharing, and efficiency software tools encountered while surfing the internet each week.

The content is expected to be released on Saturdays or over the weekends if it's abundant and quick.

If inspiration runs dry, new content will be published based on circumstances. Feel free to star 🌟!

Features

  • 🌓 Provides light and dark mode switching function to adapt to different reading environments.

  • 📡 Offers RSS subscription feature, supporting updates in both Chinese and English content.

  • 💬 Integrates Giscus comment system for user communication and feedback.

  • 🖼️ Supports high-definition image previews to enhance visual experience.

  • 📜 Allows customization of font settings to improve reading comfort.

  • 🔍 Conducts SEO optimization including Sitemap generation, Twitter Card, and Open Graph tag support to increase search engine visibility.

Development

yarn

yarn docs:dev
  1. Modify the giscus configuration in .vitepress/theme/components/Comments.vue;

  2. Modify the sidebar configuration, RSS configuration, metadata configuration, etc. in the utils folder;

  3. Modify relevant configurations in the config folder, mainly title, description, etc.;

  4. Change the content of articles in the posts/** and en/posts/** directories to your own content.

Acknowledgements

Thanks to open source libraries for providing templates and tools for this weekly newsletter:

License

This repository is dual-licensed under MIT License and CC-BY-4.0 License:

  • All .md files are licensed under CC-BY-4.0 License; you must retain attribution rights.

  • Other code files are licensed under MIT License; you can use them freely.

Please refer to the LICENSE file for more details.