top | item 42675740

(no title)

planetjones | 1 year ago

On my personal site (also built with Hugo) I post images of food I have eaten and media I have consumed. I could use Instagram, Bluesky or X but I want the content to be mine and stay mine. And I am doing it because I like to blog things not because I want the interaction on social media.

https://www.planetjones.net/food.html

https://www.planetjones.net/reviews.html

discuss

order

dwood_dev|1 year ago

Where did you settle on for your image hosting? I like GH Pages and Hugo, but it feels dirty to put images in a git repository. At the same time, GitHub does allow 5GB per repo, so I'm torn.

rednafi|1 year ago

I use Cloudflare R2, which is free for up to 1 million writes and 10 million reads per month with no egress costs.

I also use Hugo and GitHub Pages for their simplicity. I wrote about this setup here[1].

[1]: https://rednafi.com/misc/behind_the_blog/

rednafi|1 year ago

Yeah, the whole point of this is tracking the progress of something, not vanity interaction. This is why I decided to leave it out of the main RSS feed to avoid spamming readers.

marcosdumay|1 year ago

So... you want to use your blog as some kind of a log ported to the web?

Yeah, most tools are built to support something different.