{"id":21545265,"url":"https://github.com/8hobbies/hugo-apt","last_synced_at":"2025-04-10T05:31:28.364Z","repository":{"id":235046430,"uuid":"789964144","full_name":"8hobbies/hugo-apt","owner":"8hobbies","description":"An unofficial APT repository that contains the latest Hugo for Debian, Ubuntu, and other Debian derivatives.","archived":false,"fork":false,"pushed_at":"2025-03-23T03:05:22.000Z","size":91,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-23T04:18:36.611Z","etag":null,"topics":["debian","hugo","ubuntu"],"latest_commit_sha":null,"homepage":"https://hugo-apt.8hob.io","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/8hobbies.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-22T02:18:25.000Z","updated_at":"2025-03-23T03:05:24.000Z","dependencies_parsed_at":"2024-06-03T04:10:13.040Z","dependency_job_id":"fc33a64b-b55b-421f-b847-a31d65dd721f","html_url":"https://github.com/8hobbies/hugo-apt","commit_stats":{"total_commits":69,"total_committers":2,"mean_commits":34.5,"dds":"0.46376811594202894","last_synced_commit":"70e755ade1882958b98d18a64f3c9173a0858a45"},"previous_names":["8hobbies/hugo-apt"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8hobbies%2Fhugo-apt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8hobbies%2Fhugo-apt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8hobbies%2Fhugo-apt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8hobbies%2Fhugo-apt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/8hobbies","download_url":"https://codeload.github.com/8hobbies/hugo-apt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248163039,"owners_count":21057862,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["debian","hugo","ubuntu"],"created_at":"2024-11-24T06:01:20.382Z","updated_at":"2025-04-10T05:31:28.252Z","avatar_url":"https://github.com/8hobbies.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- insert\n---\ntitle: \"Hugo APT Repository\"\ntype: \"_default\"\nlayout: \"single\"\n---\nend_insert --\u003e\n\u003c!-- Powered by https://cj.rs/riss --\u003e\n\u003c!-- remove --\u003e\n# Hugo APT Repository\n\u003c!-- end_remove --\u003e\n\n[![Build and Deploy Pages](https://github.com/8hobbies/hugo-apt/actions/workflows/pages.yml/badge.svg)](https://github.com/8hobbies/hugo-apt/actions/workflows/pages.yml)\n[![GitLab Mirror](https://img.shields.io/badge/GitLab-mirror-blue?logo=gitlab)](https://gitlab.com/8hobbies/hugo-apt)\n[![](https://img.shields.io/badge/powered%20by-riss-lightgrey)](https://cj.rs/riss)\n\n[Homepage](https://hugo-apt.8hob.io) | [GitHub](https://github.com/8hobbies/hugo-apt)\n\nAn unofficial [APT][] repository that contains the latest [Hugo][] for [Debian][], [Ubuntu][], and\nother [Debian derivatives][].\n\nThis APT repository, while unofficial, hosts the official extended deb files available from the\n[Hugo release page][]. This APT repository refreshes daily around 1am UTC time. It supports [AMD64][]\nand [ARM64][].\n\n## Usage\n\n1. Install the APT repository:\n\n```bash\necho 'deb [signed-by=/etc/apt/keyrings/hugo.gpg] https://hugo-apt.8hob.io latest main' | sudo tee /etc/apt/sources.list.d/hugo.list\n```\n\n2. Trust the signing key:\n\n```bash\nsudo mkdir -p /etc/apt/keyrings \u0026\u0026 sudo wget -O /etc/apt/keyrings/hugo.gpg https://hugo-apt.8hob.io/signing-key\n```\n\n3. Install the latest official Hugo:\n\n```bash\nsudo apt update \u0026\u0026 sudo apt install hugo\n```\n\n## How is this Repository Built?\n\nThe scripts that generate the APT repository are available on [GitHub][]. The execution of the\nscripts is defined in a [GitHub Workflow][], which regularly deploys the APT repository to [GitHub\nPages][].\n\n## Contributing\n\nSource code is available on [GitHub][].\n\nTo report a bug, visit the [issue tracker][]. To send your contribution, open a [pull request][].\n\n## License\n\nThis license applies to this project, not the Hugo project.\n\n```\nCopyright 2024 8 Hobbies, LLC \u003chong@8hobbies.com\u003e\n\nLicensed under the Apache License, Version 2.0(the \"License\");\nyou may not use files in this project except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n\nThis APT repository redistributes Hugo under the same license as the Hugo project. Unless required\nby applicable law or agreed to in writing, this APT repository distributes Hugo on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See [Hugo's License][] the\nspecific language governing permissions and limitations under the License.\n\n[AMD64]: https://en.wikipedia.org/wiki/X86-64\n[APT]: https://wiki.debian.org/Apt\n[ARM64]: https://en.wikipedia.org/wiki/AArch64\n[Debian derivatives]: https://www.debian.org/derivatives/\n[Debian]: https://www.debian.org/\n[GitHub Pages]: https://pages.github.com/\n[GitHub Workflow]: https://github.com/8hobbies/hugo-apt/blob/master/.github/workflows/pages.yml\n[GitHub]: https://github.com/8hobbies/hugo-apt\n[Hugo release page]: https://github.com/gohugoio/hugo/releases\n[Hugo's License]: https://github.com/gohugoio/hugo/blob/master/LICENSE\n[Hugo]: https://gohugo.io\n[Ubuntu]: https://ubuntu.com/\n[issue tracker]: https://github.com/8hobbies/hugo-apt/issues\n[pull request]: https://github.com/8hobbies/hugo-apt/pulls\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F8hobbies%2Fhugo-apt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F8hobbies%2Fhugo-apt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F8hobbies%2Fhugo-apt/lists"}