diff --git a/posts/hello-world.md b/posts/hello-world.md index d637744..445f69a 100644 --- a/posts/hello-world.md +++ b/posts/hello-world.md @@ -12,7 +12,7 @@ I will hopefully develop and expand this blog with more features and write more ## Technical Details -The design and architecture of this blog is heavily insipired by my friend's site, [orangc](https://notes.orangc.net/). Only difference being that I wrote a custom static site generator from scratch using [Bun](https://bun.com/) as it has a [builtin parser for Markdown](https://bun.com/docs/runtime/markdown). I'm pretty proud of the end result so far, the build script uses _zero_ NPM dependencies (_except for [Tailwind](https://tailwindcss.com/) of course_) and everything was actually relatively fast with full lighthouse scores. Everything is hosted on [Cloudflare Workers](https://www.cloudflare.com/products/workers/) with the source code for this site hosted on [my Forgejo instance](https://git.satr14.my.id/satr14/ssg.md) (including all posts written in markdown, you can click on the **view revisions** link under the post title to view the commits for this post). +The design and architecture of this blog are heavily inspired by my friend's site, [orangc](https://notes.orangc.net/). Only difference being that I wrote a custom static site generator from scratch using [Bun](https://bun.com/) as it has a [builtin parser for Markdown](https://bun.com/docs/runtime/markdown). I'm pretty proud of the end result so far, the build script uses _zero_ NPM dependencies (_except for [Tailwind](https://tailwindcss.com/) of course_) and everything was actually relatively fast with full lighthouse scores. Everything is hosted on [Cloudflare Workers](https://www.cloudflare.com/products/workers/) with the source code for this site hosted on [my Forgejo instance](https://git.satr14.my.id/satr14/ssg.md) (including all posts written in markdown, you can click on the **view revisions** link under the post title to view the commits for this post). This isn't one of my first attempts of writting a blog website. Most of them failed mainly due to lack of motivation to actually write anything. I tried using [Hugo](https://gohugo.io/) once but that learning curve (~~or just a skill issue~~) was too high for me so I opted to write my own blog from scratch using [SvelteKit](https://kit.svelte.dev/) and [Pocketbase](https://pocketbase.io/) which was **highly** overkill and it was teadious to even write.