🏡

基于 notion 的博客搭建

💡
notion 作为博客内容的数据源,github 管理博客样式代码并通过 Vercel 部署。
原文中说的很详细了,这里补充几点
  1. node 版本要限定为 17 以下,否则会出现 build 出错(package.json)
    1. "node": ">=14 <17.0.0"
  1. 可爱的评论小表情,如果想去掉,可以直接注释代码 位置:components/NotionPage.tsx 中搜索 SimpleFeedback 并注释
  1. 域名解析:按照 Vercel 的 domain 提示到 dns 设置即可
  1. 浏览器 icon 修改:替换 favicon 文件即可
  1. 评论功能的设置:
      • 基于 utterances,这是一款基于 GitHub issues 的评论工具
      • 要安装 github app(通过 utterances 官网)
      • fork 过来的 repo 要在 setting 开启 issue 的 feature
      • 要在 site.config.js 中修改 utterancesGitHubRepo 到自己的 repo
 
TODO:
某些数据库页面展示的不同(比如跑步的,还有 collection 的 header)
views

Loading Comments...