{"id":24353709,"url":"https://github.com/guillbertrand/haumea","last_synced_at":"2025-04-10T01:06:14.892Z","repository":{"id":57436865,"uuid":"216029934","full_name":"guillbertrand/haumea","owner":"guillbertrand","description":"Free, fast, lightweight and easy-to-use python library to build static websites (SSG)","archived":false,"fork":false,"pushed_at":"2020-02-25T10:24:55.000Z","size":368,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-10T01:06:08.923Z","etag":null,"topics":["api-rest","graphql","json","python","ssg","static","static-site","static-site-generator","website"],"latest_commit_sha":null,"homepage":"https://haumea.io","language":"Python","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/guillbertrand.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-10-18T13:26:34.000Z","updated_at":"2020-02-25T10:24:57.000Z","dependencies_parsed_at":"2022-09-10T05:40:23.886Z","dependency_job_id":null,"html_url":"https://github.com/guillbertrand/haumea","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guillbertrand%2Fhaumea","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guillbertrand%2Fhaumea/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guillbertrand%2Fhaumea/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guillbertrand%2Fhaumea/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guillbertrand","download_url":"https://codeload.github.com/guillbertrand/haumea/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248137888,"owners_count":21053775,"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":["api-rest","graphql","json","python","ssg","static","static-site","static-site-generator","website"],"created_at":"2025-01-18T16:20:52.859Z","updated_at":"2025-04-10T01:06:14.861Z","avatar_url":"https://github.com/guillbertrand.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# haumea [![PyPI version](https://badge.fury.io/py/haumea.svg)](https://badge.fury.io/py/haumea) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/haumea)\n\nFree, fast, lightweight and easy-to-use open-source library for building static websites. Transform your data (JSON, RESTful or GraphQL) into fast static websites\n\nDocumentation : https://haumea.io/\n\n## Installation\n\n```bash\n$ pip install haumea\n```\n\n## Quickstart\n\nYou can create a skeleton project with the haumea-quickstart command\n\n```bash\n$ haumea-quickstart yourprojectname\n```\n\n```bash\nyourprojectname\n├── content\t\t# All content for your website will live inside this directory\n│   └── (pages)\n├── layouts\t\t# Stores .html templates files\n│   └── partials\n│   \t└── footer.html\n│   \t└── header.html\n│   \t└── head.html\n│   └── _base.html\n├── public\t\t# Your site will be rendered into this dir\n└── static\t\t# Stores all the static content: images, CSS, JavaScript, etc.\n\n```\n\nBuild \u0026 test your website\n\n```bash\n$ cd yourprojectname/\n\n# builds your site any time a source file changes ans serves it locally\n$ haumea serve\nor \n$ haumea s\n```\n\nOr just build\n\n```bash\n$ cd yourprojectname/\n\n# performs build of your site to ./public (by default)\n$ haumea build\nor\n$ haumea b\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguillbertrand%2Fhaumea","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguillbertrand%2Fhaumea","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguillbertrand%2Fhaumea/lists"}