xmitter-11ty/_data/metadata.js

12 lines
296 B
JavaScript
Raw Normal View History

2023-01-26 18:17:58 -05:00
module.exports = {
2023-04-12 17:40:18 -04:00
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/"
2023-01-23 12:37:44 -05:00
}
2018-02-17 13:36:26 -05:00
}