-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
124 lines (103 loc) · 2.33 KB
/
config.yaml
File metadata and controls
124 lines (103 loc) · 2.33 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
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
112
113
114
115
116
117
118
119
120
121
122
baseURL: 'https://ljweel.github.io/'
languageCode: 'ko'
defaultContentLanguage: 'ko'
title: '장어의 블로그'
theme: 'PaperMod'
# 한국어 설정
languages:
ko:
languageName: '한국어'
weight: 1
params:
title: 'ljweel의 블로그'
description: '개인 블로그'
menu:
main:
- identifier: posts
name: post
url: /posts/
weight: 10
- identifier: categories
name: category
url: /categories/
weight: 20
- identifier: tags
name: tag
url: /tags/
weight: 30
- identifier: archives
name: archive
url: /archives/
weight: 40
outputs:
home:
- HTML
- RSS
- JSON
# PaperMod 테마 설정
params:
env: production
title: 'ljweel의 블로그'
description: '개인 블로그'
keywords: [Blog, Portfolio, PaperMod]
author: ljweel
images: ['<link or path of image for opengraph, twitter-cards>']
# Profile Mode 설정
profileMode:
enabled: true
title: "이정우 ljweel"
subtitle: "Python과 code golf를 좋아합니다 · 장어라고 불러주시면 됩니다"
imageUrl: "images/profile.png" # 프로필 이미지 (static/images/ 폴더에 추가)
imageWidth: 200
imageHeight: 200
imageTitle: "Profile Image"
socialIcons:
- name: github
url: "https://github.com/ljweel"
# 검색 기능 활성화
Search: true
# 다크 모드 토글
defaultTheme: auto
# 코드 복사 버튼
ShowCodeCopyButtons: true
# 표지 이미지
ShowPostNavLinks: true
# 목차
ShowToc: true
TocOpen: true
# 메타 정보 표시
ShowReadingTime: false
ShowWordCount: false
# 댓글 (필요시 활성화)
comments: true
# 소셜 공유 버튼
ShowShareButtons: false
# Breadcrumb 네비게이션
ShowBreadCrumbs: true
# 커스텀 CSS (필요시)
customCSS: []
# 커스텀 JS (필요시)
customJS: []
ShowDate: true
ShowLastMod: false
markup:
goldmark:
renderer:
unsafe: true
highlight:
noClasses: false
codeFences: true
guessSyntax: true
lineNos: false
style: github
taxonomies:
category: categories
tag: tags
series: series
frontmatter:
date:
- date
lastmod:
- :git
enableRobotsTXT: true
enableGitInfo: true