-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_config.yml
111 lines (84 loc) · 2.16 KB
/
_config.yml
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
## => Site Settings
##############################
url : https://plrg.korea.ac.kr
title : PLRG @ Korea University
description: > # this means to ignore newlines until "Language & timezone"
Programming Language Research Group (PLRG) @ Korea University
## => Language and Timezone
##############################
timezone: Asia/Seoul
## => Author and Social
##############################
author:
type : organization
name : PLRG @ Korea University
avatar : /assets/images/logo.png
email : jihyeok_park@korea.ac.kr
youtube : ku-plrg
github : ku-plrg
## => GitHub Repository (if the site is hosted by GitHub)
##############################
repository: ku-plrg/ku-plrg.github.io
repository_tree: main
## => Paths
##############################
paths:
home : /posts/
## => Post
##############################
## excerpt
excerpt_separator: <!--more-->
## license
license: CC-BY-4.0
## => Markdown Enhancements
##############################
# Mathjax
# (See https://kitian616.github.io/jekyll-TeXt-theme/post/2017/07/07/mathjax.html)
mathjax: true
mathjax_autoNumber: true
# Mermaid
# (See https://kitian616.github.io/jekyll-TeXt-theme/post/2017/06/06/mermaid.html)
mermaid: true
# Chart
# (See https://kitian616.github.io/jekyll-TeXt-theme/post/2017/05/05/chart.html)
chart: true
## => Paginate
##############################
paginate: 8
paginate_path: /posts/page:num
## => Search
##############################
search:
provider: default # "default" (default), false, "google", "custom"
## Google Custom Search Engine
google:
custom_search_engine_id: # Google Custom Search Engine ID
## => Analytics
##############################
analytics:
provider: google
## Google Analytics
google:
tracking_id : G-RPGXB995RD
## => Build
##############################
defaults:
- scope:
path: ""
type: posts
values:
layout: article
sharing: true
aside:
toc: true
show_author_profile: true
show_edit_on_github: true
pageview: true
## => Plugins
##############################
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-sitemap
- jemoji
- jekyll-redirect-from