Skip to content

Commit c062263

Browse files
committed
Add config for jekyll-compose
- open editor when creating a post - add default front matter
1 parent a3873b0 commit c062263

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

_config.yml

+12
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,18 @@ jekyll-archives:
2828
tag: tag-archive
2929
category: category-archive
3030

31+
jekyll_compose:
32+
auto_open: true
33+
default_front_matter:
34+
drafts:
35+
comments: true
36+
categories: []
37+
tags: []
38+
posts:
39+
comments: true
40+
categories: []
41+
tags: []
42+
3143
collections:
3244
conference-notes:
3345
output: true

0 commit comments

Comments
 (0)