2018-09-30 03:11:08 +02:00
|
|
|
module.exports = {
|
|
|
|
siteTitle: 'kremalicious',
|
|
|
|
siteTitleShort: 'krlc',
|
2019-04-13 22:52:58 +02:00
|
|
|
siteDescription: 'Blog of designer & developer Matthias Kretschmann',
|
2018-09-30 03:11:08 +02:00
|
|
|
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,
|
2018-11-18 23:11:36 +01:00
|
|
|
repoContentPath: 'https://github.com/kremalicious/blog/tree/master/content',
|
2018-09-30 03:11:08 +02:00
|
|
|
menu: [
|
|
|
|
{
|
|
|
|
title: 'Photos',
|
|
|
|
link: '/photos'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
title: 'Goodies',
|
|
|
|
link: '/goodies'
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|