{"id":22555477,"url":"https://github.com/eclipse-cdt-cloud/website","last_synced_at":"2026-02-03T13:34:34.537Z","repository":{"id":41836681,"uuid":"416786500","full_name":"eclipse-cdt-cloud/website","owner":"eclipse-cdt-cloud","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-22T09:23:06.000Z","size":12384,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-07-06T15:07:01.423Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eclipse-cdt-cloud.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}},"created_at":"2021-10-13T14:54:31.000Z","updated_at":"2024-04-22T09:23:09.000Z","dependencies_parsed_at":"2025-02-02T11:37:32.963Z","dependency_job_id":null,"html_url":"https://github.com/eclipse-cdt-cloud/website","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eclipse-cdt-cloud/website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-cdt-cloud%2Fwebsite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-cdt-cloud%2Fwebsite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-cdt-cloud%2Fwebsite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-cdt-cloud%2Fwebsite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eclipse-cdt-cloud","download_url":"https://codeload.github.com/eclipse-cdt-cloud/website/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-cdt-cloud%2Fwebsite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29046638,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T10:09:22.136Z","status":"ssl_error","status_checked_at":"2026-02-03T10:09:16.814Z","response_time":96,"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":[],"created_at":"2024-12-07T19:07:59.459Z","updated_at":"2026-02-03T13:34:34.519Z","avatar_url":"https://github.com/eclipse-cdt-cloud.png","language":"Dockerfile","readme":"# Website\n\nWe use the [Syna](https://github.com/okkur/syna) thema for [Hugo](https://gohugo.io/)\n\nPlease check the [Syna documentation](https://about.okkur.org/syna/docs/). The Syna theme heavily works with fragments, therefore the development differs a bit from a \"normal\" Hugo website.\n\nEvery commit to the `main` branch will automatically published to \u003ceclipse.dev/cdt-cloud\u003e.\n\n## Quick start\n\n### Open in VSCode dev container\n\nTo avoid the need to install hugo on development machines, a VSCode dev container is provided that runs hugo in a docker container.\n\n* Get submodules `git submodule init \u0026\u0026 git submodule update`\n* Open the repository folder in VSCode\n* If not installed, install Microsoft's \"Remote - Containers\" extension with id `ms-vscode-remote.remote-containers`.\n* Open this repository in VSCode as a [Dev Container](https://code.visualstudio.com/docs/remote/containers#_quick-start-open-an-existing-folder-in-a-container):\n  * Open command palette (`F1` or `Ctrl+Shift+P`)\n  * Run `Remote-Containers: Reopen in Container`\n\n### Development\n\n* Start Hugo server via `hugo server` for development or run task `Serve Drafts`\n* Build the website via `hugo` for deployment (the public folder ist deployed then) or run task `Build`\n\n## Overview\n\n* `config.toml` contains the global config and menu items\n* `content/_global` contains customization for global parts of the website, for example `footer`\n* `content/_index` contains the landing page\n* `content/XYZ/*` contains each reachable page. `index.md` is necessary to declare the page exists, while `content.md` defines its contents. Additional fragments can be added / overwritten etc.\n* `static/***` contains static resources, for example images\n* `archetypes` contains templates which are used when executing `hugo new`. Not too important but easier than copy \u0026 pase.\n\n## How to create a new page\n\n  1. Either copy \u0026 paste an existing one, or execute `hugo new --kind page-bundle \u003cNAME\u003e`\n  2. To add an entry to the menu, add a link to the page in `config.toml`\n\n## Fancy elements\n\n  Check the [Syna Fragments](https://about.okkur.org/syna/fragments/) documentation for all provided fragments and how to use them.\n\n## Sorting elements\n\n  To sort items you can use weight, a lower value typically means it is more to the top or left. However note that `weight = 0` is the same as undefined, so use at least `weight = 1`.\n\n## Best practices\n\n  Check the example site provided with Syna in `themes/syna/exampleSite`\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feclipse-cdt-cloud%2Fwebsite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feclipse-cdt-cloud%2Fwebsite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feclipse-cdt-cloud%2Fwebsite/lists"}