File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -218,37 +218,37 @@ collections:
218218 teaching :
219219 output : true
220220 permalink : /:collection/:path/
221- # publications:
222- # output: true
223- # permalink: /:collection/:path/
224- # portfolio:
225- # output: true
226- # permalink: /:collection/:path/
227- # talks:
228- # output: true
229- # permalink: /:collection/:path/
221+ publications :
222+ output : true
223+ permalink : /:collection/:path/
224+ portfolio :
225+ output : true
226+ permalink : /:collection/:path/
227+ talks :
228+ output : true
229+ permalink : /:collection/:path/
230230
231231
232232# These settings control how pages and collections are included in the site
233233defaults :
234234 # _posts
235- # - scope:
236- # path: ""
237- # type: posts
238- # values:
239- # layout: single
240- # author_profile: true
241- # read_time: true
242- # comments: true
243- # share: true
244- # related: true
235+ - scope :
236+ path : " "
237+ type : posts
238+ values :
239+ layout : single
240+ author_profile : true
241+ read_time : true
242+ comments : true
243+ share : true
244+ related : true
245245 # _pages
246- # - scope:
247- # path: ""
248- # type: pages
249- # values:
250- # layout: single
251- # author_profile: true
246+ - scope :
247+ path : " "
248+ type : pages
249+ values :
250+ layout : single
251+ author_profile : true
252252 # _teaching
253253 - scope :
254254 path : " "
@@ -259,31 +259,31 @@ defaults:
259259 share : true
260260 comments : true
261261 # _publications
262- # - scope:
263- # path: ""
264- # type: publications
265- # values:
266- # layout: single
267- # author_profile: true
268- # share: true
269- # comments: true
262+ - scope :
263+ path : " "
264+ type : publications
265+ values :
266+ layout : single
267+ author_profile : true
268+ share : true
269+ comments : true
270270 # _portfolio
271- # - scope:
272- # path: ""
273- # type: portfolio
274- # values:
275- # layout: single
276- # author_profile: true
277- # share: true
278- # comment: true
271+ - scope :
272+ path : " "
273+ type : portfolio
274+ values :
275+ layout : single
276+ author_profile : true
277+ share : true
278+ comment : true
279279 # _talks
280- # - scope:
281- # path: ""
282- # type: talks
283- # values:
284- # layout: talk
285- # author_profile: true
286- # share: true
280+ - scope :
281+ path : " "
282+ type : talks
283+ values :
284+ layout : talk
285+ author_profile : true
286+ share : true
287287
288288
289289# Sass/SCSS
You can’t perform that action at this time.
0 commit comments