New Blog with SvelteKit

24 December 2022

Excited by SvelteKit reach 1.0, i'm built this blog with SvelteKit. This Blog is built upon SvelteKit + UnoCSS and they looks promising in any near future. First thing i need to wrap up is that this content posts is only JSON that served in API Routes in SvelteKit, and i need to figure out how to serve content for this list of my posts (thought) conveniently. For now i'm trying to use MDSveX or SQLite to save my list of posts.
Lately i'm trying to use some free cloud services of any CMS, but there is really a lot of tradeoffs and disadvantages like pause activity and limited resources. Maybe it's time to experiments with those options (MDSveX and SQLite) so i can make this blogs be static but can update the blog posts.
Then it's about time! Let's make this happen on next trial