{"id":21708290,"url":"https://github.com/pwright/ballylaneen","last_synced_at":"2026-05-06T10:39:11.603Z","repository":{"id":264532466,"uuid":"893596720","full_name":"pwright/ballylaneen","owner":"pwright","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-03T00:27:09.000Z","size":864,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-03T02:26:32.337Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pwright.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-11-24T20:55:09.000Z","updated_at":"2024-11-24T21:55:10.000Z","dependencies_parsed_at":"2024-12-17T01:27:24.229Z","dependency_job_id":"f3928739-a314-4c13-a5ce-d306236d0476","html_url":"https://github.com/pwright/ballylaneen","commit_stats":null,"previous_names":["pwright/ballylaneen"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pwright/ballylaneen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pwright%2Fballylaneen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pwright%2Fballylaneen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pwright%2Fballylaneen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pwright%2Fballylaneen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pwright","download_url":"https://codeload.github.com/pwright/ballylaneen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pwright%2Fballylaneen/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32689568,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T08:33:17.875Z","status":"ssl_error","status_checked_at":"2026-05-06T08:33:17.221Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":"2024-11-25T22:22:56.559Z","updated_at":"2026-05-06T10:39:11.585Z","avatar_url":"https://github.com/pwright.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# MkDocs Automatic Build Repository\n\nThis repository is configured to build a MkDocs site automatically every day using GitHub Actions. It also generates a `today.md` file in the `docs/` directory linking to today's \"Deaths in YYYY\" Wikipedia page.\n\nSee [Ballylaneen]( https://pwright.github.io/ballylaneen/ ).\n\n\n## Setup Instructions\n\n### Prerequisites\n\n- Python 3.x installed on your machine.\n- Virtual environment tools (`venv`) available.\n- Git installed.\n\n### Steps to Run Locally\n\n1. **Clone the Repository**\n\n   ```bash\n   git clone \u003crepository_url\u003e\n   cd \u003crepository_name\u003e\n   ```\n\n2. **Set Up Virtual Environment**\n\n   Run the `setup_env.sh` script to create and activate a virtual environment, and install the required dependencies.\n\n   ```bash\n   ./setup_env.sh\n   pip install -r requirements.txt\n   ```\n\n3. **Generate `today.md`**\n\n   Run the `create_today_md.py` script to generate the `today.md` file with a link to today's \"Deaths in YYYY\" Wikipedia page.\n\n   ```bash\n   python create_today_md.py\n   ```\n\n4. **Build the MkDocs Site**\n\n   Use MkDocs to build the site.\n\n   ```bash\n   mkdocs build\n   ```\n\n   The site will be generated in the `site/` directory.\n\n5. **Serve Locally**\n\n   Serve the MkDocs site locally to preview it.\n\n   ```bash\n   mkdocs serve\n   ```\n\n   Open your browser and navigate to `http://127.0.0.1:8000`.\n\n### GitHub Actions Setup\n\nThis repository includes a GitHub Actions workflow that:\n- Runs daily at midnight UTC.\n- Generates the `today.md` file.\n- Builds the MkDocs site.\n- Deploys the site to GitHub Pages.\n\nNo additional setup is needed for the GitHub Actions workflow; it will run automatically once pushed to a GitHub repository.\n\n## File Overview\n\n- `requirements.txt`: Lists the dependencies for MkDocs.\n- `setup_env.sh`: Script to set up the Python virtual environment and install dependencies.\n- `create_today_md.py`: Script to generate the `today.md` file.\n- `docs/index.md`: The homepage for the MkDocs site.\n- `.github/workflows/build.yml`: GitHub Actions workflow to build and deploy the site.\n\n## Notes\n\n- Ensure that the repository is linked to a GitHub Pages deployment for the site to be served publicly.\n- Modify the cron schedule in `.github/workflows/build.yml` if needed.\n\nHappy documenting!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpwright%2Fballylaneen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpwright%2Fballylaneen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpwright%2Fballylaneen/lists"}