diff --git a/build_site.sh b/build_site.sh index 463ee690..93857f95 100755 --- a/build_site.sh +++ b/build_site.sh @@ -69,4 +69,6 @@ buildPlugin() find ./plugins -mindepth 1 -name *.yml | while read file; do buildPlugin "$file" +find ./themes -mindepth 1 -name *.yml | while read file; do + buildPlugin "$file" done