Skip to content

Commit 64546cc

Browse files
committed
feat: warn if focus-area is missing
1 parent 32ccafd commit 64546cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_plugins/checkusers.rb

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ def generate(site)
2424
person.key 'title'
2525
person.key 'institution', :nonempty
2626
person.key 'photo', :optional
27+
person.key 'focus-area', :optional
2728

2829
person.print_warnings
2930

0 commit comments

Comments
 (0)