feat: meta tag changes
This commit is contained in:
parent
b1d26c3dbe
commit
bad31c1772
3 changed files with 15 additions and 17 deletions
|
@ -1,22 +1,11 @@
|
|||
module.exports = {
|
||||
url: process.env.URL || "http://localhost:8080",
|
||||
siteName: "wonderulfrog",
|
||||
siteDescription: "Devin Haska's digital garden.",
|
||||
siteDescription:
|
||||
"My name is Devin Haska and this is my little slice of the internet I call home.",
|
||||
locale: "en_EN",
|
||||
lang: "en",
|
||||
skipContent: "Skip to content",
|
||||
author: "Devin Haska",
|
||||
meta_data: {
|
||||
opengraph_default: "/assets/images/opengraph-default.jpg",
|
||||
opengraph_default_alt: "",
|
||||
mastodonProfile: "https://mastodon.social/@wonderfulfrog",
|
||||
},
|
||||
// RSS feed details.
|
||||
blog: {
|
||||
name: "wonderfulfrog",
|
||||
description: "Devin Haska's digital garden.",
|
||||
feed: "",
|
||||
},
|
||||
social: {
|
||||
github: "https://github.com/wonderfulfrog",
|
||||
mastodon: "https://mastodon.social/@wonderfulfrog",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue