{"id":14981386,"url":"https://github.com/joe-mccarthy/bootstrap-freelancer","last_synced_at":"2026-02-09T21:33:00.841Z","repository":{"id":254320646,"uuid":"846215083","full_name":"joe-mccarthy/bootstrap-freelancer","owner":"joe-mccarthy","description":"Hugo theme based on the Start Bootstrap Freelancer Theme.","archived":false,"fork":false,"pushed_at":"2025-11-28T15:25:15.000Z","size":211,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-01T02:21:15.306Z","etag":null,"topics":["bootstrap","bootstrap-theme","hugo","hugo-blog-theme","hugo-theme"],"latest_commit_sha":null,"homepage":"https://joe-mccarthy.github.io/bootstrap-freelancer/","language":"CSS","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/joe-mccarthy.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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},"funding":{"github":"joe-mccarthy","buy_me_a_coffee":"joe_mccarthy"}},"created_at":"2024-08-22T18:45:39.000Z","updated_at":"2025-11-28T15:25:18.000Z","dependencies_parsed_at":"2025-08-29T22:31:20.350Z","dependency_job_id":null,"html_url":"https://github.com/joe-mccarthy/bootstrap-freelancer","commit_stats":{"total_commits":17,"total_committers":1,"mean_commits":17.0,"dds":0.0,"last_synced_commit":"17d6171f1277edc012db7385c1f41f10a58259bc"},"previous_names":["joe-mccarthy/bootstrap-freelancer"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/joe-mccarthy/bootstrap-freelancer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joe-mccarthy%2Fbootstrap-freelancer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joe-mccarthy%2Fbootstrap-freelancer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joe-mccarthy%2Fbootstrap-freelancer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joe-mccarthy%2Fbootstrap-freelancer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joe-mccarthy","download_url":"https://codeload.github.com/joe-mccarthy/bootstrap-freelancer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joe-mccarthy%2Fbootstrap-freelancer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29281967,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T19:05:41.198Z","status":"ssl_error","status_checked_at":"2026-02-09T19:05:37.449Z","response_time":56,"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":["bootstrap","bootstrap-theme","hugo","hugo-blog-theme","hugo-theme"],"created_at":"2024-09-24T14:03:28.838Z","updated_at":"2026-02-09T21:33:00.789Z","avatar_url":"https://github.com/joe-mccarthy.png","language":"CSS","funding_links":["https://github.com/sponsors/joe-mccarthy","https://buymeacoffee.com/joe_mccarthy"],"categories":[],"sub_categories":[],"readme":"# Bootstrap Freelancer\n\n![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/joe-mccarthy/bootstrap-freelancer/deploy-example.yml?branch=main\u0026cacheSeconds=1)\n![Sonar Quality Gate](https://img.shields.io/sonar/quality_gate/joe-mccarthy_bootstrap-freelancer?server=https%3A%2F%2Fsonarcloud.io\u0026cacheSeconds=1)\n![GitHub Release](https://img.shields.io/github/v/release/joe-mccarthy/bootstrap-freelancer?sort=semver\u0026?cacheSeconds=1)\n![GitHub commits since latest release](https://img.shields.io/github/commits-since/joe-mccarthy/bootstrap-freelancer/latest?cacheSeconds=1)\n![GitHub License](https://img.shields.io/github/license/joe-mccarthy/bootstrap-freelancer?cacheSeconds=1)\n\n## Getting Started\n\nFrom the root of your site:\n\n```bash\ngit submodule add https://github.com/joe-mccarthy/bootstrap-freelancer themes/bootstrap-freelancer\n```\n\n### Running the example-site\n\nTo try out the theme prior to changing your site to use the theme, you can start up the example site within the theme.\n\n```bash\ngit clone https://github.com/joe-mccarthy/bootstrap-freelancer\ncd example-site\nhugo server --source . --themesDir ../../ --theme bootstrap-freelancer\n```\n\nOpen your web browser to http://localhost:1313 to view the demo of the theme.\n\n### Updating\n\nFrom the root of your site:\n\n```bash\ngit submodule foreach git pull origin main\n```\n\n### Run example site\n\n```bash\nhugo new site mysite -f yaml\ncd mysite\ngit init\ngit submodule add https://github.com/joe-mccarthy/bootstrap-freelancer themes/bootstrap-freelancer\n# update config.yaml theme variable to be theme: bootstrap-freelancer\nhugo server\n```\n## Contributing\n\nHave you found a bug or got an idea for a new feature? Feel free to use the [issue tracker](https://github.com/joe-mccarthy/bootstrap-freelancer/issues) to let me know. Or make directly a [pull request](https://github.com/joe-mccarthy/bootstrap-freelancer/pulls).\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoe-mccarthy%2Fbootstrap-freelancer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoe-mccarthy%2Fbootstrap-freelancer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoe-mccarthy%2Fbootstrap-freelancer/lists"}