Skip to content

NoSugarCoffee/NoSugarCoffee.github.io

Repository files navigation

NoSugarCoffee

Built with Docusaurus License Deploy Node

☕ A personal dev blog — original tech articles, curated translations & weekly AI trending reports 📡

🏠 Visit Blog · 🌐 外刊翻译 · 🤖 AI Trending · 🧩 Leetcode


✨ What's Inside

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

🚀 Quick Start

# Install dependencies
npm install

# Start local dev server (http://localhost:3000)
npm start

🏗️ Build & Deploy

# 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

🗂️ Project Structure

.
├── 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

🛠️ Tech Stack

  • 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

📄 License

MIT © NoSugarCoffee

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors