forked from cotes2020/jekyll-theme-chirpy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.js
38 lines (34 loc) · 2.28 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: `Jay's Dev Blog `, // (* Required)
description: `주니어 백엔드 개발자 이재현입니다 :)`, // (* Required)
author: `Jae Hyun`, // (* Required)
siteUrl: 'https://2Re-play.github.io', // (* Required)
// ex.'https://junhobaik.github.io'
// ex.'https://junhobaik.github.io/' << X, Do not enter "/" at the end.
/** Header */
profileImageFileName: 'profile.jpg', // 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: '주니어 백엔드 개발자 이재현입니다 :)',
name: '이재현',
company: '',
location: 'Korea',
email: '[email protected]',
website: 'https://2Re-play.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: 'https://github.com/2Re-play', // 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.
};