1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-17 18:13:14 +02:00
blog/config.js

35 lines
950 B
JavaScript
Raw Normal View History

2018-09-30 03:11:08 +02:00
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,
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'
}
]
}