{"id":34497353,"url":"https://github.com/antonmedv/gitmal","last_synced_at":"2026-01-13T20:40:05.813Z","repository":{"id":327115208,"uuid":"1107124999","full_name":"antonmedv/gitmal","owner":"antonmedv","description":"A static page generator for repos","archived":false,"fork":false,"pushed_at":"2025-12-25T22:17:33.000Z","size":676,"stargazers_count":1108,"open_issues_count":15,"forks_count":40,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-12-27T08:49:19.245Z","etag":null,"topics":["git","go","static-site-generator"],"latest_commit_sha":null,"homepage":"","language":"Go","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/antonmedv.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,"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":"antonmedv"}},"created_at":"2025-11-30T16:18:24.000Z","updated_at":"2025-12-27T08:21:07.000Z","dependencies_parsed_at":"2025-12-05T08:11:16.526Z","dependency_job_id":null,"html_url":"https://github.com/antonmedv/gitmal","commit_stats":null,"previous_names":["antonmedv/gitmal"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/antonmedv/gitmal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antonmedv%2Fgitmal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antonmedv%2Fgitmal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antonmedv%2Fgitmal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antonmedv%2Fgitmal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/antonmedv","download_url":"https://codeload.github.com/antonmedv/gitmal/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antonmedv%2Fgitmal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28399917,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T14:36:09.778Z","status":"ssl_error","status_checked_at":"2026-01-13T14:35:19.697Z","response_time":56,"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":["git","go","static-site-generator"],"created_at":"2025-12-24T01:00:50.272Z","updated_at":"2026-01-13T20:40:05.808Z","avatar_url":"https://github.com/antonmedv.png","language":"Go","funding_links":["https://github.com/sponsors/antonmedv"],"categories":["Go","git"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"img/gitmal-color-logo.webp\" alt=\"Gitmal\" width=\"330\" height=\"330\"\u003e\u003c/p\u003e\n\n# Gitmal\n\nGitmal is a static page generator for Git repositories. Gitmal generates static HTML pages with files, commits,\ncode highlighting, and markdown rendering.\n\n## Installation\n\n```sh\ngo install github.com/antonmedv/gitmal@latest\n```\n\n```sh\ndocker run --rm -v $(pwd):/repo antonmedv/gitmal /repo\n```\n\nOr download prebuilt binary from [releases](https://github.com/antonmedv/gitmal/releases).\n\n## Usage\n\nRun gitmal in the repository dir. Gitmal will generate pages in _./output_ directory.\n\n```sh\ngitmal .\n```\n\nRun gitmal with `--help` flag, go get a list of available options.\n\n```sh\ngitmal --help\n```\n\n## Screenshots\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"img/gitmal-screenshot-code-highlighting.webp\"\u003e\u003cimg src=\"img/gitmal-screenshot-code-highlighting.webp\" alt=\"Gitmal Code Highlighting\" width=\"400\"\u003e\u003c/a\u003e\n  \u003ca href=\"img/gitmal-screenshot-file-tree.webp\"\u003e\u003cimg src=\"img/gitmal-screenshot-file-tree.webp\" alt=\"Gitmal File Tree\" width=\"400\"\u003e\u003c/a\u003e\u003cbr\u003e\n  \u003ca href=\"img/gitmal-screenshot-files.webp\"\u003e\u003cimg src=\"img/gitmal-screenshot-files.webp\" alt=\"Gitmal Files Page\" width=\"400\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Examples\n\nHere are a few examples of repos hosted on my website:\n\n- [git.medv.io/zx/](https://git.medv.io/zx/) — github.com/google/zx\n- [git.medv.io/zig/](https://git.medv.io/zig/) — codeberg.org/ziglang/zig (light theme)\n- [git.medv.io/my-badges/](https://git.medv.io/my-badges/) — github.com/my-badges/my-badges\n\nGitmal on kubernetes repository works as well. Generation on my MacBook Air M2 with `--minify` and `--gzip` flags\ntakes around 25 minutes, and the generated files weigh around 2 GB.\n\n## Themes\n\nGitmal supports different code highlighting themes. You can customize the theme with `--theme` flag.\n\n```sh\ngitmal --theme github-dark\n```\n\n## Documentation\n\n- [How to Self-Host a Git Repository?](./docs/how-to-self-host-a-git-repository.md)\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantonmedv%2Fgitmal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantonmedv%2Fgitmal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantonmedv%2Fgitmal/lists"}