-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.js
47 lines (46 loc) · 935 Bytes
/
config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
'use strict';
module.exports = {
url: 'https://www.trakydeng.ca',
pathPrefix: '/',
title: 'Traky Deng',
subtitle: '',
copyright: '© 2024 All Rights Reserved',
disqusShortname: '',
postsPerPage: 5,
// googleAnalyticsId: 'UA-73379983-2',
useKatex: true,
menu: [
{
label: '.About()',
path: '/'
},
{
label: '.Blog()',
path: '/blog'
},
{
label: '.Project()',
path: '/project'
},
{
label: '.Travel()',
path: 'https://beeneverywhere.net/user/10247'
},
{
label: '.Tags()',
path: '/tags'
}
],
author: {
name: 'Traky Deng',
photo: '/photo.jpg',
// siteSocialImage: '/site-social-image.jpg',
bio: 'Tech Lover & Generalist',
contacts: {
email: '[email protected]',
github: 'Kayx23',
linkedin: 'dengk7',
website_source_code: 'https://github.com/Kayx23/trakydeng.ca'
}
}
};