# 👋 欢迎来到我的主页(sionjiu-cmd) zhangqin👀

这是一个通过 GitHub Pages 搭建的网站。

访问我的 GitHub

Introduction

This post demonstrates a GitHub Pages–friendly Markdown template that includes:

  • A table of contents
  • Math formulas (inline and block)
  • Footnotes
  • Clean structure for technical writing

If your Jekyll theme supports toc: true (e.g., Minimal Mistakes), the TOC will appear automatically.


Math Examples

Inline math example:
The famous equation ( E = mc^2 ) relates mass and energy.

Block math example:

[ \int_{0}^{\infty} x^2 e^{-x} \, dx = 2 ]

Another block:

[ a^2 + b^2 = c^2 ]


Code Example

```python def add(a, b): return a + b

Posts

subscribe via RSS