-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_config.yml
More file actions
112 lines (98 loc) · 3.37 KB
/
_config.yml
File metadata and controls
112 lines (98 loc) · 3.37 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
title: Rooam Lee's Blog
author:
name: leewr9
email: leewr9@naver.com
url: https://leewr9.github.io
# The `>` after `description:` means to ignore line-breaks until next key.
# If you want to omit the line-break after the end of text, use `>-` instead.
description: >
Python Developer | Automation, Backend & Data Engineering
# Build settings
# If you clone the Minima repo and build locally, use this setting.
theme: minima
# As of November 2023, GitHub Pages still uses Minima 2.5.1 (https://pages.github.com/versions/).
# If you want to use the latest Minima version on GitHub Pages, use the following setting and
# add a line comment on "theme: minima" above.
#remote_theme: jekyll/minima
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-paginate
- jekyll-sitemap
# Theme-specific settings
# Set to `true` to show excerpts on the homepage.
#show_excerpts: false
# Set your Google Analytics id to receive `pageview` events.
# To remove Google Anaylics from your page, remove the line below.
google_analytics: G-9QNDMD0DLB
defaults:
- scope:
path: ""
type: posts
values:
layout: post
author: Rooam Lee
permalink: /post/:categories/:title/
comments: true
collections:
posts:
output: true
paginate: 10
paginate_path: /page/:num/
comments:
active: giscus # The global switch for posts comments, e.g., 'disqus'. Keep it empty means disable
# The active options are as follows:
disqus:
shortname: # fill with the Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname
# utterances settings › https://utteranc.es/
utterances:
repo: # <gh-username>/<repo>
issue_term: # < url | pathname | title | ...>
# Giscus options › https://giscus.app
giscus:
repo: leewr9/leewr9.github.io
repo_id: R_kgDONSl-SQ
category: Comments
category_id: DIC_kwDONSl-Sc4Ckjoj
theme: preferred_color_scheme
# Minima specific settings, which are only available from Minima 3.0 onward.
minima:
# Minima skin selection.
# Available skins are:
# classic Default, light color scheme.
# dark Dark variant of the classic skin.
# auto Adaptive skin based on the default classic and dark skins.
# solarized-light Light variant of solarized color scheme.
# solarized-dark Dark variant of solarized color scheme.
# solarized Adaptive skin for solarized color scheme skins.
skin: auto
# Minima date format.
# The default value is "%b %d, %Y" (e.g. Nov 14, 2023)
# Refer to https://shopify.github.io/liquid/filters/date/ if you want to customize this.
#date_format: "%b-%d-%Y"
# Generate social links in footer.
social_links:
- {
platform: github,
title: "GitHub",
user_url: "https://github.com/leewr9",
}
- { platform: gmail, title: "Gmail", user_url: "mailto:leewr9@gmail.com" }
- {
platform: linkedin,
title: "LinkedIn",
user_url: "https://www.linkedin.com/in/rooam-lee",
}
- { platform: x, title: "Twitter", user_url: "https://x.com/rooam_lee" }
- {
platform: instagram,
title: "Instagram",
user_url: "https://www.instagram.com/rooam_lee",
}
- {
platform: stackoverflow,
title: "Stack Overflow",
user_url: "https://stackoverflow.com/users/28407569/rooam-lee",
}
# Display posts with future dates.
future: false