Ask HN: Share your personal site
341–350 of 1001 posts
Re: Ask HN: Share your personal site
#342Re: Ask HN: Share your personal site
#343Re: Ask HN: Share your personal site
#344This is mine, built using Sveltekit and TailwindCSS (I'm a hobbyist / amateur developer). No articles yet, have a few work-in-progress drafts offline
Re: Ask HN: Share your personal site
#345I’m using a hodge-podge of js cobbled together for static site generation. Wasn’t quite satisfied with SSG options at the time https://github.com/jcpst/jcpst
Re: Ask HN: Share your personal site
#346Re: Ask HN: Share your personal site
#347My site is here. https://nextjs-markdown-blog-obutora.vercel.app/
Japanese portfolio site.
Re: Ask HN: Share your personal site
#348There are some tools I built which are not visible like timezone
Re: Ask HN: Share your personal site
#349It's a little personal blog that I made with Gatsby. Looking to create my own SSG over the summer once school ends.
Re: Ask HN: Share your personal site
#350Basically a smorgasbord of articles I found online and things I actually wrote.
Mostly intended for personal consumption though, so I tend to intentionally break the site on a regular basis.
Everything here is written in Markdown / MDX. Hosting is done on cloud services (e.g. Google Drive, Dropbox, sometimes S3). All written in text editors, synced on the fly using either commands I built myself / the cloud service's desktop client.
No explicit build process before publishing, all markdown pages get converter on a per-request basis. That's why loading the page the first time could take a while.
Built mostly with Typescript, Next.js, Vercel, and Cloudflare.