Why???
How I blog with Obsidian, Hugo, GitHub, and Cloudflare
31–40 of 248 posts
Re: How I blog with Obsidian, Hugo, GitHub, and Cloudflare
#32[stub for offtopicness] [submitted title was "How I Blog with Obsidian, Hugo, GitHub, and Cloudflare – Zero Cost, Fully Owned"]
Not “fully-owned” though if you need external services to do the heavy lifting. I think they mean deployed onto a personal vps.
Re: How I blog with Obsidian, Hugo, GitHub, and Cloudflare
#33Re: How I blog with Obsidian, Hugo, GitHub, and Cloudflare
#34I 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…
Obsidian is a nice middle ground between WYSIWYG and plain text - it doesn't send markup characters into the ether but at the same time does show you something close to the final text in real time.
Closest thing we've had to WordPerfect's Reveal Codes in decades.
Re: How I blog with Obsidian, Hugo, GitHub, and Cloudflare
#35I'm curious about the pros and cons of Cloudflare pages versus GitHub pages. Given that you're using GH as a repo, would it be simpler to also use it to serve pages?
I already have several other projects and DNS managed in Cloudflare, so it made sense to keep everything in one place. GitHub Pages would definitely work too.
Re: How I blog with Obsidian, Hugo, GitHub, and Cloudflare
#36https://matthewbilyeu.com/blog/2025-04-06/blogging-via-email
Re: How I blog with Obsidian, Hugo, GitHub, and Cloudflare
#37How is Obsidian for correcting this? Years ago I would have used something like grammarly to solve it but I'd rather something build it in if possible and make it as brainless as possible
Re: How I blog with Obsidian, Hugo, GitHub, and Cloudflare
#38Jekyll is slow for large content (my blog is huge), Hugo is fast. But I want to stay as mobile and lean as possible. I've tried and with a few changes in the template, I can move from Jekyll to Hugo in a weekend. I've also tried to stay as decoupled as possible from any templating engine (Jekyll), and hence rely mostly on pure HTML + CSS, while Jekyll is used more as the task runner. All the posts are separated by "YYYY" as folders and none of the posts have frontmatter.
I can also move between Github Pages, CloudFlare Pages, Netlify, or Vercel within hours if not minutes by just pointing the DNS to the ones that I want. I did this when Github Pages went down quite a few times about 3 years ago.
I almost went Markdown > Pandoc + Make but not worth it right now.
Re: How I blog with Obsidian, Hugo, GitHub, and Cloudflare
#39I 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…
Re: How I blog with Obsidian, Hugo, GitHub, and Cloudflare
#40Earlier quoted context omitted.
Not “fully-owned” though if you need external services to do the heavy lifting. I think they mean deployed onto a personal vps.
It's deployed onto Cloudflare Pages - I think this is 100% the opposite of fully-owned.