How did Markdown, originally created for writing documentation got so popular that we are using it to create web pages? Wouldn't Rich Text be a better choice here?
Mataroa blog – Naked blogging platform for minimalists
111–120 of 164 posts
Re: Mataroa blog – Naked blogging platform for minimalists
#112One nice thing I recognized is that the generated RSS feed contains full html text. I wish more blogging platforms are like this; save a lot of effort for feed readers. I'd also recommend to add open graph meta for the blog posts. Presumably people will want to share the posts somewhere; a nice set of open graph metas goes a long way.
> One nice thing I recognized is that the generated RSS feed contains full html text. I wish more blogging platforms are like this; save a lot of effort for feed readers. The reason some blogs don't include the whole thing in the RSS is because they want you to visit the site for the ad revenue. It's not an oversight. Blogging is (was?) a job for some people. It wasn't completely supported by ads, but ads are part of…
Re: Mataroa blog – Naked blogging platform for minimalists
#113The 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…
But I'm not the target audience. I think the idea of naked blogging is kind of silly. Blog if you want to blog, your clothing choices are your own.
Re: Mataroa blog – Naked blogging platform for minimalists
#114Looks 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.
Re: Mataroa blog – Naked blogging platform for minimalists
#115One nice thing I recognized is that the generated RSS feed contains full html text. I wish more blogging platforms are like this; save a lot of effort for feed readers. I'd also recommend to add open graph meta for the blog posts. Presumably people will want to share the posts somewhere; a nice set of open graph metas goes a long way.
Re: Mataroa blog – Naked blogging platform for minimalists
#116Earlier quoted context omitted.
> One nice thing I recognized is that the generated RSS feed contains full html text. I wish more blogging platforms are like this; save a lot of effort for feed readers. The reason some blogs don't include the whole thing in the RSS is because they want you to visit the site for the ad revenue. It's not an oversight. Blogging is (was?) a job for some people. It wasn't completely supported by ads, but ads are part of…
Maybe today, but I personally stopped providing full text in the feeds of my now defunct and free from advertising blog, because my content was directly vacuumed and inserted into a spammy full of advertising website. This was around 2005 for what I can remember. Time is flying...
This happens with the HTML contents just as easily. Perhaps just include a unique identifier in the text per client, and a link back to the source.
Re: Mataroa blog – Naked blogging platform for minimalists
#117Earlier quoted context omitted.
Maybe today, but I personally stopped providing full text in the feeds of my now defunct and free from advertising blog, because my content was directly vacuumed and inserted into a spammy full of advertising website. This was around 2005 for what I can remember. Time is flying...
> my content was directly vacuumed This happens with the HTML contents just as easily. Perhaps just include a unique identifier in the text per client, and a link back to the source.
On an individual scale, yes. But if you're a spammer and want to vaccuum up text from 1000 sites, you'll skip writing a scraper for individual sites (which may change their formatting later anyway) and just use reliably-formatted RSS feeds.
Re: Mataroa blog – Naked blogging platform for minimalists
#118Earlier quoted context omitted.
I haven't checked it out yet, but... Wouldn't one not want html text in the feed, if one chose to use a blogging platform whose focus was text and simplicity? I prefer to read feeds with plain text myself.
Images are a feature many articles benefit from.
Re: Mataroa blog – Naked blogging platform for minimalists
#119Earlier quoted context omitted.
> my content was directly vacuumed This happens with the HTML contents just as easily. Perhaps just include a unique identifier in the text per client, and a link back to the source.
> This happens with the HTML contents just as easily. On an individual scale, yes. But if you're a spammer and want to vaccuum up text from 1000 sites, you'll skip writing a scraper for individual sites (which may change their formatting later anyway) and just use reliably-formatted RSS feeds.