{"id":23919714,"url":"https://github.com/benjaminreid/hermit","last_synced_at":"2026-02-28T01:37:03.241Z","repository":{"id":47034115,"uuid":"303777102","full_name":"benjaminreid/hermit","owner":"benjaminreid","description":"Hermit is a simple and lightweight starting point for single page static websites.","archived":false,"fork":false,"pushed_at":"2021-09-16T12:12:16.000Z","size":275,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-30T03:03:27.721Z","etag":null,"topics":["browsersync","cssnano","html","postcss","tailwindcss","template"],"latest_commit_sha":null,"homepage":"","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/benjaminreid.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-10-13T17:14:24.000Z","updated_at":"2021-09-16T13:40:46.000Z","dependencies_parsed_at":"2022-09-12T18:22:40.566Z","dependency_job_id":null,"html_url":"https://github.com/benjaminreid/hermit","commit_stats":null,"previous_names":[],"tags_count":5,"template":true,"template_full_name":null,"purl":"pkg:github/benjaminreid/hermit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjaminreid%2Fhermit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjaminreid%2Fhermit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjaminreid%2Fhermit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjaminreid%2Fhermit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benjaminreid","download_url":"https://codeload.github.com/benjaminreid/hermit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjaminreid%2Fhermit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29922189,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T19:37:42.220Z","status":"ssl_error","status_checked_at":"2026-02-27T19:37:41.463Z","response_time":57,"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":["browsersync","cssnano","html","postcss","tailwindcss","template"],"created_at":"2025-01-05T14:54:29.169Z","updated_at":"2026-02-28T01:37:03.217Z","avatar_url":"https://github.com/benjaminreid.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# :crab: Hermit\n\nHermit is a small back-to-basics starting point for single page static websites.\n\nIt provides a fast and painless developer experience with live reloading from [Browsersync](https://browsersync.io/) and utility-first CSS support from [Tailwind](https://tailwindcss.com/) so you can iterate quickly and ship as little code as possible to your visitors.\n\n_No build tools or packagers_ (sort of). There are two small easy to read scripts (one for [development](scripts/start.js) and one for [building](scripts/build.js)) that you can completely ignore but adapt if want to.\n\n[PostCSS](https://postcss.org/) handles the processing of the CSS so you can easily extend it as you might need and [cssnano](https://cssnano.co/) is there for you when you build your site.\n\nHTML is ~genereated with~ just plain ol’ HTML.\n\n## Installation\n\nThe only dependencies you’ll need to install are for working with and building your site. No library or frameworks are shipped to production.\n\n```\nyarn install\n```\n\n## Getting started\n\nA [Browsersync](https://browsersync.io/) server is provided out of the box so you can get coding in the browser quickly.\n\n```\nyarn run start\n```\n\n## Building\n\nOnce you’re all done, it’s time to build your site. The proivded `build` command minifies your HTML, purges unused CSS, compresses it with [cssnano](https://cssnano.co/) and the CSS file name is automatically cache busted.\n\nAfter you’ve built your site, take the `dist` folder and upload it to your host of choice.\n\n```\nyarn run build\n```\n\nIf you want to preview your site, you can run\n\n```\nnpx http-server ./dist\n```\n\n## Don’t forget\n\n- Generate your own favicons, [favicon.io](https://favicon.io/) is a great place to do this.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenjaminreid%2Fhermit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenjaminreid%2Fhermit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenjaminreid%2Fhermit/lists"}