Skip to content

HeZ2z/hez-notes

HeZzz's Notes

TypeScript GitHub

复习笔记与一手资料整理,涵盖课程重点、期末回忆版与零散知识点。

Features

  • 支持 Mermaid 图表与数学公式(LaTeX)
  • 响应式布局,深色/浅色模式切换
  • 按标签分类筛选
  • 归档视图按时间回溯
  • 全文搜索
  • Sitemap 与 RSS 订阅
  • 自动生成文章 OG 图片

Tech Stack

Main Framework - Astro
Type Checking - TypeScript
Styling - TailwindCSS
Icons - Tablers
Code Formatting - Prettier
Linting - ESLint
Deployment - GitHub Pages

Local Development

# install dependencies
pnpm install

# start dev server
pnpm run dev

# build for production
pnpm run build

# preview production build
pnpm run preview

Project Structure

src/
  data/
    blog/           # 笔记与资料,按主题组织子目录
  pages/            # 页面路由
  layouts/          # 页面布局
  components/       # Astro 组件
  styles/           # 全局样式
  utils/            # 工具函数

License

MIT License

About

用于个人的考试和课程笔记作业等。

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Contributors

Generated from satnaing/astro-paper