@@ -24,7 +24,7 @@ description: >- # used by seo meta and the atom feed
2424
2525# Fill in the protocol & hostname for your site.
2626# e.g. 'https://username.github.io', note that it does not end with a '/'.
27- url : " https://theyosh.github.io"
27+ url : ' https://theyosh.github.io'
2828
2929feed :
3030 disable_in_development : true
@@ -43,7 +43,7 @@ social:
4343 # It will be displayed as the default author of the posts and the copyright owner in the Footer
4444 name : TheYOSH
4545 email : terrariumpi@theyosh.nl # change to your email address
46- fediverse_handle : " @theyosh@mastodon.theyosh.nl" # change to your fediverse handle or leave empty
46+ fediverse_handle : ' @theyosh@mastodon.theyosh.nl' # change to your fediverse handle or leave empty
4747 links :
4848 # The first element serves as the copyright owner's link
4949 # - https://twitter.com/username # change to your twitter homepage
156156paginate : 6
157157
158158# The base URL of your site
159- baseurl : " /TerrariumPI"
159+ baseurl : ' /TerrariumPI'
160160
161161target-blank :
162162 add_css_classes : external
@@ -172,7 +172,7 @@ plugins:
172172# ------------ The following options are not recommended to be modified ------------------
173173
174174kramdown :
175- footnote_backlink : " ↩︎"
175+ footnote_backlink : ' ↩︎'
176176 syntax_highlighter : rouge
177177 syntax_highlighter_opts : # Rouge Options › https://github.com/jneen/rouge#full-options
178178 css_class : highlight
@@ -197,7 +197,7 @@ collections:
197197
198198defaults :
199199 - scope :
200- path : " " # An empty string here means all files in the project
200+ path : ' ' # An empty string here means all files in the project
201201 type : posts
202202 values :
203203 layout : post
@@ -213,7 +213,7 @@ defaults:
213213 values :
214214 comments : false
215215 - scope :
216- path : " "
216+ path : ' '
217217 type : tabs # see `site.collections`
218218 values :
219219 layout : post
@@ -224,7 +224,7 @@ defaults:
224224 width : 100%
225225 height : auto
226226 - scope :
227- path : " "
227+ path : ' '
228228 type : hardware
229229 values :
230230 layout : post
@@ -235,7 +235,7 @@ defaults:
235235 width : 75%
236236 height : auto
237237 - scope :
238- path : " "
238+ path : ' '
239239 type : faq
240240 values :
241241 layout : faq
@@ -258,7 +258,7 @@ defaults:
258258 values :
259259 swcache : true
260260 - scope :
261- path : " assets/img"
261+ path : ' assets/img'
262262 values :
263263 image : true
264264
@@ -278,13 +278,13 @@ compress_html:
278278 envs : [development]
279279
280280exclude :
281- - " *.gem"
282- - " *.gemspec"
281+ - ' *.gem'
282+ - ' *.gemspec'
283283 - docs
284284 - tools
285285 - README.md
286286 - LICENSE
287- - " *.config.js"
287+ - ' *.config.js'
288288 - package*.json
289289
290290jekyll-archives :
0 commit comments