-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_config-ko.yml
More file actions
52 lines (46 loc) · 1.09 KB
/
_config-ko.yml
File metadata and controls
52 lines (46 loc) · 1.09 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
# 한국어 사이트 설정
locale: "ko-KR"
title: "Thaki Cloud Tech Blog | 다키클라우드 기술 블로그"
description: "AI/ML Engineering, LLMOps, DevOps 분야의 최신 기술과 실무 경험을 공유하는 전문 기술 블로그입니다."
lang: "ko"
# 언어별 URL 설정
url: "https://thakicloud.github.io"
baseurl: ""
# 검색 설정
search: true
search_full_content: true
search_provider: lunr
lunr:
search_within_pages: true
# 언어별 기본값 설정
defaults:
- scope:
path: "_posts/ko"
type: posts
values:
layout: single
author_profile: true
read_time: false
comments: false
share: false
related: true
lang: ko
permalink: /ko/:categories/:title/
- scope:
path: "_pages/ko"
type: pages
values:
layout: single
author_profile: true
lang: ko
# 한국어 네비게이션 설정
navigation: ko
# 한국어 카테고리 아카이브
category_archive:
type: liquid
path: /ko/posts/
tag_archive:
type: liquid
path: /ko/tags/
# 한국어 페이지네이션
paginate_path: /ko/page:num/