自定义样式
覆盖原生 Notion 的 CSS 样式
也支持手动添加 html/css 来改变网站结构和样式(使用成本比较高,需要有开发能力),参考 https://potion.so/guides/how-to-customize-your-potion-sites-style
以 Potion 官网为例
- 原始 Notion site:https://www.notion.so/Create-custom-websites-in-minutes-All-on-Notion-4db4066b387340e8a65497d67b095f38
- 最终 Potion Site:https://potion.so/
观察 Notion site 发现与 Potion site 比较,有两类典型的样式差异
- Notion 原生 Header menu 被 Potion 自定义 menu 替换掉
- 一些 Notion 原生 block 样式也被改掉,比如下面的 “Create your site” 链接
Potion Menu 实现原理
通过 iframe 的形式把原生 Notion 站点嵌入进来,再添加自定义 menu,直接覆盖 Notion 原生 Menu
Potion 样式实现原理
通过模板的形式,统一把 Notion block 的原生样式进行重写,如下图所示。参考 https://potion.so/templates