mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-22 09:56:51 +01:00
44 lines
979 B
TypeScript
44 lines
979 B
TypeScript
export default {
|
|
siteTitle: 'kremalicious',
|
|
siteDescription: 'Blog of designer & developer Matthias Kretschmann',
|
|
siteUrl: 'https://kremalicious.com',
|
|
author: {
|
|
name: 'Matthias Kretschmann',
|
|
email: 'm@kretschmann.io',
|
|
url: 'https://matthiaskretschmann.com',
|
|
mastodon: 'https://mas.to/@krema',
|
|
github: 'https://github.com/kremalicious',
|
|
bitcoin: '171qDmKEXm9YBgBLXyGjjPvopP5o9htQ1V',
|
|
ether: {
|
|
ens: 'krema.eth',
|
|
address: '0xf50F267b5689b005FE107cfdb34619f24c014457'
|
|
}
|
|
},
|
|
rss: '/feed.xml',
|
|
jsonfeed: '/feed.json',
|
|
itemsPerPage: 30,
|
|
repoContentPath: 'https://github.com/kremalicious/blog/tree/main/content',
|
|
menu: [
|
|
{
|
|
title: 'Articles',
|
|
link: '/archive/'
|
|
},
|
|
{
|
|
title: 'Photos',
|
|
link: '/photos/'
|
|
},
|
|
{
|
|
title: 'Goodies',
|
|
link: '/tags/goodies/'
|
|
},
|
|
{
|
|
title: 'Tags',
|
|
link: '/tags/'
|
|
},
|
|
{
|
|
title: '/Uses',
|
|
link: '/uses/'
|
|
}
|
|
]
|
|
}
|