-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
55 lines (50 loc) · 1.15 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
# Theme Settings
remote_theme: "mmistakes/minimal-mistakes"
minimal_mistakes_skin: "dark"
# Site Settings
locale: "ko-KR"
title: "수학 전공자의 개발 이야기"
title_separator: "-"
subtitle: "Development Story of Mathematician"
name: "김기덕"
description: "병렬 프로그래밍 개발자의 기술 블로그"
url: "https://gideokkim.github.io"
baseurl: ""
repository: "GideokKim/GideokKim.github.io"
search: true
search_full_content: true
# Site Author
author:
name: "김기덕"
avatar: # 프로필 이미지 URL을 추가하세요
bio: "2년 차 병렬 프로그래밍 개발자"
location: "South Korea"
links:
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/GideokKim"
# Defaults
defaults:
# _posts
- scope:
path: ""
type: posts
values:
layout: single
author_profile: true
read_time: true
comments: true
share: true
related: true
show_date: true
# Outputting
permalink: /:categories/:title/
paginate: 5
paginate_path: /page:num/
# Plugins
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jekyll-include-cache