{"id":39876818,"url":"https://github.com/emfcamp/badge-2024-documentation","last_synced_at":"2026-01-18T14:25:31.789Z","repository":{"id":228361130,"uuid":"751435021","full_name":"emfcamp/badge-2024-documentation","owner":"emfcamp","description":"Tildagon badge documentation website","archived":false,"fork":false,"pushed_at":"2025-10-05T11:30:59.000Z","size":32039,"stargazers_count":21,"open_issues_count":9,"forks_count":39,"subscribers_count":14,"default_branch":"main","last_synced_at":"2025-10-05T12:23:56.831Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://tildagon.badge.emfcamp.org/","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/emfcamp.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}},"created_at":"2024-02-01T15:55:36.000Z","updated_at":"2025-09-27T17:56:07.000Z","dependencies_parsed_at":"2024-04-11T20:33:11.463Z","dependency_job_id":"2ece3c73-5e0b-49e2-8776-6c3a9f03a654","html_url":"https://github.com/emfcamp/badge-2024-documentation","commit_stats":null,"previous_names":["emfcamp/badge-2024-documentation"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/emfcamp/badge-2024-documentation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emfcamp%2Fbadge-2024-documentation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emfcamp%2Fbadge-2024-documentation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emfcamp%2Fbadge-2024-documentation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emfcamp%2Fbadge-2024-documentation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emfcamp","download_url":"https://codeload.github.com/emfcamp/badge-2024-documentation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emfcamp%2Fbadge-2024-documentation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28537559,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T13:04:05.990Z","status":"ssl_error","status_checked_at":"2026-01-18T13:01:44.092Z","response_time":98,"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":"2026-01-18T14:25:30.943Z","updated_at":"2026-01-18T14:25:31.772Z","avatar_url":"https://github.com/emfcamp.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![ci](https://github.com/emfcamp/badge-2024-documentation/actions/workflows/ci.yml/badge.svg)](https://github.com/emfcamp/badge-2024-documentation/actions/workflows/ci.yml)\n[![Check Links](https://github.com/emfcamp/badge-2024-documentation/actions/workflows/check_links.yml/badge.svg)](https://github.com/emfcamp/badge-2024-documentation/actions/workflows/check_links.yml)\n[![Lint Markdown files](https://github.com/emfcamp/badge-2024-documentation/actions/workflows/markdown-lint.yml/badge.svg)](https://github.com/emfcamp/badge-2024-documentation/actions/workflows/markdown-lint.yml)\n[![Lint Python Code Snippets](https://github.com/emfcamp/badge-2024-documentation/actions/workflows/python-lint.yml/badge.svg)](https://github.com/emfcamp/badge-2024-documentation/actions/workflows/python-lint.yml)\n\n# Tildagon Badge Documentation\n\nThis is the source for the [Tildagon Badge Documentation](https://tildagon.badge.emfcamp.org/).\nContributions are welcome!\n\n## Testing the documentation on your computer\n\n### Project Setup\n\nRun these commands to set up a Python virtual environment and install the required packages for the project in the project folder:\n\n```sh\npip install pipenv\npipenv install\n```\n\nYou only need to run this command once.\nTo activate the virtual environment, run:\n\n```sh\npipenv shell\n```\n\nIf you open a new terminal window, navigate back to the project folder and activate the virtual environment again.\n\n### Serve the docs locally\n\nTo serve the docs locally on your machine, run the following command:\n\n```sh\nmkdocs serve\n```\n\n### Generate HTML docs\n\nTo generate the full HTML version of the docs run:\n\n```sh\nmake build-prod\n```\n\nYou can serve the resulting docs with:\n\n```sh\npython3 -m http.server 9000 --directory public\n```\n\n### Linters\n\nTo run linters locally:\n\nInstall [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) and ensure you have run `pipenv install` and `pipenv activate`.\n\nThen run the following commands to lint the markdown files and the python code snippets:\n\n```sh\nmake lint-markdown\nmake lint-py\n```\n\n## Contribute to the documentation\n\nWant to improve our documentation? Please do! You can [open a PR](https://docs.github.com/en/desktop/working-with-your-remote-repository-on-github-or-github-enterprise/creating-an-issue-or-pull-request-from-github-desktop) and we'll take a look.\n\nResources:\n\n- [Style Guide](https://www.emfcamp.org/about/branding)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femfcamp%2Fbadge-2024-documentation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femfcamp%2Fbadge-2024-documentation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femfcamp%2Fbadge-2024-documentation/lists"}