{"id":17117949,"url":"https://github.com/roperzh/heroku-buildpack-hugo","last_synced_at":"2025-04-30T15:23:43.758Z","repository":{"id":19568684,"uuid":"22817925","full_name":"roperzh/heroku-buildpack-hugo","owner":"roperzh","description":"Heroku buildpack for Hugo, the static site generator - https://github.com/spf13/hugo","archived":false,"fork":false,"pushed_at":"2024-07-05T00:55:18.000Z","size":18,"stargazers_count":82,"open_issues_count":15,"forks_count":118,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-13T13:22:10.618Z","etag":null,"topics":["buildpack","heroku","heroku-buildpack","hugo","shell"],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/roperzh.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}},"created_at":"2014-08-10T20:27:17.000Z","updated_at":"2023-11-23T02:25:01.000Z","dependencies_parsed_at":"2024-10-28T07:45:26.157Z","dependency_job_id":null,"html_url":"https://github.com/roperzh/heroku-buildpack-hugo","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roperzh%2Fheroku-buildpack-hugo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roperzh%2Fheroku-buildpack-hugo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roperzh%2Fheroku-buildpack-hugo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roperzh%2Fheroku-buildpack-hugo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/roperzh","download_url":"https://codeload.github.com/roperzh/heroku-buildpack-hugo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235434506,"owners_count":18989606,"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":["buildpack","heroku","heroku-buildpack","hugo","shell"],"created_at":"2024-10-14T17:53:06.739Z","updated_at":"2025-01-24T12:09:44.225Z","avatar_url":"https://github.com/roperzh.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Heroku buildpack: Hugo\n===\n\nThis is a [Heroku buildpack](https://devcenter.heroku.com/articles/buildpacks)\nfor sites powered by [Hugo](https://github.com/spf13/hugo).\nIt uses the latest stable version of Hugo.\n\nUsage\n===\n\nCreate a Heroku application using this buildpack:\n\n```bash\n$ heroku create --buildpack https://github.com/roperzh/heroku-buildpack-hugo.git\n```\n\nor configure your existent application:\n\n```bash\n$ heroku buildpacks:set BUILDPACK_URL=\"https://github.com/roperzh/heroku-buildpack-hugo.git\"\n```\n\nOptionally, define a `HUGO_VERSION` Config Var to specify the Hugo version you wish to use:\n\n```bash\n$ heroku config:set HUGO_VERSION=0.25\n```\n\nThen simply git push to heroku and open your application!\n\n```bash\n$ git push heroku master\n$ heroku open\n```\n\nUsing themes\n===\n\nThis buildpack provides a simple api to use custom themes, just add a `.hugotheme`\nfile in the root of your application with the url of your theme.\n\n***Example***\n\nTo fetch the great [hyde](https://github.com/spf13/hyde.git) theme:\n\n```\nhttps://github.com/spf13/hyde.git\n```\n\n[Here](http://immense-hollows-6319.herokuapp.com/) is an example application,\nand [here](https://github.com/roperzh/example-heroku-buildpack-hugo) is the code.\n\nAlternative method\n---\n\nIf you don't like the idea of a `.hugotheme` file, you can simply manage your\nthemes with [git submodules](http://git-scm.com/book/en/Git-Tools-Submodules).\nHeroku will take care to fetch all the submodules in your project.\n\nImportant notes\n===\n\nDon't forget to configure your hugo `baseurl` with the url of your application, using **https://** not http://\n\nContributing\n===\n\n1- Fork it\n\n2- Create your feature branch (git checkout -b my-new-feature)\n\n3- Commit your changes (git commit -am 'Add some feature')\n\n4- Push to the branch (git push origin my-new-feature)\n\n5- Create new Pull Request\n\nLicense\n===\n\nThe MIT License (MIT)\n\nCopyright (c) 2015 Roberto Dip\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froperzh%2Fheroku-buildpack-hugo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froperzh%2Fheroku-buildpack-hugo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froperzh%2Fheroku-buildpack-hugo/lists"}