Skip to content

Commit f8cbe40

Browse files
committed
configuration update
1 parent 24badd7 commit f8cbe40

1 file changed

Lines changed: 48 additions & 48 deletions

File tree

_config.yml

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff 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
233233
defaults:
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

0 commit comments

Comments
 (0)