{"id":18037424,"url":"https://github.com/jonasdoesthings/mkdocs-exclude-tagged-files","last_synced_at":"2025-03-27T09:31:28.604Z","repository":{"id":64841327,"uuid":"578764161","full_name":"JonasDoesThings/mkdocs-exclude-tagged-files","owner":"JonasDoesThings","description":"A mkdocs plugin for excluding files based on frontmatter tags","archived":false,"fork":false,"pushed_at":"2023-09-10T15:14:45.000Z","size":11,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-29T08:28:51.234Z","etag":null,"topics":["mkdocs","mkdocs-material","mkdocs-plugin","mkdocs-site"],"latest_commit_sha":null,"homepage":"","language":"Python","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/JonasDoesThings.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-12-15T20:36:59.000Z","updated_at":"2023-09-26T08:35:57.000Z","dependencies_parsed_at":"2023-02-16T04:45:20.234Z","dependency_job_id":null,"html_url":"https://github.com/JonasDoesThings/mkdocs-exclude-tagged-files","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonasDoesThings%2Fmkdocs-exclude-tagged-files","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonasDoesThings%2Fmkdocs-exclude-tagged-files/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonasDoesThings%2Fmkdocs-exclude-tagged-files/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonasDoesThings%2Fmkdocs-exclude-tagged-files/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JonasDoesThings","download_url":"https://codeload.github.com/JonasDoesThings/mkdocs-exclude-tagged-files/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222226133,"owners_count":16951818,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["mkdocs","mkdocs-material","mkdocs-plugin","mkdocs-site"],"created_at":"2024-10-30T13:08:46.045Z","updated_at":"2024-10-30T13:08:46.942Z","avatar_url":"https://github.com/JonasDoesThings.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MKDocs Exclude Tagged Files\nA simple plugin for excluding files from being included in the mkdocs output based on tags in their frontmatter.\n\n## Installation\nRun `pip install --upgrade mkdocs-exclude-tagged-files`\n\n## Configuration\nBasic Configuration in the `mkdocs.yml` file:\n```yaml\nplugins:\n  - mkdocs_exclude_tagged_files:\n      tags_to_exclude: [\"confidential\", \"excluded\"]\n```\nThis configuration will exclude all files that have one of the tags \"confidential\" or \"excluded\" in their frontmatter.  \nFor example this file will be excluded:\n```markdown\n---\ntags: [\"confidential\", \"someothertag\"]\n---\n# Content\n```\n\nBy default, the plugin strips leading `#`-symbols from tags, so the tag `#excluded` will be treated the same as `excluded`.   \nIf you want to disable this behavior set the config value `strip_leading_hashtags` to `false`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonasdoesthings%2Fmkdocs-exclude-tagged-files","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonasdoesthings%2Fmkdocs-exclude-tagged-files","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonasdoesthings%2Fmkdocs-exclude-tagged-files/lists"}