Back
My first version of this portfolio website without notion API
In the first version of my project, I copied my blog posts directly from Notion into my codebase using Markdown (.md) file formats. I chose Markdown because it's easy to write and format, highly readable, and when imported into the code, it renders like HTML—making the process both efficient and time-saving.
However, as the number of blog posts increased, manually copying and pasting each new entry became repetitive and inefficient. To solve this, I decided to integrate the Notion API, allowing me to use Notion as a personal CMS and fetch content dynamically