Update metadata.json

main
Crimson Tome 2021-10-15 22:44:35 +01:00 committed by GitHub
parent 2a93e196d3
commit a47cc1fe2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 9 deletions

View File

@ -1,21 +1,21 @@
{
"title": "Your Blog Name",
"url": "https://example.com/",
"title": "CrimsonTome's blog",
"url": "https://crimsontome.netlify.app/",
"language": "en",
"description": "I am writing about my experiences as a naval navel-gazer.",
"description": "Documenting my journey into open-source development alongside other things.",
"feed": {
"subtitle": "I am writing about my experiences as a naval navel-gazer.",
"subtitle": "Documenting my journey into open-source development alongside other things.",
"filename": "feed.xml",
"path": "/feed/feed.xml",
"id": "https://example.com/"
"id": "https://crimsontome.netlify.app/
},
"jsonfeed": {
"path": "/feed/feed.json",
"url": "https://example.com/feed/feed.json"
"url": "https://crimsontome.netlify.app/feed/feed.json"
},
"author": {
"name": "Your Name Here",
"email": "youremailaddress@example.com",
"url": "https://example.com/about-me/"
"name": "Matt Clark",
"email": "crimsontome427@gmail.com",
"url": "hhtps://crimsontome.netlify.app/about-me/"
}
}