← 返回模板市场
极简技术博客

极简技术博客

白底黑字,极简排版,专注阅读体验。适合技术博客和写作。

博客极简技术

功能特性

  • SSG 静态生成,SEO 友好
  • RSS Feed 自动生成
  • 响应式设计,移动端适配
  • Cormorant Garamond + Inter 字体

部署指南

  1. 1
    注册 Vercel 账号

    前往 vercel.com 注册,推荐使用 GitHub 登录。

  2. 2
    复制模板仓库

    打开 https://github.com/MziL-1/blog-template-minimal,点击 "Use this template",创建你自己的副本。

  3. 3
    在 Vercel 导入仓库

    在 Vercel Dashboard 点击 "Import Project",选择你的仓库。设置以下环境变量:

    NEXT_PUBLIC_BLOG_API_URL = https://your-platform-url.com
    NEXT_PUBLIC_USERNAME = your-username
  4. 4
    创建 Deploy Hook

    在 Vercel 项目设置 > Git > Deploy Hooks 中,创建一个 hook,复制生成的 URL。

  5. 5
    回到平台完成配置

    前往 部署管理 页面,粘贴 Deploy Hook URL,点击完成设置。