diff --git a/projects.yaml b/projects.yaml index 3f7ec90..945be1c 100644 --- a/projects.yaml +++ b/projects.yaml @@ -1,9 +1,11 @@ configuration: markdown_header_file: "config/header.md" markdown_footer_file: "config/footer.md" + min_description_length: 0 max_description_length: 1000 # don't truncate descriptions - min_stars: 20 - min_projectrank: 5 + min_stars: 0 + min_projectrank: 0 + require_homepage: false require_license: false project_inactive_months: 12 project_dead_months: 99999 # "dead" is a somewhat strong assumption, so we avoid making it