-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.js
executable file
·38 lines (34 loc) · 1.93 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
module.exports = {
/** Site MetaData (Required all)*/
title: `Merlin Tech Blog`, // (* Required)
description: `A starter blog FT tech.`, // (* Required)
author: `Merlin.ho`, // (* Required)
siteUrl: "https://chchoing88.github.io/ho_blog", // (* Required)
// ex.'https://junhobaik.github.io'
// ex.'https://junhobaik.github.io/' << X, Do not enter "/" at the end.
/** Header */
profileImageFileName: "merlin.png", // include filename extension ex.'profile.jpg'
// The Profile image file is located at path "./images/"
// If the file does not exist, it is replaced by a random image.
/** Home > Bio information*/
comment: "A starter blog FT tech.",
name: "CHOI HO CHEOL",
company: "NHN",
location: "Korea",
email: "chchoing@naver.com",
website: "https://chchoing88.github.io/ho_blog", // ex.'https://junhobaik.github.io'
linkedin: "", // ex.'https://www.linkedin.com/in/junho-baik-16073a19ab'
facebook: "", // ex.'https://www.facebook.com/zuck' or 'https://www.facebook.com/profile.php?id=000000000000000'
instagram: "", // ex.'https://www.instagram.com/junhobaik'
github: "https://github.com/chchoing88", // ex.'https://github.com/junhobaik'
/** Post */
enablePostOfContents: true, // TableOfContents activation (Type of Value: Boolean. Not String)
disqusShortname: "https-chchoing88-github-io-ho-blog", // comments (Disqus sort-name)
enableSocialShare: true, // Social share icon activation (Type of Value: Boolean. Not String)
/** Optional */
googleAnalytics: "", // Google Analytics TrackingID. ex.'UA-123456789-0'
googleSearchConsole: "", // content value in HTML tag of google search console ownership verification. ex.'w-K42k14_I4ApiQKuVPbCRVV-GxlrqWxYoqO94KMbKo'
googleAdsenseSlot: "", // Google Adsense Slot. ex.'5214956675'
googleAdsenseClient: "", // Google Adsense Client. ex.'ca-pub-5001380215831339'
// Please correct the adsense client number(ex.5001380215831339) in the './static/ads.txt' file.
};