Skip to content

Yima-Gu/Yima-Gu.github.io

Repository files navigation

Yima Gu's Personal Website

🌐 我的个人技术博客 - 专注于分享技术学习心得、项目经验和个人思考
https://yima-gu.github.io

Hexo Fluid Theme Node.js GitHub Pages License


博客内容

  • 清华大学软件学院课程笔记
    • 形式语言与自动机
    • 算法分析与设计基础
    • 计算机网络
    • 计算机组成原理
    • 深度学习

🚀 快速上手 (本地开发)

  1. 克隆与安装
    git clone https://github.com/Yima-Gu/Yima-Gu.github.io.git
    cd Yima-Gu.github.io
    npm install
  2. 本地预览
    npm run server
    (访问 http://localhost:4000 预览)

⚡ 常用命令

命令 描述
npm run server 启动本地预览 (http://localhost:4000)
npm run build 生成静态文件 (到 public/ 目录)
npm run deploy 部署到 GitHub Pages
npm run clean 清理缓存 (db.jsonpublic/)
npx hexo new post "..." 创建新文章

✨ 核心功能

  • 内容: 标准 Markdown, LaTeX 数学公式 (by MathJax), 多语言代码高亮
  • 主题: Fluid 响应式设计, 移动端优化, 图片自动懒加载
  • 功能: 集成 Google Analytics, Gitalk 评论系统, 本地搜索
📝 点击查看:内容创作与项目结构 (维护者参考)

文章 Front-matter

---
title: 文章标题
date: 2025-07-05
categories: [技术分享]
tags: [JavaScript, React]
description: 文章描述
---

文章内容...

项目结构

Yima-Gu.github.io/
├── source/         # 源文件目录 (文章/页面)
├── themes/         # 主题文件
├── public/         # 生成的静态文件
├── _config.yml     # Hexo 主配置
└── _config.fluid.yml # Fluid 主题配置

🤝 贡献与支持

如果您发现任何问题或有改进建议,欢迎提交 IssuePull Request

⭐ 如果这个项目对您有帮助,请给个 Star 支持一下!

About

Blog website for recording learning and life

Resources

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •