Live data from Hacker News

Mataroa blog – Naked blogging platform for minimalists

mataroa.blog

81–90 of 164 posts

Re: Mataroa blog – Naked blogging platform for minimalists

#82

Does mataroa, or a similar platform, offer syntax highlighting? I'm on month 80 avoiding setting up a blog to capture my occasional thoughts and frequent side project adventures – mostly because I'd rather fiddle with the side projects than set aside time spinning up some blog platform (which often begins with promising I'll use asciidoc, and ends in frustration trying to render asciidoc _juuuuust_ right). I would lo…

Mataroa offers syntax highlighting. Example: https://nutcroft.com/blog/building-mataroa-blog/

Excellent! Thank you!

Re: Mataroa blog – Naked blogging platform for minimalists

#83

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 fr…

I feel like Hugo / Jekyll (or equivalent) + GitHub Pages (or equivalent) is much much easier to set up. Is the resiliency really needed for your personal blog? Github Pages (which I use for my blog [0]) is pretty good at uptime afaik.

[0]: https://param.codes

Re: Mataroa blog – Naked blogging platform for minimalists

#84

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 fr…

If you want even more raw, why use git? Do you need version control for a blog? Just use S3 as a file system and serve directly from there. Can still use cloudflare if you want.

If you want a templating system, it wouldn’t be hard to run a script that deterministically takes all templates in folder X and compiles them into folder Y.

Re: Mataroa blog – Naked blogging platform for minimalists

#85
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 have a public notes repo [0] in which I only write for myself, with no real expectation that anyone will ever read it. I have however gotten feedback in the form of cold emails that people have found the notes useful or interesting. Writing in public without hooks can also be valuable.

[0]: https://notes.param.codes

Re: Mataroa blog – Naked blogging platform for minimalists

#86

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 fr…

[deleted]

Re: Mataroa blog – Naked blogging platform for minimalists

#87

Not gonna lie, the appeal of these things is entirely lost on me. Who is sitting around thinking, "I wish I could find somewhere that would let me write plain html with basic CSS to make it legible?" Literally anywhere that will host a page can be a minimal blogging platform if you just don't use django or whatever to host your blog.

[deleted]

Re: Mataroa blog – Naked blogging platform for minimalists

#89
post #86

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 fr…

[deleted]

[deleted]

Re: Mataroa blog – Naked blogging platform for minimalists

#90
post #77
post #29

I was using and loved mataroa. It was the fairest, most painless option I had found for blogging (as of 2020.) I eventually switched away from it because the default font was small and I couldn’t change it. I wonder if this has been updated since. (At the moment, I’m hosting my blog as a static site with NFS. I go back and forth about wanting comments/email sign-up.) The developers were nice though, and I used their…

I was wondering about the typography too. Specifically for multi-language support, the chances are high that you’d want something better than the one default font they provide. Not to mention that you may want to edit the language meta code if you are writing in a different language.

I built mataroa. Not sure if your comment is referring to mataroa, but in case it is:

I care a lot about typography and making a platform in which non-latin scripts can be read well. Mataroa does not provide any font. Rather, it uses the end user's system fonts. System fonts are most probably better than webfonts. They can define a large set of characters, including as many languages as they can, without caring about how big they get. This is in contrast to webfonts, of which all character glyphs need to be sent to the client—so size matters.

I've also written this text on the topic: https://nutcroft.com/blog/in-defense-of-user-defined-web-fon...

Post reply on HN