{"id":50706256,"url":"https://github.com/kluctl/www-kluctl.io","last_synced_at":"2026-06-09T12:02:05.077Z","repository":{"id":38236336,"uuid":"476612113","full_name":"kluctl/www-kluctl.io","owner":"kluctl","description":"The home of the kluctl.io website and documentation.","archived":false,"fork":false,"pushed_at":"2026-03-31T09:59:00.000Z","size":31280,"stargazers_count":6,"open_issues_count":3,"forks_count":7,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-05-17T02:03:51.662Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://kluctl.io","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kluctl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2022-04-01T07:09:30.000Z","updated_at":"2026-03-31T09:59:06.000Z","dependencies_parsed_at":"2024-01-25T11:29:17.070Z","dependency_job_id":"788a7cf3-df65-4272-8c5e-70cec62ba9a0","html_url":"https://github.com/kluctl/www-kluctl.io","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kluctl/www-kluctl.io","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kluctl%2Fwww-kluctl.io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kluctl%2Fwww-kluctl.io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kluctl%2Fwww-kluctl.io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kluctl%2Fwww-kluctl.io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kluctl","download_url":"https://codeload.github.com/kluctl/www-kluctl.io/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kluctl%2Fwww-kluctl.io/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34105565,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2026-06-09T12:02:04.430Z","updated_at":"2026-06-09T12:02:05.065Z","avatar_url":"https://github.com/kluctl.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kluctl website\n\nThis repository contains the source code for the Kluctl website. It uses the [docsy](https://www.docsy.dev/) theme. A development environment can be set up locally or by using GitHub Codespaces.\n\n## Local Development\n\n### Requirements\n\nEnsure the following prerequisites are met.\n\n- [Go](https://go.dev/dl/) (Golang) version: `1.21.3`\n- [Hugo](https://gohugo.io/installation/) extended version: `0.120.4`\n\n\u003e **Note:**\nThe Hugo extended version is required for various purposes (like transforming SCSS to CSS, converting images to `webp` format). Without it, you may encounter the following error message:\n\n```text\nerror: failed to transform resource: TOCSS: failed to transform \"scss/main.scss\" (text/x-scss): this feature is not available in your current Hugo version \nWe release two set of binaries for technical reasons. The extended version is not what you get by default for some installation methods. On the release page, look for archives with extended in the name. To build hugo-extended, use go install --tags extended\n```\n\n### Setup\n\n1. Clone the repository\n   ```bash\n   git clone git@github.com:kluctl/www-kluctl.io.git\n   cd www-kluctl.io\n   ```\n\n2. Run Hugo server:\n   ```bash\n   hugo server\n   ```\n\n   Note: The first run might take a while as Hugo modules are fetched.\n\n3. Open your web browser and go to `http://localhost:1313` to preview the Kluctl website.\n\n## Podman container\n\nIf you don't want to install the dependencies locally, you can run hugo in podman:\n\n```bash\npodman build -t hugo-ext .\npodman run --rm -it -v $(pwd):/src \\\n    -v $(pwd)/.cache:/root/.cache \\\n    -p 1313:1313 hugo-ext server --bind 0.0.0.0\n```\n\n## GitHub Codespaces\n\nFor GitHub Codespaces, no additional setup is needed. Follow these steps:\n\n1. Start a codespace in the `main` branch using GitHub UI.\n\n2. Start the Hugo server using the following command:\n   ```bash\n   npm run dev-cp\n   ```\n\n   This will start the Hugo server. The server URL will be shown as a notification in codespace. It can also be found ny navigating to the PORTS section of the terminal pane.\n\nFeel free to explore and contribute to the Kluctl website. If you encounter any issues or have questions, please create an issue.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkluctl%2Fwww-kluctl.io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkluctl%2Fwww-kluctl.io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkluctl%2Fwww-kluctl.io/lists"}