-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.js
More file actions
36 lines (35 loc) · 715 Bytes
/
config.js
File metadata and controls
36 lines (35 loc) · 715 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
'use strict';
module.exports = {
url: 'https://abdisalan.com',
pathPrefix: '/',
title: 'Abdisalan Mohamud',
subtitle: 'Mostly ramblings and what I\'m up to ',
copyright: '© Abdisalan Mohamud 2024',
disqusShortname: '',
postsPerPage: 100,
googleAnalyticsId: 'UA-148068744-1',
useKatex: false,
menu: [
{
label: 'Articles',
path: '/'
},
{
label: 'About me',
path: '/pages/about'
},
{
label: 'What I Use',
path: '/uses'
}
],
author: {
name: 'Abdisalan Mohamud',
photo: '/photo.jpg',
bio: 'I blog about programming and what I\'m up to.',
contacts: {
github: 'abdisalan',
linkedin: 'abdisalan'
}
}
};