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 {
title: "Fediverse Skillshare Classifieds",
description: "Skillshare listings for the Fediverse",
title: "FediLearns",
description: "Learning together, by and for the fediverse",
url: "https://inherentlee.codeberg.page/fedi-skillshares",
author: "Lee Cattarin"
}

View File

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

View File

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