Live data from Hacker News

Mataroa blog – Naked blogging platform for minimalists

mataroa.blog

61–70 of 164 posts

Re: Mataroa blog – Naked blogging platform for minimalists

#61

I see nothing here that is minimalistic or different. First of all, having a dark mode by default is not minimalistic. Edit: wow, downvotes without any explanation. You guys must be having a lot.

Probably because you're commenting without being familiar with how your browser sending information to pages to use a dark scheme for you. A website that supports "@media (prefers-color-scheme: dark)" is not really a maximalist design these days.

Re: Mataroa blog – Naked blogging platform for minimalists

#64
post #53

Looks great. Please increase the font size to 16px or at least 15px. It is very difficult to read smaller texts which has become the norm these days.

If this is a common complaint that you have, why not just increase the font size and pick fonts you like in the browser settings? The settings are there for a reason.

This home page doesn't honor the browser's font-size setting, it sets it to 14px. It should be changed to 1rem so it uses what's set in the browser.

The font-family is sans-serif, so it does honor that browser setting, but if you'd prefer to read it in a serif font, too bad.

Re: Mataroa blog – Naked blogging platform for minimalists

#65
Nice. Almost what I want: simplicity, images (for plots), and no adds or tracking. However, I want to author pages on optics, and I want to use MathJax (https://www.mathjax.org/) for equations. Please let me know how I might use MathJax with Mataroa if I've misunderstood. Or, please suggest something similar that supports MathJax. Rolling my own static site (as many NH postings describe) is enticing but beyond my ability. I am not a Web programmer, and Mataroa's simplicity is perfect for me.

Re: Mataroa blog – Naked blogging platform for minimalists

#67
post #12
post #6

Edit: leaving up as an embarrassing reminder to myself fully rtfm before opening my mouth. I thought this did NOT have comments and sub by email but it does. Glad y’all provided me with some feedback to realize I was wrong. —- Original comment: I don’t get it. If you want to write and don’t care how much you’re read, write privately (Google Docs, a journal, text file, etc.) If you’re writing publicly presumably it’s…

I see where you’re coming from, but I personally love blogging with zero concern for who reads it, how many likes it gets, or whether or not people want to give feedback. It prevents me from falling into a trap of crafting posts that have a bias toward what I think people might want to read, it keeps it pure.

Just writing knowing that someone might read it inspires better writing. It's like when you think about a problem really hard, come up with nothing, then spend an hour formulating a perfect StackExchange question. More often than not, the process of writing for other people leads me to the answer, even without sending the question.

Same with blogging, except I can publish any old crap on my blog without moderation.

Re: Mataroa blog – Naked blogging platform for minimalists

#70
The truly naked blogging setup would be:

- a git repo containing a Hugo (or similar) SSG site.

– push this git repo to a couple of free private repo hosting services (GitHub, GitLab, GCP CloudCode, AWS CodeCommit etc)

– and optionally use their free CI integration to generate the static site (or do it locally on your laptop).

- and push to a free cloud storage (AWS, GCP, Azure, Oracle etc all give storage in their free tier).

- Use Cloudflare CDN or AWS CloudFront (or both) to serve this static website from the storage origin.

– Use Cloudflare DNS for hosting your custom personal domain name and point it to the CDNs.

All this is free, with a bit of effort of initial setup in an afternoon. And it is super resilient with multiple independent CDN, Storage and Git hosting.

Post reply on HN