Using Notion as a headless CMS for our blog
datanarratives.com
Using Notion as a headless CMS for our blog
1–10 of 88 posts
Re: Using Notion as a headless CMS for our blog
#2One other helpful thing we've found from Notion is the Kanban view of the database which allows us to move content through various swim lanes; "Approved", "Revision #1", "Published" etc.
Re: Using Notion as a headless CMS for our blog
#3But IMO this is one of Notion's killer features, the fact that it's so flexible you can use it as a dang CMS.
Re: Using Notion as a headless CMS for our blog
#4Re: Using Notion as a headless CMS for our blog
#5I've considered doing this on my own website, though probably won't since it's just me. But IMO this is one of Notion's killer features, the fact that it's so flexible you can use it as a dang CMS.
Re: Using Notion as a headless CMS for our blog
#6(I work at Notion, but this content is about my hobby website)
Re: Using Notion as a headless CMS for our blog
#7Re: Using Notion as a headless CMS for our blog
#8You can use Excel as a CMS and while cool why use it for Prod? Especially because you are locking yourself into a company that may sunset or change pricing on the "feature" at anytime.
Re: Using Notion as a headless CMS for our blog
#9You can use Excel as a CMS and while cool why use it for Prod? Especially because you are locking yourself into a company that may sunset or change pricing on the "feature" at anytime.
The public API is extremely important to the future of Notion. We maintain date-versioned backwards compatibility similarly to Stripe.
When it comes to your content, you can export your entire Notion workspace (or just the part of it that’s your CMS) as Markdown/CSV or semantic HTML, including all your uploaded assets and files. The HTML export is read to host as-is or post-process with BeautifulSoup, etc.
Re: Using Notion as a headless CMS for our blog
#10One day you'll all regret this.