{"id":13552193,"url":"https://github.com/aerohub/hugrid","last_synced_at":"2026-03-07T09:33:40.216Z","repository":{"id":217089919,"uuid":"65926114","full_name":"aerohub/hugrid","owner":"aerohub","description":"Hugrid (Hugo+grid) is a simple grid theme for Hugo. It's a kind of boilerplate to perform anyone or anything quickly. Portfolio, collection, bookmarks, contacts and so on.","archived":false,"fork":false,"pushed_at":"2019-07-08T11:34:18.000Z","size":148,"stargazers_count":166,"open_issues_count":16,"forks_count":79,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-30T18:38:19.111Z","etag":null,"topics":["boilerplate","codrops","grid","hugo","hugo-theme"],"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/aerohub.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-08-17T16:59:32.000Z","updated_at":"2025-02-17T17:01:33.000Z","dependencies_parsed_at":"2024-01-14T14:36:19.653Z","dependency_job_id":null,"html_url":"https://github.com/aerohub/hugrid","commit_stats":null,"previous_names":["aerohub/hugrid"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aerohub/hugrid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aerohub%2Fhugrid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aerohub%2Fhugrid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aerohub%2Fhugrid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aerohub%2Fhugrid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aerohub","download_url":"https://codeload.github.com/aerohub/hugrid/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aerohub%2Fhugrid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30210852,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T09:02:10.694Z","status":"ssl_error","status_checked_at":"2026-03-07T09:02:08.429Z","response_time":53,"last_error":"SSL_read: 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":["boilerplate","codrops","grid","hugo","hugo-theme"],"created_at":"2024-08-01T12:02:00.372Z","updated_at":"2026-03-07T09:33:40.197Z","avatar_url":"https://github.com/aerohub.png","language":"HTML","funding_links":[],"categories":["HTML","others"],"sub_categories":[],"readme":"# Hugrid\n\nHugrid (Hugo+grid) is a simple grid theme for Hugo. It's a kind of boilerplate to perform anyone or anything quickly. Portfolio, collection, bookmarks, contacts and so on.\n\n# Origin\n\nHugrid is based on Codrops' [Thumbnail Grid with Expanding Preview](http://tympanus.net/codrops/?p=14530). \n\n## Demo\n\n- [Demo on themes.gohugo.io](http://themes.gohugo.io/theme/hugrid/)\n- [Original demo from Codrops](http://tympanus.net/Tutorials/ThumbnailGridExpandingPreview/)\n\n## Features\n\n- Responsive design\n- Google Analytics\n\n## Screenshot\n\n![Hugrid screenshot](https://raw.githubusercontent.com/aerohub/hugrid/master/images/screenshot.png)\n\n\n## Contents\n\n- [Installation](#installation)\n- [Getting started](#getting-started)\n    - [The config file](#the-config-file)\n\t- [Data file](#data-file)\n    - [Nearly finished](#nearly-finished)\n- [Contributing](#contributing)\n- [License](#license)\n- [Annotations](#annotations)\n\n\n## Installation\n\nInside the folder of your new Hugo site run:\n\n    $ mkdir themes\n    $ cd themes\n    $ git clone https://github.com/aerohub/hugrid\n\nFor more information read the official [setup guide](//gohugo.io/overview/installing/) of Hugo.\n\n\n## Getting started\n\nAfter installing the theme successfully it requires a just a few more steps to get your site running.\n\n\n### The config file\n\nTake a look inside the [`exampleSite`](//github.com/aerohub/hugrid/tree/master/exampleSite) folder of this theme. You'll find a file called [`config.toml`](//github.com/aerohub/hugrid/blob/master/exampleSite/config.toml). To use it, copy the [`config.toml`](//github.com/aerohub/hugrid/blob/master/exampleSite/config.toml) in the root folder of your Hugo site. Feel free to change the strings in this theme.\n\n### Data file\n\nTake a look inside the [`exampleSite/data`](//github.com/aerohub/hugrid/tree/master/exampleSite/data) folder of this theme. You'll find a file called [`items.toml`](//github.com/aerohub/hugrid/blob/master/exampleSite/data/items.toml). To use it, copy the [`exampleSite/data`](//github.com/aerohub/hugrid/tree/master/exampleSite/data) folder in the root folder of your Hugo site. Change the strings in the `items.toml` with your data.\n\n### Nearly finished\n\nIn order to see your site in action, run Hugo's built-in local server. \n\n    $ hugo server -w\n\nNow enter `localhost:1313` in the address bar of your browser.\n\n\n## Contributing\n\nDid you found a bug or got an idea for a new feature? Feel free to use the [issue tracker](//github.com/aerohub/hugrid/issues) to let me know. Or make directly a [pull request](//github.com/aerohub/hugrid/pulls).\n\n\n## License\n\nThis work is licensed under the MIT License. For more information read the [License](//github.com/aerohub/hugrid/blob/master/LICENSE.md).\nAnd there are [Original Codrops Licensing and Terms Of Use](http://tympanus.net/codrops/licensing/).\n\n\n## Annotations\n\nThanks \n\n- to [spf13](//github.com/spf13) for creating Hugo and the awesome community around the project\n- to [digitalcraftsman](//github.com/digitalcraftsman) for creating Hugo themes and writing nice READMEs\n- to Codrops for original [Thumbnail Grid with Expanding Preview](http://tympanus.net/codrops/?p=14530). ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faerohub%2Fhugrid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faerohub%2Fhugrid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faerohub%2Fhugrid/lists"}