{"id":16553614,"url":"https://github.com/roneoorg/cupper-hugo-theme-deploy","last_synced_at":"2026-03-06T09:02:23.838Z","repository":{"id":114778860,"uuid":"385079031","full_name":"RoneoOrg/cupper-hugo-theme-deploy","owner":"RoneoOrg","description":null,"archived":false,"fork":false,"pushed_at":"2021-07-12T00:13:32.000Z","size":12322,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-27T21:01:04.105Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/RoneoOrg.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}},"created_at":"2021-07-12T00:13:07.000Z","updated_at":"2021-07-12T00:14:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"a41c3aca-dfb4-4a1a-9a47-708e50e3fe3c","html_url":"https://github.com/RoneoOrg/cupper-hugo-theme-deploy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RoneoOrg/cupper-hugo-theme-deploy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoneoOrg%2Fcupper-hugo-theme-deploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoneoOrg%2Fcupper-hugo-theme-deploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoneoOrg%2Fcupper-hugo-theme-deploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoneoOrg%2Fcupper-hugo-theme-deploy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RoneoOrg","download_url":"https://codeload.github.com/RoneoOrg/cupper-hugo-theme-deploy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoneoOrg%2Fcupper-hugo-theme-deploy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30168608,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T07:56:45.623Z","status":"ssl_error","status_checked_at":"2026-03-06T07:55:55.621Z","response_time":250,"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-10-11T19:48:54.735Z","updated_at":"2026-03-06T09:02:23.785Z","avatar_url":"https://github.com/RoneoOrg.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cupper\n\n[![Netlify Status](https://api.netlify.com/api/v1/badges/bc8c4e51-37ee-419d-ad4f-b378010ee546/deploy-status)](https://app.netlify.com/sites/cupper-hugo-theme/deploys)\n\nAn accessibility-friendly Hugo theme, ported from the [original Cupper](https://github.com/ThePacielloGroup/cupper) project.\n\n## Table of contents\n\n- [Demo](#demo)\n- [Minimum Hugo version](#minimum-hugo-version)\n- [Installation](#installation)\n- [Updating](#updating)\n- [Run example site](#run-example-site)\n- [Configuration](#configuration)\n- [Logo](#logo)\n- [Favicons](#favicons)\n- [Shortcodes](#shortcodes)\n- [Syntax highlighting](#syntax-highlighting)\n- [Disable toc for a blog post](#disable-toc-for-a-blog-post)\n- [Localization](#localization)\n- [Custom CSS and JS](#custom-css-and-js)\n- [Getting help](#getting-help)\n- [Credits](#credits)\n\n## Demo\n\nhttps://cupper-hugo-theme.netlify.com/\n\n## Minimum Hugo version\n\nHugo version `0.81.0` or higher is required. View the [Hugo releases](https://github.com/gohugoio/hugo/releases) and download the binary for your OS.\n\n## Installation\n\nFrom the root of your site:\n\n```\ngit submodule add https://github.com/zwbetz-gh/cupper-hugo-theme.git themes/cupper-hugo-theme\n```\n\n## Updating\n\nFrom the root of your site:\n\n```\ngit submodule update --remote --merge\n```\n\n## Run example site\n\nFrom the root of `themes/cupper-hugo-theme/exampleSite`:\n\n```\nhugo server --themesDir ../..\n```\n\n## Configuration\n\nCopy `config.yaml` from the [`exampleSite`](https://github.com/zwbetz-gh/cupper-hugo-theme/tree/master/exampleSite), then edit as desired. \n\n## Logo\n\nPlace your SVG logo at `static/images/logo.svg`. If you don't provide a logo, then the default theme logo will be used. \n\n## Favicons\n\nUpload your image to [RealFaviconGenerator](https://realfavicongenerator.net/) then copy-paste the generated favicon files under `static`. \n\n## Shortcodes\n\nSee the [full list of supported shortcodes](https://cupper-hugo-theme.netlify.com/cupper-shortcodes/).\n\n## Syntax highlighting\n\nSyntax highlighting is provided by [Prism](https://prismjs.com/). See this [markdown code fences example](https://cupper-hugo-theme.netlify.com/cupper-shortcodes/#syntax-highlighting).\n\n\n## Disable toc for a blog post\n\nBlog posts that have two or more subheadings (`\u003ch2\u003e`s) automatically get a table of contents. To disable this set `toc` to `false`. For example:\n\n```\n---\ntitle: \"My page with a few headings\"\ntoc: false\n---\n```\n\n## Localization\n\nThe strings in the templates of this theme can be localized. Make a copy of `\u003cTHEME_BASE_FOLDER\u003e/i18n/en.yaml` to `\u003cYOUR_SITE_FOLDER\u003e/i18n/\u003cYOUR_SITE_LANGUAGE\u003e.yaml`, and translate one by one, changing the `translation` field.\n\n[Here is a tutorial that goes more in depth about this.](https://regisphilibert.com/blog/2018/08/hugo-multilingual-part-2-i18n-string-localization/)\n\n## Custom CSS and JS\n\nYou can provide an optional list of custom CSS files, which must be placed inside the `static` dir. These will load after the theme CSS loads. So, `static/css/custom_01.css` translates to `css/custom_01.css`.\n\nYou can provide an optional list of custom JS files, which must be placed inside the `static` dir. These will load after the theme JS loads. So, `static/js/custom_01.js` translates to `js/custom_01.js`.\n\nSee the [example site config file](https://github.com/zwbetz-gh/cupper-hugo-theme/blob/master/exampleSite/config.yaml) for sample usage.\n\n## Getting help\n\nIf you run into an issue that isn't answered by this documentation or the [`exampleSite`](https://github.com/zwbetz-gh/cupper-hugo-theme/tree/master/exampleSite), then visit the [Hugo forum](https://discourse.gohugo.io/). The folks there are helpful and friendly. **Before** asking your question, be sure to read the [requesting help guidelines](https://discourse.gohugo.io/t/requesting-help/9132).\n\n## Credits\n\nThank you to [Heydon Pickering](http://www.heydonworks.com) and [The Paciello Group](https://www.paciellogroup.com/) for creating the original Cupper project. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froneoorg%2Fcupper-hugo-theme-deploy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froneoorg%2Fcupper-hugo-theme-deploy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froneoorg%2Fcupper-hugo-theme-deploy/lists"}