{"id":23167383,"url":"https://github.com/eclipse-keypop/keypop-website","last_synced_at":"2025-08-18T06:32:22.693Z","repository":{"id":182623815,"uuid":"661616853","full_name":"eclipse-keypop/keypop-website","owner":"eclipse-keypop","description":"Repository hosting the Eclipse Keypop project website: https://keypop.org/","archived":false,"fork":false,"pushed_at":"2024-12-16T22:04:19.000Z","size":6437,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-12-16T23:20:17.849Z","etag":null,"topics":["keypop","support"],"latest_commit_sha":null,"homepage":"https://keypop.org/","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/eclipse-keypop.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-03T09:15:18.000Z","updated_at":"2024-12-04T08:27:11.000Z","dependencies_parsed_at":"2023-09-25T07:16:53.396Z","dependency_job_id":"fc8fca66-8111-4d3f-8c5e-0672a0151f66","html_url":"https://github.com/eclipse-keypop/keypop-website","commit_stats":null,"previous_names":["eclipse-keypop/keypop-website"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-keypop%2Fkeypop-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-keypop%2Fkeypop-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-keypop%2Fkeypop-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-keypop%2Fkeypop-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eclipse-keypop","download_url":"https://codeload.github.com/eclipse-keypop/keypop-website/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230207594,"owners_count":18190189,"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":["keypop","support"],"created_at":"2024-12-18T02:28:03.492Z","updated_at":"2024-12-18T02:28:16.502Z","avatar_url":"https://github.com/eclipse-keypop.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Eclipse Keypop website  \n\nRepository to the www.keypop.org website of the 'Eclipse Keypop' project.\n\nThe Eclipse Keypop website is generated with Hugo.\n\n## Getting started\n\n### Local installation\nInstall [hugo extended](https://gohugo.io/getting-started/installing/) on your machine.\nInstall dependencies, build assets and start a webserver:\n```bash\nhugo server\n```\n\nCheckout http://localhost:1313/\n\n### Using docker \n\nYou can use the image \"ext-alpine\" from the project : https://github.com/klakegg/docker-hugo. An \"ext\" is needed image because it includes golang.\n\n\nLaunch a shell into hugo container from the root directory of this project\n```bash\ndocker run --rm -it \\\n  -v $(pwd):/src \\\n    -p 1313:1313 \\\n  klakegg/hugo:ext-alpine \\\n  shell\n```\n\nThen run\n```bash\nhugo server --environment development\n```\n\nIf you want to avoid downloading modules at each run, install them locally by running\n```bash\nhugo mod vendor\n```\n\n## Custom Front Matter Parameters\n\n### `sitemap_exclude`\n\n- **Purpose**: The `sitemap_exclude` parameter is used to control the inclusion of individual pages in the site's\n  `sitemap.xml`. This is particularly useful for pages that we do not want to be easily discoverable by search engines\n  or listed in the sitemap.\n- **Usage**: Set `sitemap_exclude: true` in the front matter of any page we wish to exclude from the `sitemap.xml`.\n- **Example**:\n  ```yaml\n  ---\n  title: \"Example Page\"\n  sitemap_exclude: true\n  ---\n\n### `robots`\n- **Purpose**: The `robots` parameter allows us to specify the value for the `\u003cmeta name=\"robots\"\u003e` tag on a per-page\n  basis. This tag provides instructions to web crawlers (like Googlebot) about whether they should index the page,\n  follow links on it, or both.\n- **Usage**: Set `robots` to a string value indicating the desired directive, such as \"noindex, nofollow\" to both\n  prevent indexing of the page and following of its links.\n- **Example**:\n  ```yaml\n    ---\n    title: \"Private Page\"\n    robots: \"noindex, nofollow\"\n    ---\n\n## Related projects\n\n### [HugoBlox](https://github.com/HugoBlox/hugo-blox-builder)\n\n[HugoBlox site builder](https://hugoblox.com/) based on [Hugo](https://gohugo.io/).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feclipse-keypop%2Fkeypop-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feclipse-keypop%2Fkeypop-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feclipse-keypop%2Fkeypop-website/lists"}