This repository has been archived by the owner on May 25, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathconfig.js
80 lines (79 loc) · 1.76 KB
/
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
'use strict'
module.exports = {
url: 'https://blog.duyet.net',
pathPrefix: '/',
title: 'Tôi là Duyệt',
subtitle:
'Data Engineer @ Fossil. I blog about web development, machine learning, data engineering and more.',
copyright: '© duyet.net',
disqusShortname: '',
useCommento: true,
facebookComment: {
active: true,
appId: 1394054914200945,
},
postsPerPage: 8,
googleAnalyticsId: 'UA-92451506-3',
googleTagManagerId: 'G-HXJPPQVYQN',
useKatex: false,
menu: [
{
label: 'Blog',
path: '/',
},
{
label: 'About me',
path: '/pages/about',
},
{
label: 'Categories',
path: '/categories',
},
{
label: 'Rust Tiếng Việt',
path: '/tag/rust-tiếng-việt',
icon: 'rust',
},
{
label: 'Rust Tiếng Việt (Book)',
path:
'https://rust-tieng-viet.github.io/?utm_source=blog.duyet.net&utm_medium=sidebar&utm_campaign=launch_rust_tieng_viet',
icon: 'rust',
},
{
label: 'Buy Me a Coffee',
path: 'https://ko-fi.com/duyet',
icon: 'kofi',
},
{
label: '@_duyet',
path: 'https://unsplash.com/@_duyet',
icon: 'unsplash',
},
{
label: '@_duyet',
path: 'https://twitter.com/_duyet',
icon: 'twitter',
},
{
label: '@duyet',
path: 'https://github.com/duyet',
icon: 'github',
},
],
author: {
name: 'Tôi là Duyệt',
photo: '/duyet-notion.png',
bio:
'Mostly about <a href="/tag/data-engineer/">Data Engineering</a>. <a href="/tag/rust/">Rustacean</a> at night.',
contacts: {
email: '',
telegram: '',
twitter: '_duyet',
github: 'duyet',
rss: '/rss.xml',
vkontakte: '',
kofi: 'duyet',
},
},
}