PaperMod’s Demo

👋 Welcome to demo page of Hugo’s theme PaperMod!

  • PaperMod is designed to be clean and simple but fast and responsive theme with useful feature-set that enhances UX.
  • Feel free to show your support by giving us a star 🌟 on GitHub and sharing with your friends and social media .
  • PaperMod is based on theme Paper.

如何撰写博客文章

本文介绍在 PaperMod 博客中撰写文章的注意事项。 必填项 每篇文章开头的 front matter 必须包含以下字段: --- title: "文章标题" # 必填:文章标题 date: 2026-03-16 # 必填:发布日期 --- 常用可选项 --- title: "文章标题" date: 2026-03-16 tags: ["标签1", "标签2"] # 标签,用于分类 categories: ["分类名"] # 分类,比标签层级更高 draft: true # true 为草稿,不会发布 description: "文章简介" # 文章描述,用于 SEO author: "作者名" # 作者名,覆盖默认设置 weight: 1 # 排序权重(用于置顶) cover: image: "images/cover.jpg" # 封面图片 alt: "图片描述" # 图片 alt 文本 caption: "图片说明" # 图片说明文字 --- 文章级功能开关 可以在单篇文章中覆盖全局设置: ...

三月 16, 2026 · 1 分钟 · Theme PaperMod