xmitter-11ty/_data/metadata.js

12 lines
294 B
JavaScript
Raw Normal View History

2023-11-10 17:41:13 -05:00
export default {
2024-01-13 18:32:15 -05:00
title: "Eleventy Base Blog v9",
2023-04-12 17:40:18 -04:00
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/"
2023-01-23 12:37:44 -05:00
}
2018-02-17 13:36:26 -05:00
}