commit: 660726c895b75e5c64cac109bd60467385467121
parent 631eb578335d4f9d54df81d84718d07ba84e0ac1
Author: Drew DeVault <sir@cmpwn.com>
Date: Sun, 15 Nov 2020 10:45:00 -0500
RE: Is This Aggregator Idea Good?
Diffstat:
3 files changed, 19 insertions(+), 1 deletion(-)
diff --git a/content/blog/RE-Is-this-aggregator-idea-good.gmi b/content/blog/RE-Is-this-aggregator-idea-good.gmi
@@ -0,0 +1,12 @@
+=> gemini://tilde.team/~ew0k/is-this-aggregator-idea-good.gmi ew0k is a Teddybear - Is This Aggregator Idea Good?
+
+CAPCOM is open source:
+
+=> https://tildegit.org/solderpunk/CAPCOM CAPCOM
+
+and, in any case, trivially implemented from scratch. I was thinking it would be cool to encourage people to start hosting CAPCOM on their own capsules as well, with a curated list of what feeds interest them. We could start adding CAPCOM links to our capsule's index pages to make it easier to move around in such a system.
+
+Pros: requires very little effort or bespoke software development
+Cons: requires very little effort or bespoke software development :^)
+
+And an aside: I generally dislike this approach of using our gemlogs to have discussions via "RE: post title" and such-with. Isn't this better suited to the mailing list?
diff --git a/content/blog/RE-Is-this-aggregator-idea-good.md b/content/blog/RE-Is-this-aggregator-idea-good.md
@@ -0,0 +1,6 @@
+---
+title: "RE: Is This Aggregator Idea Good?"
+date: 2020-11-15
+outputs: [gemtext]
+nohtml: true
+---
diff --git a/layouts/index.html b/layouts/index.html
@@ -4,7 +4,7 @@
<section class="article-list">
<h1>{{$.Title}}</h1>
- {{ range (where .Site.RegularPages "Section" "blog") }}
+ {{ range (where (where .Site.RegularPages "Section" "blog") "Params.nohtml" "!=" "true") }}
<div class="article">
<span class="date">{{.Date.Format "January 2, 2006"}}</span>
{{- if .OutputFormats.Get "html" }}