{"id":23268611,"url":"https://github.com/eclipse-keyple/keyple-website","last_synced_at":"2025-08-21T00:32:24.014Z","repository":{"id":38194337,"uuid":"271755874","full_name":"eclipse-keyple/keyple-website","owner":"eclipse-keyple","description":"Eclipse Keyple™ Project: https://keyple.org/ website","archived":false,"fork":false,"pushed_at":"2024-04-12T15:03:51.000Z","size":40714,"stargazers_count":6,"open_issues_count":1,"forks_count":9,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-04-12T15:43:51.650Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://keyple.org/","language":"JavaScript","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-keyple.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}},"created_at":"2020-06-12T09:06:26.000Z","updated_at":"2024-04-15T11:27:34.988Z","dependencies_parsed_at":"2023-12-25T20:18:30.327Z","dependency_job_id":"1a011228-4068-47f0-9ae3-5af5c118189e","html_url":"https://github.com/eclipse-keyple/keyple-website","commit_stats":null,"previous_names":["eclipse-keyple/keyple-website"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-keyple%2Fkeyple-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-keyple%2Fkeyple-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-keyple%2Fkeyple-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-keyple%2Fkeyple-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eclipse-keyple","download_url":"https://codeload.github.com/eclipse-keyple/keyple-website/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230471746,"owners_count":18231281,"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":[],"created_at":"2024-12-19T17:20:04.870Z","updated_at":"2024-12-19T17:20:05.391Z","avatar_url":"https://github.com/eclipse-keyple.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Eclipse Keyple website  \n\nRepository to the www.keyple.org website of the 'Eclipse Keyple' project.\n\nThe Eclipse Keyple 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 \nor 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 \nbasis. This tag provides instructions to web crawlers (like Googlebot) about whether they should index the page, \nfollow links on it, or both.\n- **Usage**: Set `robots` to a string value indicating the desired directive, such as \"noindex, nofollow\" to both \nprevent 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### [Wowchemy](https://github.com/wowchemy/wowchemy-hugo-modules)\n\n[Wowchemy theme](https://wowchemy.com/) for [Hugo](https://gohugo.io/).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feclipse-keyple%2Fkeyple-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feclipse-keyple%2Fkeyple-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feclipse-keyple%2Fkeyple-website/lists"}