-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
243 lines (214 loc) · 5.46 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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
# Ref:
#
# https://help.github.com/articles/configuring-jekyll/
# https://jekyllrb.com/docs/configuration/
remote_theme: akhyarrh/apropixyll
date_format: '%d %B %Y'
header_pages:
- README.md
- kontak.html
show_related_posts: true
# used on kontak page to send email through formspree
email: 'maywlrba'
# pixyll text translated to indonesian
text:
pagination:
newer: 'Lebih Baru'
older: 'Lebih Lama'
share_buttons:
text: 'Bagikan postingan ini!'
facebook: 'Bagikan di Facebook'
twitter: 'Bagikan di Twitter'
googleplus: 'Bagikan di Google+'
linkedin: 'Bagikan di LinkedIn'
digg: 'Bagikan di Digg'
tumblr: 'Bagikan di Tumblr'
reddit: 'Bagikan di Reddit'
stumbleupon: 'Bagikan di StumbleUpon'
hackernews: 'Bagikan di Hacker News'
post:
updated: 'Diperbarui'
minute_read: 'menit baca'
related_posts: 'Post Lainnya'
index:
coming_soon: 'Segera hadir...'
contact:
name: 'Nama kamu'
email: 'Alamat emailmu'
content: 'Apa yang ingin kamu sampaikan?'
subject: 'Pesan baru!'
submit: 'Kirim'
ajax:
sending: 'Mengirim...'
sent: 'Terkirim!'
error: 'Ada kesalahan!'
thanks: 'Terima kasih sudah menghubungi saya. Saya akan segera membalas pesanmu.'
og_locale: 'id_ID'
comment:
header: 'Komentar'
name: 'Nama Kamu.'
url: 'Link ke website, blog, atau social media kamu.'
message: 'Isi komentarmu.'
submit: 'Kirim Komentar'
#theme: minima
#show_excerpts: true
#minima:
# date_format: "%d %B %Y"
#header_pages:
# - profil.md
# - privasi.md
# - kontak.html
#twitter_username: akhyarrh
#github_username: akhyarrh
timezone: Asia/Makassar
title: "AkhyarRH's Weblog"
tagline: 'Semua tentang berbagi hal yang berarti bagi saya.'
description: >
Selamat datang di sudut kecil internet saya, tempat teknologi, gaming, dan catatan pribadi bertemu.
Di sini, saya menyampaikan apapun dengan gaya apa adanya.
Jika kamu seorang penggemar teknologi atau gamer yang mencari ulasan, insight, dan sudut pandang unik, kamu berada di tempat yang tepat.
Yuk, eksplorasi, curhat, dan terhubung bareng!
url: &url 'https://akhyar.js.org'
baseurl: ""
repository: akhyarrh/akhyarrh.github.io
# Staticman url
staticman_url: 'https://staticman-akhyarrh.netlify.app/.netlify/functions/staticman'
# WTF IS THIS THING
# used by <html lang>
lang: id
# used by jekyll-seo-tag (?)
locale: id_ID
# blah
language: id-ID
# used by jekyll-seo-tag
twitter:
username: akhyarrh
card: summary_large_image
# used by jekyll-seo-tag
social:
name: 'M Akhyar Rahman H'
links:
- https://twitter.com/akhyarrh
- https://github.com/akhyarrh
# site verification
# used by jekyll-seo-tag
webmaster_verifications:
google: 'sXiK2vNEKhChWPst96RcH9KxGl4Ib5QbR02dPWIVEts'
bing: 'E9A1908DCAA52A63BF7B5F67DB05745D'
alexa: 'gXuVtj4bXDWiVB_ihCJijNBQNj8'
# yandex: 1234
# baidu: 1234
# facebook: 1234
# not used currently
#naver_site_verification : 6317134cb9bef4388b660148341705f37c442045
permalink: /:title/
paginate: 10
paginate_path: "/page:num/"
show_drafts: false
future: false
unpublished: false
# Hey jekyll, dont include this:
exclude:
- CNAME
- Gemfile*
- LICENSE
- Makefile
- Rakefile
- netlify.toml
- node_modules
- vendor
- staticman.yml
- package.json
- package-lock.json
- jampack.config.js
sass:
style: expanded
sourcemap: development
verbose: true
defaults:
# _posts
- scope:
path: ""
type: posts
values:
layout: post
# _pages
- scope:
path: ""
type: pages
values:
layout: page
# https://help.github.com/articles/configuring-jekyll-plugins/#default-plugins
plugins:
- jekyll-remote-theme
- jekyll-redirect-from
- jekyll-github-metadata
- jekyll-commonmark
- jekyll-gist
- jekyll-mentions
- jekyll-relative-links
- jemoji
- jekyll-target-blank
#- jekyll-og-image
- jekyll-paginate
- jekyll-seo-tag
- jekyll-feed
- jekyll-sitemap
markdown: CommonMark
commonmark:
options: ['SMART','FOOTNOTES','UNSAFE']
extensions: ['table', 'strikethrough', 'autolink']
render:
header_ids: true # Enable auto-IDs for headings
jekyll-mentions: "https://twitter.com"
# jekyll-og image
#og_image:
#verbose: true
#domain: 'akhyar.js.org'
#canvas:
#background_color: "#333333"
#header:
#color: "#ffffff"
#content:
#font_family: 'Georgia, Regular'
#color: "#ffffff"
#border_bottom:
#width: 50
# prose.io
prose:
rooturl: '_posts'
siteurl: *url
relativeLinks: 'https://akhyar.js.org/links.jsonp'
media: 'assets/uploads'
metadata:
_posts:
- name: "published"
field:
element: "checkbox"
value: false
- name: "title"
field:
element: "text"
label: "Title"
- name: "last_modified_at"
field:
element: "text"
label: "Modified Date"
placeholder: CURRENT_DATETIME
- name: "image"
field:
element: "text"
label: "Image"
help: "This image displayed & used for SEO stuff."
- name: "categories"
field:
element: "multiselect"
label: "Categories"
alterable: true
options: "https://akhyar.js.org/categories.jsonp?callback=categories"
- name: "tags"
field:
element: "multiselect"
label: "Tags"
alterable: true
options: "https://akhyar.js.org/tags.jsonp?callback=tags"