| Section | Description |
|---|---|
| 📝 技术原创 | Original technical articles on Go, Java, DevOps & more |
| 🌐 外刊翻译 | Curated translations of top English engineering posts into Chinese |
| 🤖 AI Trending | Weekly analysis reports of trending AI repositories on GitHub |
| 🧩 Leetcode | Algorithm solutions and explanations |
# Install dependencies
npm install
# Start local dev server (http://localhost:3000)
npm start# Build for production
npm run build
# Serve the production build locally
npm run serve
# Deploy to GitHub Pages
npm run deploy
# Sync trending AI reports
npm run sync-reports.
├── blog/ # Original technical posts (技术原创)
├── translation/ # Translated articles (外刊翻译)
├── reports/ # Weekly AI trending reports
├── docs/ # Documentation pages
├── src/
│ ├── components/ # React components
│ ├── css/ # Custom styles
│ └── pages/ # Static pages
├── static/ # Static assets (images, icons)
└── docusaurus.config.js
- Docusaurus 3 — static site generator optimized for content-heavy sites
- React 18 — component-based UI
- GitHub Pages — zero-cost hosting with custom domain support
- MDX — write JSX directly inside Markdown files
MIT © NoSugarCoffee
