-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_config.yml
More file actions
170 lines (153 loc) · 4.01 KB
/
_config.yml
File metadata and controls
170 lines (153 loc) · 4.01 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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
exclude:
- '/.history/'
- '/vendor/'
- '/node_modules/'
- '/scripts/'
- Rakefile
- Gemfile
- Gemfile.lock
- package.json
- yarn.lock
- '/webpack/'
- tsconfig.json
- '*.config.js'
- LISENCE.md
- README.md
- .jekyll-cache
- .sass-cache
# Development
livereload: true
# Site settings
title: 'kenchan0130 blog'
subtitle: "A software engineer's blog"
email:
name: Tadayuki Onishi
description: >
ソフトウェアエンジニア。記録に残したいことを雑に備忘するブログ。
投稿内容は個人の見解であり所属する組織の公式見解ではありません。
baseurl: '' # the subpath of your site, e.g. /blog/
url: 'https://kenchan0130.github.io' # the base hostname & protocol for your site
cover: '/assets/header_image.jpg'
logo: '/assets/logo.png'
profile_images:
- '/assets/profile_critical_pass.png'
- '/assets/profile_hi.png'
- '/assets/profile_standard.png'
# Build settings
markdown: kramdown
paginate: 5
paginate_path: '/page:num/'
inter_post_navigation: false
kramdown:
input: GFM
auto_ids: true
toc_levels: 1..3
syntax_highlighter: rouge
# Archive settings (see https://github.com/jekyll/jekyll-archives/)
jekyll-archives:
enabled:
- categories
- tags
layout: 'archive'
permalinks:
category: '/category/:name/'
tag: '/tag/:name/'
# algolia
algolia:
application_id: 'DEFR5IK9E2'
index_name: kenchan0130_blog
search_only_api_key: e46cd2115fe449f4b27a68bf16eaacb7
files_to_exclude:
- "*.html"
- "*.md"
- "_drafts/*"
- "_includes/*"
- "_layout/*"
- "_pages/*"
- "_legacy/*"
- "assets/**/*"
- "vender/bundle/**/*"
- "_site/*"
collections:
pages:
output: true
posts:
output: true
legacy:
output: true
defaults:
- scope:
path: '_posts/post'
type: 'posts'
values:
layout: post
permalink: /:path
- scope:
path: ''
type: 'legacy'
values:
layout: redirect
permalink: /:categories/:year/:month/:day/:title:output_ext
autoprefixer:
browsers:
- last 2 versions
# Disqus comments
# disqus_shortname: bencentra
# Category descriptions (for archive pages)
descriptions:
- cat: system-administration
desc: ''
# Social icons and sharing options
#
# Social settings are used in two places:
# * In the footer, as links to your personal profiles
# * After each blog post for sharing widgets
#
# Example:
#
# social:
# - name: Twitter # Name of the service
# icon: twitter # Font Awesome icon to use (minus fa- prefix)
# username: "@TheBenCentra" # (User) Name to display in the footer link
# url: https://twitter.com/TheBenCentra # URL of your profile (leave blank to not display in footer)
# desc: Follow me on Twitter # Description to display as link title, etc
# share: true # Include in the "Share" section of posts
social:
- name: Twitter
icon: twitter
username: kenchan0130
url: https://twitter.com/kenchan0130
desc: Follow me on Twitter
share: true
- name: Facebook
icon: facebook
username:
url:
desc: Friend me on Facebook
share: true
- name: GitHub
icon: github
username: kenchan0130
url: https://github.com/kenchan0130
desc: Fork me on GitHub
share: false
- name: Hatena
icon: hatena
username:
url:
desc: Share to Hatena Bookmark
share: true
# Social sharing protocols
# These are for automatically generating sharing metadata for FB and Twitter
# OS Protocol is for sharing the source of your site, if you're interested. For more, see osprotocol.com
protocols:
og_image: '/assets/logo.png'
og_image_type: 'image/png'
os_repo: 'https://github.com/kenchan0130/kenchan0130.github.io'
os_rcs_type: 'git'
os_src: 'git@github.com:kenchan0130/kenchan0130.github.io.git'
lazy_load_image:
src_attr_name: data-src
preload_image: 'data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=='
class_attr_values:
- lazyload