-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.js
46 lines (41 loc) · 1.15 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
38
39
40
41
42
43
44
45
46
module.exports = {
url: "http://tatsuo48.me",
title: "おやかたの話",
lang: "ja",
description: "日々の諸々を書きます。",
defaultKeywords: [`blog`, `gatsby`, `javascript`, `aws`, `tatsuo48`],
defaultMetaImage: "/my_pic.jpg",
authorNickName: "tatsuo48",
authorFullName: "YokoyamaTatsuo",
authorDescription: "HameeのSRE, 日々の諸々を書きます。",
photo: "content/assets/my-pic.jpg",
// icon : FontAwesome
category: [
{
id: "Cat",
icon: "fas fa-cat",
},
{
id: "Job",
icon: "fas fa-building",
},
{
id: "Tech",
icon: "fas fa-wrench",
},
{
id: "Life",
icon: "fas fa-heart",
},
],
social: {
twitter: "https://twitter.com/tatsuo4848",
facebook: "https://www.facebook.com/tatsuo48",
github: "https://github.com/tatsuo48",
email: "green.americanidiot.yokoyama@gmail.com",
},
postsPerPage: 5,
pageListSize: 5,
copyright: "© All rights reserved.",
googleAnalyticsId: "UA-166042495-1",
};