-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.js
41 lines (36 loc) · 1.71 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
module.exports = {
/** Site MetaData (Required all)*/
title: `kozistr`, // (* Required)
description: `all-rounder`, // (* Required)
author: `Hyeongchan Kim`, // (* Required)
language: 'ko-KR', // (* Required) html lang, ex. 'en' | 'en-US' | 'ko' | 'ko-KR' | ...
siteUrl: 'http://kozistr.tech', // (* Required)
/** Header */
profileImageFileName: 'profile.webp',
/** Home > Bio information*/
comment: 'Machine Learning Engineer & Data Scientist',
name: 'Hyeongchan Kim',
company: '',
location: 'South Korea',
email: '[email protected]',
website: 'http://kozistr.tech',
linkedin: 'https://www.linkedin.com/in/kozistr',
facebook: '',
instagram: '',
github: 'https://github.com/kozistr',
kaggle: 'https://www.kaggle.com/kozistr',
medium: 'https://medium.com/@kozistr',
sildeshare: '',
/** Post */
enablePostOfContents: true, // TableOfContents activation (Type of Value: Boolean. Not String)
enableSocialShare: true, // Social share icon activation (Type of Value: Boolean. Not String)
/** Comment */
repoId: 'MDEwOlJlcG9zaXRvcnkxMjE2MTUxNzk=',
category: 'Comment',
categoryId: 'DIC_kwDOBz-zS84CSqPm',
/** Optional */
googleGTag: 'G-GX6YBKFNSN', // Google Analytics G-Tag. ex. 'G-GX6YBKFNSN'
googleSearchConsole: '', // content value in HTML tag of google search console ownership verification. ex. 'yVb-5RupSxz0n597I3F2TyflhbyZqUs8rHyLmrzqJB4'
googleAdsenseSlot: '', // Google Adsense Slot. ex.'5791074071'
googleAdsenseClient: 'pub-7954241517411559', // Google Adsense Client. ex.'ca-pub-7954241517411559'
};