Forked from quietshu/notion-blog.
- Follow the instructions to deploy your own project and connect it to your Notion server.
- Modify
./src/styles/global.css
to adjust your blog CSS settings. - Go to modify titles, headlines and footnotes.
src/pages/index.tsx
src/pages/_app.tsx
src/pages/blog/index.tsx
- Modify display details for Notion block types. So far, it supports the following block types.
Notion | Notion-blog |
---|---|
page | |
callout | ✔️ |
divider | ✔️ |
text | ✔️ |
image | ✔️ |
video | ✔️ |
header | ✔️ |
code | ✔️ |
quote | ✔️ |
audio | |
bookmark | |
maps | |
bulleted_list | ✔️ |
numbered_list | ✔️ |
equation | |
table_of_contents | |
to_do | |
toggle | |
tweet |