-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.js
37 lines (37 loc) · 1.75 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
module.exports = {
baseUrl: 'https://thangx.vu',
baseContext: '',
siteName: 'Thang X. Vu (@sinzii)',
siteDescription: 'Where my thoughts wander...',
dateTimeFormat: 'DD/MM/YYYY - HH:mm',
dateFormat: 'DD/MM/YYYY',
postUrlStyle: 'YEAR_MONTH_SLUG',
me: {
fullname: 'Thang X. Vu',
nickname: '@sinzii',
github: 'https://github.com/sinzii',
sideProjects: [
{
name: '<strong>Dedot</strong><span class="text-color"> - A delightful JavaScript client for <strong>Polkadot</strong> & <strong>Substrate</strong></span>',
url: 'https://github.com/dedotdev/dedot'
},
{
name: '<strong>InSpace</strong><span class="text-color"> - A protocol to launch and manage on-chain communities using <strong>ink!</strong> smart contracts</span>',
url: 'https://github.com/CoongCrafts/inspaciness'
},
{
name: '<strong>Coong Wallet</strong><span class="text-color"> - A website-based multi-chain crypto wallet for <strong>Polkadot</strong> & <strong>Kusama</strong> ecosystem</span>',
url: 'https://github.com/CoongCrafts/coong-wallet'
},
{
name: '<strong>meblog</strong><span class="text-color"> - A simple blog engine for personal blogging</span>',
url: 'https://github.com/sinzii/meblog'
},
{
name: '<strong>frameworkless</strong><span class="text-color"> - A frameworkless NodeJS application</span>',
url: 'https://github.com/sinzii/frameworkless'
}
]
},
predefinedTags: ['javascript', 'nodejs', 'frontend', 'blockchain', 'polkadot', 'substrate', 'rust']
}