mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-27 07:18:17 +01:00
17 lines
391 B
TypeScript
17 lines
391 B
TypeScript
import author from "./author";
|
|
import menu from "./menu";
|
|
|
|
export default {
|
|
site: {
|
|
siteMetadata: {
|
|
url: "https://www.rickvanlieshout.com",
|
|
title: "Rick van Lieshout ~ Mastermindzh",
|
|
subtitle: "The thoughts, discoveries and murmurings of a Software enthusiast",
|
|
copyright: "All rights reserved.",
|
|
postsPerPage: 7,
|
|
author,
|
|
menu,
|
|
},
|
|
},
|
|
};
|