add ads tag to listings, title change for listing, some cleanup

This commit is contained in:
2026-05-01 17:07:58 -07:00
parent 576c15a876
commit bef2373fad
5 changed files with 8 additions and 6 deletions

View File

@ -60,7 +60,7 @@ export default function(eleventyConfig) {
/* Filter out structural tags */ /* Filter out structural tags */
eleventyConfig.addFilter("removeCoreTags", (tags) => { eleventyConfig.addFilter("removeCoreTags", (tags) => {
return tags.filter(tag => ["all"].indexOf(tag) === -1); return tags.filter(tag => ["all", "ads"].indexOf(tag) === -1);
}); });
/* What it says on the tin */ /* What it says on the tin */

View File

@ -1,6 +1,6 @@
export default { export default {
title: "Fediverse Skillshare Classifieds", title: "Fediverse Skillshare Classifieds",
description: "Skillshares and more", description: "Skillshare listings for the Fediverse",
url: "", url: "https://inherentlee.codeberg.page/fedi-skillshares",
author: "Lee Cattarin" author: "Lee Cattarin"
} }

View File

@ -1,5 +1,4 @@
import { HtmlBasePlugin } from "@11ty/eleventy"; import { HtmlBasePlugin, IdAttributePlugin } from "@11ty/eleventy";
import { IdAttributePlugin } from "@11ty/eleventy";
import pluginFilters from "./_config/filters.js"; import pluginFilters from "./_config/filters.js";

View File

@ -1,3 +1,6 @@
export default { export default {
permalink: false, permalink: false,
tags: [
"ads"
]
}; };

View File

@ -1,5 +1,5 @@
--- ---
title: Answers to Your Dumb Marketing Questions title: Answers to Your Silly Marketing Questions
handle: "@mariyadelano@hachyderm.io" handle: "@mariyadelano@hachyderm.io"
url: "hachyderm.io/@mariyadelano" url: "hachyderm.io/@mariyadelano"
tags: business tags: business