notion-blog icon indicating copy to clipboard operation
notion-blog copied to clipboard

A Next.js site using new SSG support with a Notion backed blog

Results 28 notion-blog issues
Sort by recently updated
recently updated
newest added

Seems like there's a bug while rendering code components: ![image](https://user-images.githubusercontent.com/44163644/163251480-5d57d52f-59bf-4fa0-adf6-a3d7a6d5d6dc.png)

Hey @ijjk 👋 First off, I wanted to say that I love this template. Really glad that so many people have found it useful in getting started using Notion as...

Thanks for your wonderful work! Is it possible to add a section of comments at the end of each blog? Then the readers can leave comments on the contents, and...

Is it possible to include a dark mode functionality?

So I have tried to run create_table and got this error. I am pulling token_v2 from my notion cookies and using the last part of my pages table slug as...

Recently I started using Notion Blog. I am very grateful to this repository for being able to use Notion-created articles as-is as blog posts and run them easily 👍 As...

NOTION_TOKEN= '8b37e3c2f5a6b88b8cf06153b85cc2fef716e75a2a0bfdc0776b78140104bcc730a931f0c7a5fda1812b8841462116e4d46b0d5a5c7692b1f8fba7a6612430eb13cfee8d9441f38ecfa115fe8e21' BLOG_INDEX_ID= '508aa820-0e7d-495a-85e4-7f1fb98b4330' node scripts/create-table.js (node:99922) UnhandledPromiseRejectionWarning: TypeError: Cannot convert undefined or null to object at Function.keys () at getExistingexistingBlockId (/home/lucas/Desktop/gitrepostocheck/mom-blog/src/lib/notion/createTable.js:349:21) at processTicksAndRejections (internal/process/task_queues.js:93:5) at async main (/home/lucas/Desktop/gitrepostocheck/mom-blog/src/lib/notion/createTable.js:20:25) (Use...

Recently, when I view the list of blogs 10 times in a row (using the incognito window), I get HTTP429 error in Notion. And you will not be able to...

By adding the step to remove a future date from the `postsTable` if the Date is set to a future date, I implement the ability to schedule posts for articles.