{"id":15057032,"url":"https://github.com/mattchristopher314/mkdocs-title-casing-plugin","last_synced_at":"2026-05-16T09:33:40.300Z","repository":{"id":57442173,"uuid":"403105647","full_name":"mattchristopher314/mkdocs-title-casing-plugin","owner":"mattchristopher314","description":"A lightweight mkdocs plugin to add title casing to all mkdocs pages and sections.","archived":false,"fork":false,"pushed_at":"2023-09-02T18:02:57.000Z","size":38,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-25T22:27:01.326Z","etag":null,"topics":["mkdocs","mkdocs-plugin"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/mkdocs-title-casing-plugin/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mattchristopher314.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2021-09-04T16:33:06.000Z","updated_at":"2023-09-26T08:55:00.000Z","dependencies_parsed_at":"2023-09-03T23:18:25.824Z","dependency_job_id":"e2ac3fa8-f62a-45da-a10b-b62546908840","html_url":"https://github.com/mattchristopher314/mkdocs-title-casing-plugin","commit_stats":null,"previous_names":["mattchristopher314/mkdocs-title-casing-plugin","rusty3141/mkdocs-title-casing-plugin"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mattchristopher314/mkdocs-title-casing-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattchristopher314%2Fmkdocs-title-casing-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattchristopher314%2Fmkdocs-title-casing-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattchristopher314%2Fmkdocs-title-casing-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattchristopher314%2Fmkdocs-title-casing-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattchristopher314","download_url":"https://codeload.github.com/mattchristopher314/mkdocs-title-casing-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattchristopher314%2Fmkdocs-title-casing-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29831718,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T15:41:19.027Z","status":"ssl_error","status_checked_at":"2026-02-25T15:40:47.150Z","response_time":61,"last_error":"SSL_read: 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":["mkdocs","mkdocs-plugin"],"created_at":"2024-09-24T22:01:10.762Z","updated_at":"2026-02-25T17:02:30.059Z","avatar_url":"https://github.com/mattchristopher314.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![PyPI](https://img.shields.io/pypi/v/mkdocs-title-casing-plugin)\r\n![PyPI - License](https://img.shields.io/pypi/l/mkdocs-title-casing-plugin)\r\n\r\n# mkdocs-title-casing-plugin\r\nA lightweight mkdocs plugin to add title casing to all mkdocs pages and sections.\r\nUses [python-titlecase](https://github.com/ppannuto/python-titlecase) for formatting.\r\n\r\n## Setup\r\n\r\nInstall the plugin using pip:\r\n\r\n```bash\r\npip install mkdocs-title-casing-plugin\r\n```\r\n\r\nInclude the plugin in `mkdocs.yml`. For example:\r\n\r\n```yml\r\nplugins:\r\n  - search\r\n  - title-casing\r\n```\r\n\r\n\u003e If this is the first `plugins` entry that you are adding, you should probably also add `search` as this is enabled by default.\r\n\r\n## Usage\r\n\r\nWhen the plugin is enabled, all section and page titles will be converted to use Title Case. For example, `War and peace` becomes `War and Peace`.\r\n\r\n### Configuration\r\n\r\n* `capitalization_type` (string)\r\n  * `title` - default - gives `War and Peace`.\r\n  * `first_letter` - gives `War And Peace`.\r\n* `default_page_name` (string). The page name to use when it cannot be determined automatically. Default is `Home`.\r\n\r\n#### Example mkdocs.yml\r\n\r\n```yml\r\nplugins:\r\n  - search\r\n  - title-casing:\r\n      capitalization_type: first_letter\r\n      default_page_name: Index\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattchristopher314%2Fmkdocs-title-casing-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattchristopher314%2Fmkdocs-title-casing-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattchristopher314%2Fmkdocs-title-casing-plugin/lists"}