{"id":13317066,"url":"https://github.com/tombreit/mkdocs-git-latest-changes-plugin","last_synced_at":"2026-04-23T03:33:10.158Z","repository":{"id":208483148,"uuid":"721738583","full_name":"tombreit/mkdocs-git-latest-changes-plugin","owner":"tombreit","description":"MkDocs plugin that allows you to display a list of recently modified pages from the Git log","archived":false,"fork":false,"pushed_at":"2025-12-06T11:15:38.000Z","size":3698,"stargazers_count":5,"open_issues_count":3,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-09T09:37:09.853Z","etag":null,"topics":["mkdocs","mkdocs-plugin"],"latest_commit_sha":null,"homepage":"https://tombreit.github.io/mkdocs-git-latest-changes-plugin/","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/tombreit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"tombreit"}},"created_at":"2023-11-21T17:12:52.000Z","updated_at":"2025-12-05T20:22:07.000Z","dependencies_parsed_at":"2023-12-05T12:27:18.128Z","dependency_job_id":"b63c5c09-66e7-4240-832e-96826b74c147","html_url":"https://github.com/tombreit/mkdocs-git-latest-changes-plugin","commit_stats":null,"previous_names":["tombreit/mkdocs-git-latest-changes-plugin"],"tags_count":23,"template":false,"template_full_name":null,"purl":"pkg:github/tombreit/mkdocs-git-latest-changes-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tombreit%2Fmkdocs-git-latest-changes-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tombreit%2Fmkdocs-git-latest-changes-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tombreit%2Fmkdocs-git-latest-changes-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tombreit%2Fmkdocs-git-latest-changes-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tombreit","download_url":"https://codeload.github.com/tombreit/mkdocs-git-latest-changes-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tombreit%2Fmkdocs-git-latest-changes-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32165067,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-23T02:19:40.750Z","status":"ssl_error","status_checked_at":"2026-04-23T02:17:55.737Z","response_time":53,"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":["mkdocs","mkdocs-plugin"],"created_at":"2024-07-29T18:23:44.681Z","updated_at":"2026-04-23T03:33:10.120Z","avatar_url":"https://github.com/tombreit.png","language":"Python","funding_links":["https://github.com/sponsors/tombreit"],"categories":[],"sub_categories":[],"readme":"\u003c!--\nSPDX-FileCopyrightText: 2023 Thomas Breitner\n\nSPDX-License-Identifier: MIT\n--\u003e\n\n# mkdocs-git-latest-changes-plugin\n\nMkDocs plugin that allows you to display a list of recently modified pages from the Git log\n\n[![PyPI - Version](https://img.shields.io/pypi/v/mkdocs-git-latest-changes-plugin?color=rgb(17%2C%20148%2C%20223)\u0026link=https%3A%2F%2Fpypi.org%2Fproject%2Fmkdocs-git-latest-changes-plugin%2F)](https://pypi.org/project/mkdocs-git-latest-changes-plugin/)\n[![REUSE status](https://api.reuse.software/badge/github.com/tombreit/mkdocs-git-latest-changes-plugin)](https://api.reuse.software/info/github.com/tombreit/mkdocs-git-latest-changes-plugin)\n[![Checked with mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](https://mypy-lang.org/)\n[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)\n![pre-commit enabled](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit\u0026logoColor=white)\n\n## Demo \u0026 Docs\n\n\u003chttps://tombreit.github.io/mkdocs-git-latest-changes-plugin/\u003e\n\n## Setup\n\nInstall the plugin [PyPI package](https://pypi.org/project/mkdocs-git-latest-changes-plugin/):\n\n```bash\npip install mkdocs-git-latest-changes-plugin\n```\n\nConfigure `mkdocs.yml`:\n\n```yaml\nplugins:\n  - git-latest-changes\n```\n\n## Usage\n\nUse `{{ latest_changes }}` in your Markdown page(s) where the latest git changes should be inserted as a table.\n\n### Configuration\n\n\u003chttps://tombreit.github.io/mkdocs-git-latest-changes-plugin/#configuration\u003e\n\n## Development\n\n```bash\npip install -e .[dev]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftombreit%2Fmkdocs-git-latest-changes-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftombreit%2Fmkdocs-git-latest-changes-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftombreit%2Fmkdocs-git-latest-changes-plugin/lists"}