Mataroa blog – Naked blogging platform for minimalists
81–90 of 164 posts
Re: Mataroa blog – Naked blogging platform for minimalists
#82Does 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/
Re: Mataroa blog – Naked blogging platform for minimalists
#83The 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…
[0]: https://param.codes
Re: Mataroa blog – Naked blogging platform for minimalists
#84The 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 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
#85Edit: 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…
Re: Mataroa blog – Naked blogging platform for minimalists
#86The 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…
Re: Mataroa blog – Naked blogging platform for minimalists
#87Not 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.
Re: Mataroa blog – Naked blogging platform for minimalists
#88Re: Mataroa blog – Naked blogging platform for minimalists
#89The 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
#90I 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 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...