-
Notifications
You must be signed in to change notification settings - Fork 78
/
Copy path_config.js
39 lines (35 loc) · 2.29 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
module.exports = {
/** Site MetaData (Required all)*/
title: `Title`, // (* Required)
description: `Blog Description`, // (* Required)
author: `Author`, // (* Required)
language: 'ko-KR', // (* Required) html lang, ex. 'en' | 'en-US' | 'ko' | 'ko-KR' | ...
siteUrl: 'https://', // (* Required)
// ex.'https://junhobaik.github.io'
// ex.'https://junhobaik.github.io/' << X, Do not enter "/" at the end.
/** Header */
profileImageFileName: '', // 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: 'Enter your information in the "./config.js" file. ',
name: 'User Name',
company: '',
location: 'Korea',
email: '',
website: 'https://github.com/junhobaik/junhobaik.github.io', // 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: '', // ex.'https://github.com/junhobaik'
/** Post */
enablePostOfContents: true, // TableOfContents activation (Type of Value: Boolean. Not String)
disqusShortname: '', // 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.
};