{"id":16121915,"url":"https://github.com/monosans/mkdocs-minify-html-plugin","last_synced_at":"2026-02-26T17:06:28.717Z","repository":{"id":179654721,"uuid":"663939650","full_name":"monosans/mkdocs-minify-html-plugin","owner":"monosans","description":"MkDocs plugin for minification using minify-html, an extremely fast and smart HTML + JS + CSS minifier.","archived":false,"fork":false,"pushed_at":"2026-02-23T02:01:59.000Z","size":2013,"stargazers_count":12,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-23T08:35:52.882Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/monosans.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-07-08T13:45:13.000Z","updated_at":"2026-02-23T02:02:02.000Z","dependencies_parsed_at":"2024-04-15T06:06:05.019Z","dependency_job_id":"67be193e-f1fc-4e3b-a3c2-e36e45242122","html_url":"https://github.com/monosans/mkdocs-minify-html-plugin","commit_stats":null,"previous_names":["monosans/mkdocs-minify-html-plugin"],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/monosans/mkdocs-minify-html-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monosans%2Fmkdocs-minify-html-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monosans%2Fmkdocs-minify-html-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monosans%2Fmkdocs-minify-html-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monosans%2Fmkdocs-minify-html-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/monosans","download_url":"https://codeload.github.com/monosans/mkdocs-minify-html-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monosans%2Fmkdocs-minify-html-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29865449,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T16:38:37.846Z","status":"ssl_error","status_checked_at":"2026-02-26T16:37:58.932Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-09T21:08:42.415Z","updated_at":"2026-02-26T17:06:28.709Z","avatar_url":"https://github.com/monosans.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mkdocs-minify-html-plugin\n\n[![CI](https://github.com/monosans/mkdocs-minify-html-plugin/actions/workflows/ci.yml/badge.svg)](https://github.com/monosans/mkdocs-minify-html-plugin/actions/workflows/ci.yml)\n[![Downloads](https://static.pepy.tech/badge/mkdocs-minify-html-plugin)](https://pepy.tech/project/mkdocs-minify-html-plugin)\n\nMkDocs plugin for minification using [minify-html](https://github.com/wilsonzlin/minify-html), an extremely fast and smart HTML + JS + CSS minifier.\n\n## Usage\n\nInstall:\n\n```bash\npip install -U mkdocs-minify-html-plugin\n```\n\nActivate in `mkdocs.yml`:\n\n```yaml\nplugins:\n  - search\n  - minify_html\n```\n\n## Options\n\nA description of all options is available in the [minify_html docs](https://docs.rs/minify-html/0.16.4/minify_html/struct.Cfg.html#fields).\n\nThe default plugin options are aimed at the best possible minification while maintaining compliance with the specification:\n\n```yaml\nplugins:\n  - search\n  - minify_html:\n      allow_noncompliant_unquoted_attribute_values: false\n      allow_optimal_entities: false\n      allow_removing_spaces_between_attributes: false\n      keep_closing_tags: false\n      keep_comments: false\n      keep_html_and_head_opening_tags: false\n      keep_input_type_text_attr: true\n      keep_ssi_comments: false\n      minify_css: true\n      minify_doctype: false\n      minify_js: true\n      preserve_brace_template_syntax: false\n      preserve_chevron_percent_template_syntax: false\n      remove_bangs: false\n      remove_processing_instructions: false\n```\n\n## License\n\n[MIT](https://github.com/monosans/mkdocs-minify-html-plugin/blob/main/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonosans%2Fmkdocs-minify-html-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmonosans%2Fmkdocs-minify-html-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonosans%2Fmkdocs-minify-html-plugin/lists"}