-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.js
More file actions
35 lines (34 loc) · 1.27 KB
/
config.js
File metadata and controls
35 lines (34 loc) · 1.27 KB
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
'use strict';
module.exports = {
url: 'https://ninypops.com',
pathPrefix: '/',
title: 'ninypops',
subtitle: `Hi. I'm a front-end web developer based in the Midlands, UK. I sometimes write about my experiences in the tech industry, offer ad-hoc thought pieces and generally make comment on my life's agenda. I built this website using Gatsby - it's became a playground for me to write code and experiment ideas. I have a keen enthusiasm to keep things fully accessible and friendly here. I'm a hyper sensitive person myself and so this website has been designed with every intention to make it easy on the eyes and light on the cognition. So without further ado, welcome to my place on the web that I like to call home.`,
copyright: '© All rights reserved.',
postsPerPage: 4,
googleAnalyticsId: '',
menu: [
{
label: 'Articles',
path: '/'
},
{
label: 'Bio',
path: '/pages/bio'
},
],
author: {
name: 'Nina Limbrick',
nickname: 'ninypops',
photo: '/ninypops.webp',
bio: 'Front-end developer using React. Currently navigating a pandemic. (she/they)',
contacts: {
email: '',
twitter: 'ninypops',
github: 'ninypops',
linkedin: 'ninalimbrick',
codepen: '',
polywork: 'ninypops',
}
}
};