FAV0 Weekly is a curated collection of weekly insights and experiences, primarily focusing on front-end development, Artificial Intelligence, and general computer-related topics. It serves as a personal log, updated every Saturday/weekend, with updates synchronized via releases.
Key Features:
- Light and Dark Mode: Adapts to different reading environments.
- Bilingual Support: Offers both Chinese and English interfaces.
- RSS Subscription: Provides updates in both Chinese and English.
- Giscus Integration: Includes a comment system for user interaction.
- High-Definition Image Preview: Optimizes visual content.
- Customizable Font Settings: Enhances reading comfort.
- SEO Optimized: Includes Sitemap generation, Twitter Card, and Open Graph tag support.
Development Highlights:
- Built with TypeScript, VitePress, and Vue 3.
- Uses TDesign for UI components.
- Deployed on Cloudflare Pages.
Development Setup:
git clone git@github.com:Justin3go/FAV0.git
cd FAV0
npm i -g pnpm # if needed
pnpm i
pnpm docs:dev
Customization:
- Modify Giscus comment configuration in
.vitepress/theme/components/Comments.vue
. - Adjust sidebar, RSS, and metadata configurations in the
utils
folder. - Modify title and description in the
config
folder. - Update article content in the
posts/**
anden/posts/**
directories.
License:
Dual-licensed under MIT and CC-BY-4.0. Code files are MIT licensed, while .md
content is CC-BY-4.0 licensed (attribution required).