Record what I see and hear every week, mainly focusing on front-end, AI, and computer-related content.
Updated every Saturday/weekend, with updates synchronized with releases. Feel free to star/watch releases in custom to stay updated with the latest weekly releases.
- 🌓 Provides light and dark mode switching to adapt to different reading environments.
- 🌍 Supports bilingual interface in Chinese and English for the convenience of users of different languages.
- 📡 Provides RSS subscription function, supporting updates in both Chinese and English.
- 💬 Integrated Giscus comment system for user communication and feedback.
- 🖼️ Supports high-definition image preview for optimized visual experience.
- 📜 Allows customization of font settings for improved reading comfort.
- 🔍 Performs SEO optimization, including Sitemap generation, Twitter Card, and Open Graph tag support to improve search engine visibility.
git clone git@github.com:Justin3go/FAV0.git
cd FAV0
npm i -g pnpm # if needed
pnpm i
pnpm docs:dev
- Modify the giscus comment configuration in
.vitepress/theme/components/Comments.vue
, specifically thegiscus
configuration; - Modify the sidebar configuration, RSS configuration, metadata configuration, etc., in the
utils
folder; - Modify the related configurations in the
config
folder, mainly title, description, etc.; - Change the content of the articles in the
posts/**
anden/posts/**
directories to your own content;
This repository is dual-licensed under the MIT License and CC-BY-4.0 License:
- All
.md
files are licensed under the CC-BY-4.0 License, you need to retain attribution. - Other code files are licensed under the MIT License, you may use them freely.
For more details, please see the LICENSE file.