-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.js
More file actions
44 lines (39 loc) · 1.54 KB
/
config.js
File metadata and controls
44 lines (39 loc) · 1.54 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
36
37
38
39
40
41
42
43
44
module.exports = {
siteTitle: "Ypraw Blog", // <title>
shortSiteTitle: "personal blog Yunindyo Prabowo, a noob programmer", // <title> ending for posts and pages
siteDescription:
"Programmer from Indonesia, Dark World enthusiast especially coffee and terminals have a dream to be a pythonist",
siteUrl: "https://ypraw.github.io",
pathPrefix: "/",
disqusShortname: "yupraw-me",
siteImage: "preview.jpg",
siteLanguage: "en",
// author
authorName: "Yunindyo Prabowo",
authorTwitterAccount: "yunindyo",
authorLinkedin: "https://www.linkedin.com/in/yunindyo-prabowo-60aa19125/",
authorTelegram: "https://t.me/ypraw",
authorGithub: "https://www.github.com/ypraw",
/* info */
headerTitle: "Yunindyo Prabowo",
headerSubTitle: "Wanna Be a Pythonist",
// manifest.json
manifestName: "Ypraw Blog",
manifestShortName: "yprawblog", // max 12 characters
manifestStartUrl: "/index.html",
manifestBackgroundColor: "#072233",
manifestThemeColor: "#072233",
manifestDisplay: "standalone",
// gravatar
// Use your Gravatar image. If empty then will use src/images/jpg/avatar.jpg
// Replace your email adress with md5-code.
// Example https://www.gravatar.com/avatar/g.strainovic@gmail.com ->
// gravatarImgMd5: "https://www.gravatar.com/avatar/1db853e4df386e8f699e4b35505dd8c6",
gravatarImgMd5: "",
// social
authorSocialLinks: [
{ name: "github", url: "https://github.com/ypraw" },
{ name: "twitter", url: "https://twitter.com/yunindyo" },
{ name: "facebook", url: "https://facebook.com/yunindyoprabowo" }
]
};