1
0
Fork 0
blog/config.ts

45 lines
1.0 KiB
TypeScript
Raw Normal View History

export default {
2018-09-30 03:11:08 +02:00
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',
2019-11-09 19:20:39 +01:00
themeColor: '#e7eef4',
2018-09-30 03:11:08 +02:00
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',
bitcoin: '171qDmKEXm9YBgBLXyGjjPvopP5o9htQ1V',
2020-01-02 03:21:05 +01:00
ether: '0xf50F267b5689b005FE107cfdb34619f24c014457'
2018-09-30 03:11:08 +02:00
},
rss: '/feed.xml',
jsonfeed: '/feed.json',
2021-02-28 23:13:31 +01:00
itemsPerPage: 24,
2020-07-02 20:03:35 +02:00
repoContentPath: 'https://github.com/kremalicious/blog/tree/main/content',
2018-09-30 03:11:08 +02:00
menu: [
2020-07-11 11:42:37 +02:00
{
2020-07-19 13:31:27 +02:00
title: 'Articles',
2020-07-11 11:42:37 +02:00
link: '/archive'
},
2018-09-30 03:11:08 +02:00
{
title: 'Photos',
link: '/photos'
},
{
title: 'Goodies',
2020-07-11 11:42:37 +02:00
link: '/archive/goodies'
2019-11-08 15:31:43 +01:00
},
{
title: 'Tags',
link: '/tags'
2020-05-10 22:58:43 +02:00
},
{
title: '/Uses',
link: '/uses'
2018-09-30 03:11:08 +02:00
}
2021-03-13 04:11:44 +01:00
]
2018-09-30 03:11:08 +02:00
}