Notion建站
# Notion hugo
# 1. 使用仓库并创建
HEIGE-PCloud/Notion-Hugo: Use Notion as the CMS for your Hugo site (github.com) Notion 使用模板 创建一个和自己名字相同的库名,例如我的用户名是:ajiangstudy,那么我的库就叫做:ajiangstudy.github.io。 这样的好处是,我可以直接通过ajiangstudy.github.io访问。
# 2.复制Notion模板
# 3.创建Notion integration
# 4.邀请integration
# 5.更改github任务触发
点击”setting-pages-Github actions“
# 6.创建NOTION_TOKEN
依次点击”Setting-security-Actions“添加NOTION_TOKEN
# 7.更改notion-hugo.config.ts配置文件
把图中两个链接改成刚刚拷贝到你的Notion模板链接
# 8.更改hugo的配置文件
把config/_default/config.toml
文件中的baseURL
从 https://example.org/
改成你的网站,例如我的是https://ajiangstudy.github.io