more title changing

This commit is contained in:
2026-05-05 12:41:43 -07:00
parent 57fa31ba45
commit 2904872e34
3 changed files with 6 additions and 6 deletions

View File

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

View File

@ -42,8 +42,8 @@ export default async function(eleventyConfig) {
}, },
metadata: { metadata: {
language: "en", language: "en",
title: "Fediverse Skillshare Classifieds", title: "FediLearns",
subtitle: "Skillshare listings for the Fediverse", subtitle: "Learning together, by and for the fediverse",
base: "https://inherentlee.codeberg.page/", base: "https://inherentlee.codeberg.page/",
author: { author: {
name: "Lee Cattarin" name: "Lee Cattarin"

View File

@ -1,7 +1,7 @@
{ {
"name": "fediverse-classifieds", "name": "fedilearns",
"version": "1.0.0", "version": "1.0.0",
"description": "", "description": "Learning together, by and for the fediverse",
"scripts": { "scripts": {
"build": "rm -rf _site && npx @11ty/eleventy", "build": "rm -rf _site && npx @11ty/eleventy",
"build-codeberg": "npx @11ty/eleventy --pathprefix=/fedi-skillshares/", "build-codeberg": "npx @11ty/eleventy --pathprefix=/fedi-skillshares/",