cayd.dev, my personal site.

This sites’ blog section uses Notion as a CMS for making blog posts. The site fetches notes in my Notion database, pulling the title, date, and status through Notion’s API. This allows me to format and manage all blog posts from any device, without touching the repo.

Showcase

This allows me to do image rendering:

Code blocks:

c++
void hello() {
	cout << "Hello";
}

LaTeX\text{LaTeX} blocks:

n=11n=1+12+13+14+ \sum^{\infty}_{n=1} \dfrac{1}{n} = 1 + \frac{1}{2} + \frac{1}{3} + \frac{1}{4} + ~\dots

Tables:

Val 1Val 2Product
5315
21020

Along with various other MD rendering:

Conclusion

I’m really only putting this here so the navbar has a purpose, overall I’m pretty happy with the site and I’m excited to have somewhere to display my work.