mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-15 09:35:21 +01:00
47 lines
1.2 KiB
JavaScript
47 lines
1.2 KiB
JavaScript
module.exports = {
|
|
siteTitle: 'kremalicious',
|
|
siteTitleShort: 'krlc',
|
|
siteDescription: 'Blog of designer & developer Matthias Kretschmann',
|
|
siteUrl: 'https://kremalicious.com',
|
|
themeColor: '#e7eef4',
|
|
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: '0xf50F267b5689b005FE107cfdb34619f24c014457'
|
|
},
|
|
rss: '/feed.xml',
|
|
jsonfeed: '/feed.json',
|
|
typekitID: 'msu4qap',
|
|
itemsPerPage: 20,
|
|
repoContentPath: 'https://github.com/kremalicious/blog/tree/master/content',
|
|
menu: [
|
|
{
|
|
title: 'Photos',
|
|
link: '/photos'
|
|
},
|
|
{
|
|
title: 'Goodies',
|
|
link: '/tags/goodies'
|
|
},
|
|
{
|
|
title: 'Tags',
|
|
link: '/tags'
|
|
}
|
|
],
|
|
darkModeConfig: {
|
|
classNameDark: 'dark',
|
|
classNameLight: 'light'
|
|
},
|
|
ad: {
|
|
title: 'Ledger Nano X: Keep your crypto secure, everywhere.',
|
|
link: 'https://shop.ledger.com/pages/ledger-nano-x?r=3176d705002a'
|
|
}
|
|
}
|