{"id":27493440,"url":"https://github.com/asantar0/aws-s3-hugo","last_synced_at":"2026-02-22T09:09:05.519Z","repository":{"id":287050343,"uuid":"962899387","full_name":"asantar0/aws-s3-hugo","owner":"asantar0","description":"Deploy a Hugo Website into S3 bucket","archived":false,"fork":false,"pushed_at":"2025-07-08T20:05:11.000Z","size":2474,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-27T13:13:40.169Z","etag":null,"topics":["aws","aws-s3","cms","hugo","website"],"latest_commit_sha":null,"homepage":"","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/asantar0.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,"zenodo":null}},"created_at":"2025-04-08T21:05:01.000Z","updated_at":"2025-07-08T20:19:03.000Z","dependencies_parsed_at":"2025-04-09T18:39:21.161Z","dependency_job_id":"e053be83-6b36-47d8-983b-20637b90c2d9","html_url":"https://github.com/asantar0/aws-s3-hugo","commit_stats":null,"previous_names":["asantar0/aws-s3-hugo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/asantar0/aws-s3-hugo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asantar0%2Faws-s3-hugo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asantar0%2Faws-s3-hugo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asantar0%2Faws-s3-hugo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asantar0%2Faws-s3-hugo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asantar0","download_url":"https://codeload.github.com/asantar0/aws-s3-hugo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asantar0%2Faws-s3-hugo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29707524,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T05:59:28.568Z","status":"ssl_error","status_checked_at":"2026-02-22T05:58:46.208Z","response_time":110,"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":["aws","aws-s3","cms","hugo","website"],"created_at":"2025-04-17T01:22:56.089Z","updated_at":"2026-02-22T09:09:05.485Z","avatar_url":"https://github.com/asantar0.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Status page with Hugo Website on AWS S3\n\nThis project is a static website built with [Hugo](https://gohugo.io/), a fast and flexible static site generator written in Go. The site is deployed and hosted on **Amazon S3**, taking advantage of its scalability and low-cost storage for static assets.\n\nCState is an open-source status page template built with Hugo. It's designed to help you create a simple, beautiful, and static status page — ideal for showing the current uptime of your services, listing past incidents, and sharing maintenance updates.\n\nIt works just like the status pages used by GitHub, Cloudflare, or Atlassian — but it's free, self-hosted, and doesn’t require a backend. Everything is rendered as static HTML, CSS, and JS.\n\n## What Can You Do with CState?\n- Display real-time service status (e.g., operational, degraded, down).\n- Publish incident history and updates.\n- Customize the UI and theming.\n- Integrate deployments with GitHub Actions, GitLab CI, etc.\n- Host your status page anywhere static files are supported (S3, GitHub Pages, Netlify, etc.)\n\n## Features\n\n- Built with Hugo for lightning-fast performance\n- Hosted on Amazon S3 with static website hosting enabled\n- CI/CD ready (GitHub Actions)\n- Clean and organized content structure\n- It’s cost-effective and scales automatically.\n- No backend or server management needed.\n\n\n## Project Structure\n\n├── archetypes/         -\u003e Hugo content archetypes  \n├── content/            -\u003e Markdown content files    \n├── layouts/            -\u003e Custom layout templates  \n├── static/             -\u003e Static assets (images, CSS, JS)  \n├── themes/             -\u003e Hugo themes  \n├── config.yml          -\u003e Hugo site configuration  \n└── terraform/          -\u003e IaC for AWS and Cloudflare\n\n\n## Requirements\n\n- [Hugo](https://gohugo.io/getting-started/installing/) installed\n- [AWS CLI](https://aws.amazon.com/cli/) configured with proper credentials\n- An S3 bucket with static website hosting enabled \n\n\n## Development Workflow\nFirst of all, it's necessary to create our infraestructure in order to deploy CState page in AWS S3. In order to accomplish this goal, you need to do the following steps\n\n```\n$ git clone git@github.com:asantar0/aws-s3-hugo.git\n\n$ cd terraform\n\n$ terraform apply\n```\n\nAfter, you need to configure Secrets in \"Actions and variables\" and create a \"IAM_ROLE_ARN\" variable.\n\nWrapping up, every single change that appears in folders \"content\", \"layouts\" and \"static\" will trigger a github actions plan.\n\n\n## License\nThis project is open-source and available under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasantar0%2Faws-s3-hugo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasantar0%2Faws-s3-hugo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasantar0%2Faws-s3-hugo/lists"}