-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.js
More file actions
43 lines (42 loc) · 914 Bytes
/
Copy pathconfig.js
File metadata and controls
43 lines (42 loc) · 914 Bytes
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
'use strict';
module.exports = {
url: 'https://adrianfaciu.dev',
title: 'adrianfaciu.dev',
subtitle: 'My personal website',
copyright: '© All rights reserved.',
disqusShortname: '',
postsPerPage: 30,
googleAnalyticsId: '',
menu: [
{
label: 'Blog',
path: '/',
},
{
label: 'Talks',
path: '/pages/talks',
},
{
label: 'About',
path: '/pages/about',
},
{
label: 'Contact',
path: '/pages/contacts',
},
],
author: {
name: 'Adrian Fâciu',
photo: '/myself.jpg',
bio:
'Principal software engineer. Focused on front-end. Learning something new each day. Building things at WeVideo.',
contacts: {
linkedin: 'adrianfaciu',
github: 'adrianfaciu',
stackoverflow: 'adrianfaciu',
email: 'adrian.faciu@hey.com',
bluesky: 'adrianfaciu.dev',
rss: 'rss.xml',
},
},
};