Add my content
All checks were successful
Build OCI Image / docker (push) Successful in 36s

This commit is contained in:
2025-08-05 11:51:37 +08:00
parent cc57dee334
commit 705e1e3dab
18 changed files with 150 additions and 383 deletions

27
content/blog/tmp.smd Normal file
View File

@@ -0,0 +1,27 @@
---
.title = "Second Post",
.date = @date("1990-01-01"),
.author = "Sample Author",
.layout = "post.shtml",
.draft = true,
---
This second post is mainly here to show you that you can also create single file
posts for convenience. The first post contains more interesting content.
Don't forget to read [the official SuperMD
docs](https://zine-ssg.io/docs/supermd/) to know how to *style* your content.
Btw this sample website also includes the JS/CSS dependencies required to render
math:
```=mathtex
\begin{aligned}
f(t) &= \int_{-\infty}^\infty F(\omega) \cdot (-1)^{2 \omega t} \mathrm{d}\omega \\
F(\omega) &= \int_{-\infty}^\infty f(t) \div (-1)^{2 \omega t} \mathrm{d}t \\
\end{aligned}
```
This: [`(-1)^x = \cos(\pi x) + i\sin(\pi x)`]($mathtex) is an inline equation
instead!