Story Details

  • How I Blog with Obsidian, Hugo, GitHub, and Cloudflare – Zero Cost, Fully Owned

    Posted: 2025-04-23 13:00:32

    This blog post details a completely free and self-hosted blogging setup using Obsidian for writing, Hugo as the static site generator, GitHub for hosting the repository, and Cloudflare for DNS, CDN, and HTTPS. The author describes their workflow, which involves writing in Markdown within Obsidian, using a designated folder synced with a GitHub repository. Hugo automatically rebuilds and deploys the site whenever changes are pushed to the repository. This combination provides a fast, flexible, and cost-effective blogging solution where the author maintains complete control over their content and platform.

    Summary of Comments ( 132 )
    https://news.ycombinator.com/item?id=43771645

    Hacker News users generally praised the blog post's approach for its simplicity and control. Several commenters shared their own similar setups, often involving variations on static site generators, cloud hosting, and syncing tools. Some appreciated the author's clear explanation and the detailed breakdown of the process. A few discussed the tradeoffs of this method compared to managed platforms like WordPress, highlighting the benefits of ownership and cost savings while acknowledging the increased technical overhead. Specific points of discussion included alternative tools like Jekyll and Zola, different hosting options, and the use of Git for version control and deployment. One commenter suggested using a service like Netlify for simplification, while another pointed out the potential long-term costs associated with Cloudflare if traffic scales significantly.