Skip to main content

第一篇博客

· One min read
mafumaful
Student @ UWaterloo

My First blog...

It's my first blog thanks to docusaurus! 兜兜转转发现这个框架是最适合我的hhh。理论上说,这个是我在网站上发布的第一篇博客,但是由于之前也是用markdown做了很多优秀的项目,所以我想看看能不能把之前的项目加入到当前的网站上去以充实我网页的内容。

Let's try some math equations using KaTeX!

Inline math equation: E=mc2E = mc^2

Display math equation:

1(ϕ5ϕ)e25π=1+e2π1+e4π1+e6π1+e8π1+\frac{1}{\Bigl(\sqrt{\phi \sqrt{5}}-\phi\Bigr) e^{\frac25 \pi}} = 1+\frac{e^{-2\pi}} {1+\frac{e^{-4\pi}} {1+\frac{e^{-6\pi}} {1+\frac{e^{-8\pi}} {1+\cdots}}}}

Another example:

Lw=2x(xwy)Lb=2(xw+by)\begin{aligned} \frac{\partial \mathcal{L}}{\partial w} &= 2x(xw - y) \\ \frac{\partial \mathcal{L}}{\partial b} &= 2(xw + b - y) \end{aligned}