-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
53 lines (47 loc) · 1.03 KB
/
_config.yml
File metadata and controls
53 lines (47 loc) · 1.03 KB
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
# 기본 설정
title: DevYulBae
description: AI/ML Engineer's Tech Blog
url: "https://devyulbae.github.io"
baseurl: ""
# 작성자 정보
author:
name: Seongyul Bae
bio: AI/ML Engineer
avatar: /assets/images/profile.jpg
social:
github: https://github.com/devyulbae
linkedin: https://linkedin.com/in/devyulbae
instagram: https://instagram.com/xyul_00
email: mailto:your.email@example.com
# 빌드 설정
markdown: kramdown
kramdown:
math_engine: mathjax
syntax_highlighter: rouge
syntax_highlighter_opts:
block:
line_numbers: true
permalink: /:categories/:title/
# 플러그인 설정
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
# 기본값 설정
defaults:
- scope:
path: ""
type: posts
values:
layout: post
author_profile: true
read_time: true
comments: true
share: true
related: true
# 테마 설정
theme_config:
default_theme: dark # 기본 테마 (dark, light, neon, blue 중 선택)
# Include 설정 추가
include:
- _pages