-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.js
37 lines (36 loc) · 908 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
'use strict';
module.exports = {
url: 'https://lumen.netlify.com',
title: 'Home | noramyer.xyz',
subtitle: 'Incoming software engineer @ Flatiron Health.\nOhio State CS \'19.',
copyright: '© All rights reserved.',
disqusShortname: '',
postsPerPage: 4,
projectsPerPage:4,
googleAnalyticsId: 'UA-73379983-2',
menu: [
{
label: 'Articles',
path: '/'
},
{
label: 'Projects',
path: '/projects'
},
{
label: 'About me',
path: '/pages/about'
},
],
author: {
name: 'Nora Myer',
photo: '/photo.jpg',
bio: 'Incoming software engineer @ <a href = "https://www.flatiron.com">Flatiron Health</a>. Ohio State CS \'19. <br>Lady of elastic virtue and cosmopolitan tendencies.',
contacts: {
email: '[email protected]',
github: 'noramyer',
linkedin: 'nora-myer-9ab77b105',
spotify: 'lilnorz',
}
}
};