mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-15 01:25:28 +01:00
34 lines
871 B
JavaScript
34 lines
871 B
JavaScript
module.exports = {
|
|
siteTitle: 'kremalicious',
|
|
siteTitleShort: 'krlc',
|
|
siteDescription: 'Blog of designer & developer Matthias Kretschmann.',
|
|
siteUrl: 'https://kremalicious.com',
|
|
themeColor: '#88bec8',
|
|
backgroundColor: '#e7eef4',
|
|
pathPrefix: null,
|
|
author: {
|
|
name: 'Matthias Kretschmann',
|
|
email: 'm@kretschmann.io',
|
|
uri: 'https://matthiaskretschmann.com',
|
|
twitter: 'https://twitter.com/kremalicious',
|
|
github: 'https://github.com/kremalicious',
|
|
facebook: 'https://facebook.com/matthiaskretschmann',
|
|
bitcoin: '171qDmKEXm9YBgBLXyGjjPvopP5o9htQ1V',
|
|
ether: '0x339dbC44d39bf1961E385ed0Ae88FC6069b87Ea1'
|
|
},
|
|
rss: '/feed.xml',
|
|
jsonfeed: '/feed.json',
|
|
typekitID: 'msu4qap',
|
|
itemsPerPage: 20,
|
|
menu: [
|
|
{
|
|
title: 'Photos',
|
|
link: '/photos'
|
|
},
|
|
{
|
|
title: 'Goodies',
|
|
link: '/goodies'
|
|
}
|
|
]
|
|
}
|