{"id":15287934,"url":"https://github.com/hugolify/hugolify-theme","last_synced_at":"2026-04-01T17:45:06.397Z","repository":{"id":61698893,"uuid":"544898771","full_name":"Hugolify/hugolify-theme","owner":"Hugolify","description":"Hugolify theme is an Hugo theme with Bootstrap 5","archived":false,"fork":false,"pushed_at":"2026-01-15T14:46:37.000Z","size":2097,"stargazers_count":21,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-17T22:17:40.449Z","etag":null,"topics":["a11y","bootstrap","hugo","hugo-theme","hugolify","i18n"],"latest_commit_sha":null,"homepage":"https://www.hugolify.io","language":"JavaScript","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/Hugolify.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["sebousan"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2022-10-03T12:32:55.000Z","updated_at":"2026-01-15T14:46:51.000Z","dependencies_parsed_at":"2023-10-16T18:37:52.883Z","dependency_job_id":"3ed828a5-8be9-4f19-a06a-8e2b3e5a9b62","html_url":"https://github.com/Hugolify/hugolify-theme","commit_stats":null,"previous_names":["sebousan/hugolify-theme"],"tags_count":326,"template":false,"template_full_name":null,"purl":"pkg:github/Hugolify/hugolify-theme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hugolify%2Fhugolify-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hugolify%2Fhugolify-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hugolify%2Fhugolify-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hugolify%2Fhugolify-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hugolify","download_url":"https://codeload.github.com/Hugolify/hugolify-theme/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hugolify%2Fhugolify-theme/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29121680,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T10:47:47.471Z","status":"ssl_error","status_checked_at":"2026-02-05T10:45:08.119Z","response_time":65,"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":["a11y","bootstrap","hugo","hugo-theme","hugolify","i18n"],"created_at":"2024-09-30T15:39:46.703Z","updated_at":"2026-04-01T17:45:06.389Z","avatar_url":"https://github.com/Hugolify.png","language":"JavaScript","funding_links":["https://github.com/sponsors/sebousan"],"categories":[],"sub_categories":[],"readme":"# Hugolify theme\n\n[![banner](https://github.com/user-attachments/assets/2cc7aeda-f1bc-4af6-ae7b-f05180b10d78)](https://www.hugolify.io/)\n\n## Performance \u0026 SEO\n\n* 100/100 Google PageSpeed Insights\n* Lazy loading and JS defer\n* PostCSS + [PurgeCSS](https://www.hugolify.io/docs/getting-started/purgecss/)\n* Responsive images and WebP\n* SEO friendly\n\n## Content \u0026 UX\n\n* Accessibility friendly\n* [Blocks](https://www.hugolify.io/docs/blocks/)\n* [Forms](https://www.hugolify.io/docs/getting-started/form/) (Netlify or other)\n* Responsive design\n* [Search](https://www.hugolify.io/docs/getting-started/search/)\n* [Shortcodes](https://www.hugolify.io/docs/shortcodes/)\n\n## Architecture\n\nhugolify-theme provides **layouts, content types, i18n and archetypes only** — no CSS, no JavaScript.\n\nStyling and JS are provided by a separate **styling module**, declared in the site config. This makes it possible to swap the entire CSS/JS layer without touching the theme or templates.\n\n### Official modules\n\n| Module | CSS | JS |\n| --- | --- | --- |\n| [hugolify-theme-bootstrap](https://github.com/hugolify/hugolify-theme-bootstrap) | Bootstrap 5 + SASS | Bootstrap 5 + Vanilla JS |\n| hugolify-theme-design-system (wip) | Vanilla CSS / Design tokens | Vanilla JS |\n\n### Custom styling\n\nYou can build your own styling layer in two ways:\n\n* **As a Hugo module** (`hugolify-theme-tailwind`, `hugolify-theme-bulma`…) — sharable, versionable, swappable via the site config.\n\n* **Directly in the site** — add `assets/sass/` (or `assets/scss/` or `assets/css/`) and `assets/js/` to your project. Hugo merges assets from all sources, so your files take priority over the module.\n\nThe contracts to respect in either case:\n\n* CSS classes used by templates are semantic (`btn`, `col-small`, `modal`, `badge-primary`…) — no framework-specific names\n* JS hooks are `js-*` CSS classes — no `data-framework-*` attributes\n* JS entry point: `assets/js/main.js`\n* SASS entry point: `assets/sass/main.sass` (or `main.scss` or `main.css`)\n\n## JS libraries\n\n* Chart.js\n* CookieConsent\n* LeafletJS OpenStreetMap\n* SplideJS Carousel\n* Tobii Lightbox\n* Pagefind\n* Rellax parallax\n\n## Multilingual Support\n\n* English\n* French\n\n## Install\n\nUse the Hugolify starter template:\n\n\u003chttps://github.com/Hugolify/hugolify-template/\u003e\n\nOr add as Hugo modules. Edit `config/_default/module.yaml`:\n\n```yaml\nimports:\n  - path: github.com/hugolify/hugolify-theme/v2\n  - path: github.com/hugolify/hugolify-theme-bootstrap\n```\n\nTo switch styling module, replace the second import:\n\n```yaml\nimports:\n  - path: github.com/hugolify/hugolify-theme/v2\n  - path: github.com/hugolify/hugolify-theme-design-system\n```\n\n## Migration from v1\n\nIn v1, Bootstrap (CSS and JS) was bundled directly inside `hugolify-theme`. In v2, the theme is framework-agnostic — styling is provided by a separate module declared explicitly in the site config (see Install above).\n\nOther breaking changes:\n\n* JS hooks: `data-bs-toggle/target` → `class=\"js-*\"` + `data-target`\n* Grid classes: `col-md-*` → `col-small`, `col-medium`, `col-large`, `col-xsmall`\n* Badge states: `text-bg-*` → `badge-*`\n\n## Demo\n\n\u003chttps://demo.hugolify.io/\u003e\n\n## Documentation\n\n\u003chttps://www.hugolify.io/docs/\u003e\n\n## Licensing\n\nHugolify is free for personal or commercial projects (MIT license)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhugolify%2Fhugolify-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhugolify%2Fhugolify-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhugolify%2Fhugolify-theme/lists"}