发布一篇文章
MDX frontmatter 字段与验收清单
在 content/posts/ 新建 your-slug.mdx:
---
title: 标题
description: 一句话摘要
author: TensorView Lab
date: 2026-09-12
tags: [nginx]
affiliateSlots: [vps]
---
正文……
<AffiliateCta />验收(发布前 10 分钟)
- 命令是否真实可跑
- 是否解决具体报错/场景(非空泛评测)
- 联盟 CTA 是否出现在「需要机器」语境
npm run build通过
详见仓库根目录 OPERATIONS.md。