From d666ef0731e97ec0800c645eddd1ae4b32c03187 Mon Sep 17 00:00:00 2001 From: Devin Lumley <2636402+devinwl@users.noreply.github.com> Date: Sun, 28 Jan 2024 16:32:19 -0800 Subject: [PATCH] feat: update metadata --- src/data/meta.js | 46 +++++++++------------------------------------- 1 file changed, 9 insertions(+), 37 deletions(-) diff --git a/src/data/meta.js b/src/data/meta.js index 7ad00f5..b7bb3f7 100644 --- a/src/data/meta.js +++ b/src/data/meta.js @@ -1,47 +1,19 @@ module.exports = { url: process.env.URL || "http://localhost:8080", - siteName: "Eleventy Excellent", - siteDescription: - "Eleventy starter based on the workflow suggested by buildexcellentwebsit.es.", - siteType: "Person", // schema + siteName: "wonderulfrog", + siteDescription: "Devin Haska's digital garden.", locale: "en_EN", lang: "en", skipContent: "Skip to content", - author: "Lene Saile", // i.e. Lene Saile - author's name. Must be set. - authorEmail: "", // i.e. hola@lenesaile.com - email of the author - authorWebsite: "", // i.e. https.://www.lenesaile.com - the personal site of the author - themeColor: "#DD4462", // Manifest: defines the default theme color for the application - themeBgColor: "#F3F3F3", // Manifest: defines a placeholder background color for the application page to display before its stylesheet is loaded + author: "Devin Haska", meta_data: { - opengraph_default: "/assets/images/opengraph-default.jpg", // fallback/default meta image - opengraph_default_alt: - "Visible content: Eleventy starter based on workflow for Cube CSS, Every Layout, Design Tokens and Tailwind for uitility, based on the concepts explained in buildexcellentwebsit.es ", // alt text for default meta image - twitterSite: "", // i.e. @site - twitter profile of the site - twitterCreator: "", // i.e. @author - twitter profile of the site - mastodonProfile: "", // i.e. https://front-end.social/@lene - url to your mastodon instance/profile + opengraph_default: "/assets/images/opengraph-default.jpg", + opengraph_default_alt: "", + mastodonProfile: "https://mastodon.social/@wonderfulfrog", }, + // RSS feed details. blog: { - // this is for the rss feed - name: "My great Web Development Blog", - description: - "Tell the word what you are writing about in your blog! It will show up on feed readers.", - }, - pagination: { - itemsPerPage: 20, - }, - address: { - // edit all presets or leave empty. They are being used in the pages for privacy.md and imprint.md - firma: "Organization name", - street: "123 Main St.", - city: "Ciudad", - state: "Estado", - zip: "12345", - mobileDisplay: "+34 1234567", - mobileCall: " +341234567", - email: "hola@yoursite.com", - cif: "", - }, - menu: { - closedText: "Menu", + name: "wonderfulfrog", + description: "Devin Haska's digital garden.", }, };