1
0
Fork 0
blog/_data/metadata.js

12 lines
296 B
JavaScript
Raw Normal View History

2024-07-01 17:43:44 +00:00
module.exports = {
title: "Eleventy Base Blog v8",
url: "https://example.com/",
language: "en",
description: "I am writing about my experiences as a naval navel-gazer.",
author: {
name: "Your Name Here",
email: "youremailaddress@example.com",
url: "https://example.com/about-me/"
}
}