forked from init-engineer/init-engineer.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
151 lines (137 loc) · 3.28 KB
/
_config.yml
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
# Site Settings
name: 純靠北工程師
title: 純靠北工程師 | 共同協作部落格
description: 純靠北工程師的共同協作部落格。
tags:
- blog
- template
- jekyll
- theme
- netlify
email: [email protected]
disqus_username: kantaideveloper
show_hero: true
menu:
- title: 首頁
url: /
- title: 產生器
url: /category/generator
- title: 小工具
url: /category/tools
- title: 作者
url: /about
- title: 聯絡
url: /contact
- title: 訂閱
url: /feed.xml
# Social Media Settings
# Remove the item if you don't need it
github_username: init-engineer
facebook_username: init.kobeengineer
twitter_username: kaobei_engineer
instagram_username: kaobei.engineer
# linkedin_username: linkedin_username
# medium_username: medium_username
plurk_username: kaobei_engineer
# Posts Settings
show_time_bar: true
show_modal_on_exit: false
show_modal_on_finish_post: true
two_columns_layout: true
# Advanced Settings
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site
google_analytics: "UA-89952948-5"
language: "zh-TW"
categories_folder: category
sent_message_url: "/contact/message-sent/"
# Translations Settings
translations:
text:
new_post: "最新文章"
see_also: "也可以看看"
search: "搜尋"
author: "作者"
share: "分享"
comments: "回應"
button:
read_now: "來去看看"
share_on_twitter: "分享到 Twitter"
share_on_facebook: "分享到 Facebook"
pagination:
page: "Page"
of: "of"
next_page: "下一頁"
next_post: "上一頁"
recommendation:
text: "來看看下一篇文章?"
back_btn: "回到頂部"
error_404:
title: "找不到頁面 :("
message: "不好意思,我們找不到您要的頁面,但這並不意味著是我們的問題,而是你該思考你的網址有沒有打錯?"
image_alt: "404 - 找不到頁面"
contact:
title: "聯絡我們"
subject: "New contact!"
submit_btn: "送出"
placeholders:
name: "Your name"
email: "Your e-mail"
message: "Your message"
errors:
locale: "zh-TW"
empty_name: "Name is required"
empty_email: "Email is required"
invalid_email: "Email is invalid"
empty_message: "Message is required"
after_send:
title: "Message sent!"
message: "Thank you for sending me a message. I'm going to answer ASAP."
# Build settings
markdown: kramdown
highlighter: rouge
permalink: /:title/
collections:
authors:
output: true
paginate_path: "/page/:num/"
show_get_theme_btn: false
use_logo: false
# Content paginator
paginate_content:
enabled: true
debug: false
collections:
- posts
auto: false
separator: "--page-break--"
permalink: "/:num/"
seo_canonical: true
properties:
part:
is_generated: true
last:
is_generated: true
single:
is_generated: true
# SASS
sass:
style: compressed
# Plugins
plugins:
- jekyll-paginate
- jekyll-paginate-content
# Exclude my node related stuff
exclude: [
'package.json',
'package-lock.json',
'src',
'node_modules',
'initpost.sh',
'Gemfile',
'Gemfile.lock',
'gulpfile.js',
'README.md'
]
# Theme
version: v3.1.0