11 lines
274 B
JavaScript
11 lines
274 B
JavaScript
export default {
|
|
title: "Web Blog",
|
|
url: "https://webblog.anthonyhughes.art",
|
|
language: "en",
|
|
description: "Musings of a neurodivergent cynic.",
|
|
author: {
|
|
name: "Anthony Hughes",
|
|
email: "anthony@anthonyhughes.art",
|
|
url: "https://anthonyhughes.art/about-me/"
|
|
}
|
|
}
|