-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
183 lines (166 loc) · 5.72 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
# Website info
url : https://blog.purwadi.web.id
baseurl : / # edit baseurl to simply '/' if using as your personal page (instead of a project page)
CNAME : blog.purwadi.web.id
title : Sigit Purwadi's Blog
description : You're nobody until you're talked about
version : v.2.7.3
cover : assets/images/blog-cover-astro.webp
#logo : assets/images/logo/blog-logos.png
logo_white : assets/images/icons/icon-white.svg
logo_dark : assets/images/icons/icon-dark.svg
favicon : assets/images/icons/favicon-192x.png
# production_url: https://blog.purwadi.web.id/v2/
# source_url : https://github.com/spurwadi2/v2/
timezone : Asia/Jakarta
# Social media and publication on site-nav.html
twitter : sgitsp
facebook : SigitOfficial
instagram : sgitsp
mastodon : sgitsp
github : spurwadi
linkedin : SPurwadi
youtube : spurwadi
google_plus : https://plus.google.com/111158361004969556148
# Social media meta tag and OpenGraph
twitter_card_images: twitter-images-280x150.jpg
og_images : OG-images-1200x1200.jpg
facebook_app_id : 106994376015650
facebook_user_id: 100000333350212
facebook_page_id: 309668355825706
# Search Engine Verification & Analytics
google_analytics: UA-61535015-2
google_verify : oEfgtpe8RoaSXmpUaa-vPjD2D-l6jv5uFiJB7mFOyFA
bing_verify : 732F0388A96A6CD82BBC5006CF4E2A49
# Read Time is a calculator tp provide post read-time based on word count. Usage is recommended.
read-time : true
wpm : 200 # Specify the average Words per minute. If not defined, 180 will be used
# Site navigation bar settings
navigation : True # show the navbar links
subscribers : True # you need to connect an external service for this to work, if 'True' the submit button is disabled for now, but you can change that by editing `_includes/subscribe-form.html`
# Disqus comment section
disqus : True
disqus_shortname: spurwadi # replace with your disqus username
# Jekyll configuration
markdown : kramdown
kramdown :
input : GFM
auto_ids : true
footnote_nr : 1
entity_output : as_char
toc_levels : 1..6
enable_coderay: false
footnote_backlink: '↩︎'
highlighter : rouge
paginate : 15 # it will paginate after this number
paginate_path : "page:num"
language : 'en-uk'
# Permalinks
permalink : :title
# permalink : :topic # Topics' info in `_data/topics.yml`
# permalink : /author/:author # Authors' info in `_data/authors.yml`
# permalink : /topic/:tag # Tags' info in `_data/tags.yml`
# Gemfiles and other config
plugins :
- jekyll-feed
- jekyll-paginate
- jekyll-mentions
- jekyll-linkpreview
- jekyll-cloudinary
cloudinary :
cloud_name : sgtsp
only_prod : true
verbose : false
#origin_url : https://another-domain.com
presets :
default :
min_width : 500
max_width : 1040
fallback_max_width: 1040
steps : 5
sizes : "(min-width: 500px) 500px, 100vw"
onethird :
min_width : 110
max_width : 535
fallback_max_width: 300
steps : 3
sizes : "(min-width: 50rem) 17rem, 30vw"
attributes:
class : "cloudinary-one3rd"
loading : "lazy"
small :
min_width : 500
max_width : 1040
fallback_max_width: 1040
steps : 5
sizes : "(min-width: 500px) 500px, 50vw"
attributes:
class : "cloudinary-small"
loading : "lazy"
full :
min_width : 500
max_width : 1040
fallback_max_width: 1040
steps : 5
sizes : "(min-width: 500px) 500px, 100vw"
attributes:
class : "cloudinary-full"
loading : "lazy"
feed :
path : feed.xml
jekyll-mentions :
base_url : https://twitter.com
# HTML compress, see http://jch.penibelst.de/
compress_html :
clippings : all
comments : all
endings : all
ignore :
envs : [local]
blanklines : False
profile : False
startings : [html, head, body]
# Settings for deploy rake task
# Settings for building master branch with travis-ci with jekyll-travis
# Username and repo of Github repo, e.g. https://github.com/USERNAME/REPO.git username defaults to ENV['GIT_NAME'] used by Travis repo defaults to USERNAME.github.io
# Branch defaults to "source" for USERNAME.github.io or "master" otherwise
safe : False
lsi : False
username : spurwadi2
repo : v2
branch : master
relative_source : ../v2/
destination : ../blog/_build/
production_url : https://blog.purwadi.web.id/
source_url : https://github.com/spurwadi2/v2/
#keep_files : [assets]
#incremental : true
include : [".htaccess"]
exclude :
- assets/css
- node_modules
- vendor
- .travis.yml
- Gemfile
- Gemfile.lock
- GHOST.txt
- gulpfile.js
- paths.js
- LICENSE
- package.json
- package-lock.json
- Rakefile
- README.md
- script.py
- changelog.md
- "*.Rmd"
- .git*
- Gruntfile.js
#- .jekyll-cache # For jekyll v.4.0 update
- assets/uncompress
- assets/*.bak
- assets/.temp
- _build
- "*.bak"
- ".code-workspace"
- .vscode