I didn't know about Cloudflare pages, thanks for sharing!
I use Jekyll, Github pages and Cloudflare. I use hackmd for editing but Obsidian will work as well.
21–30 of 248 posts
I didn't know about Cloudflare pages, thanks for sharing!
I use Jekyll, Github pages and Cloudflare. I use hackmd for editing but Obsidian will work as well.
Is the domain name free too?
It's like having infinite "free" domains (even with the small fee for the base domain.)
But the most important part is the fun of just having an entire namespace at your disposal to create whatever "domain name" in seconds.
I tried some generators but it was so much more complicated than writing a style sheet and some pages. Maybe for some more complex use-case, okay, I get it, but the author's blog is so minimal and simple.
edit: today I learned people have very strong opinions about static site generators. Good valid reasons, y'all. Maybe my use case really is too simplistic!
VSCode has been good enough for markdown blogging for me. Hugo compiles pages on save so its quick to iterate. The markdown preview plugin brings same experience to misc markdown editing. No new editors to learn and one gets instant access to copilot etc.
Why would you need copilot for blogging? Isn't the whole appeal of a blog that it's something you , a human created?
Is the domain name free too?
Not the OP but I own some ab.xy type of domain names and use one of them as my personal gTLD. It's like having infinite "free" domains (even with the small fee for the base domain.) But the most important part is the fun of just having an entire namespace at your disposal to create whatever "domain name" in seconds.
On my end I ended up building an entire custom thing that bastardizes SvelteKit to produce a static website that I then upload to GitHub Pages, but I think over-engineering a personal website is always good fun - and hey, I can tweak lots of silly aspects like how my post names get turned into /nice-and-readable-urls.
Out of curiosity, what's the advantage of using Cloudflare Pages over GitHub Pages? Both seem to require a GitHub repository.
A fun hobby of mine is Googling “how I built this blog with [next.js/Gatsby/etc etc]” and going to page 10 of the Google results.
It’s just hundreds of developer blogs with no blog posts other than the ones announcing how the blog was built.
Great stuff, looking forward to your next blog post in 1 year: “How I rebuilt my blog on…” A fun hobby of mine is Googling “how I built this blog with [next.js/Gatsby/etc etc]” and going to page 10 of the Google results. It’s just hundreds of developer blogs with no blog posts other than the ones announcing how the blog was built.
I profoundly do not understand why one needs Hugo or Jekyll or whatever other generator. Why not write HTML in the first place? It's so absurdly easy and it makes you not depend on external infrastructure at all. I tried some generators but it was so much more complicated than writing a style sheet and some pages. Maybe for some more complex use-case, okay, I get it, but the author's blog is so minimal and simple. ed…
The goal of generators is to reduce the friction of taking your notes/articles/etc. and wrapping them in thematically consistent HTML/CSS for your site. Once you've got it tuned/setup for your blog, they're pretty easy to use.
Obviously in your use-case where you find static site generators more complicated, then you can stick with raw html.