{"id":23229019,"url":"https://github.com/common-workflow-language/cwl-website","last_synced_at":"2025-10-24T20:15:19.972Z","repository":{"id":34382285,"uuid":"139270981","full_name":"common-workflow-language/cwl-website","owner":"common-workflow-language","description":"www.commonwl.org","archived":false,"fork":false,"pushed_at":"2024-10-28T22:55:05.000Z","size":14125,"stargazers_count":10,"open_issues_count":23,"forks_count":20,"subscribers_count":42,"default_branch":"main","last_synced_at":"2024-10-28T23:29:21.578Z","etag":null,"topics":["common-workflow-language","cwl"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/common-workflow-language.png","metadata":{"funding":{"custom":["https://www.commonwl.org/donate/","https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=Z55VS5LBBSZTJ"]},"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":"2018-06-30T18:26:08.000Z","updated_at":"2024-10-28T22:54:26.000Z","dependencies_parsed_at":"2024-08-02T12:01:09.085Z","dependency_job_id":"868fd8c1-098b-4437-a936-02970be36a10","html_url":"https://github.com/common-workflow-language/cwl-website","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/common-workflow-language%2Fcwl-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/common-workflow-language%2Fcwl-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/common-workflow-language%2Fcwl-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/common-workflow-language%2Fcwl-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/common-workflow-language","download_url":"https://codeload.github.com/common-workflow-language/cwl-website/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230359873,"owners_count":18214159,"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":["common-workflow-language","cwl"],"created_at":"2024-12-19T01:15:55.898Z","updated_at":"2025-10-24T20:15:14.950Z","avatar_url":"https://github.com/common-workflow-language.png","language":"JavaScript","funding_links":["https://www.commonwl.org/donate/","https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=Z55VS5LBBSZTJ"],"categories":[],"sub_categories":[],"readme":"# Common Workflow Language Website\n\nThe main repo for the [CWL Website](https://www.commonwl.org/).\n\nGitHub: https://github.com/common-workflow-language/cwl-website/\n\n## Table of Contents\n\n\u003c!-- MarkdownTOC --\u003e\n\n* [Repositories](#repositories)\n* [Getting Started](#getting-started)\n* [Contributing](#contributing)\n* [Reporting a Vulnerability](#reporting-a-vulnerability)\n* [User Gallery Nomination](#user-gallery-nomination)\n* [Editing the Main Site](#editing-the-main-site)\n\n\u003c!-- /MarkdownTOC --\u003e\n\n\u003ca id=\"repositories\"\u003e\u003c/a\u003e\n## Repositories\n\nThe main website's files are in the `/content/` directory, and built with [Jekyll](https://jekyllrb.com/).\n\nThe [CWL Specification](https://github.com/common-workflow-language/cwl-v1.2) is\nhosted separately from this repo, but built via the `/site/` directory and\n`./website.sh` script found here.\n\n\u003ca id=\"getting-started\"\u003e\u003c/a\u003e\n## Getting Started\n\nFor setup and development instructions, see [CWL Website Instructions - Setup \u0026 Development](/content/README.md#setup--development)\n\n\u003ca id=\"contributing\"\u003e\u003c/a\u003e\n## Contributing\n\n**Contributing to New Issues:**\n\n1. Create a new [GitHub Issue](https://github.com/common-workflow-language/cwl-website/issues/new/choose)\n2. In your terminal, from the `main` branch, create a new local branch by running `git checkout -b branch-name-here`\n3. Edit \u0026 Commit your changes, mentioning the Issue number in your commit, e.g. `git commit file-names-here -m \"Fix XYZ from #99\"`\n4. Push the changes via `git push origin branch-name-here`\n5. Find the branch on the GitHub repo (the url looks like `https://github.com/common-workflow-language/cwl-website/tree/branch-name-here`) and click \"Compare and Pull Request\"\n6. The reviewers will either suggest additional revisions, or approve the pull request.\n\n**Existing Issues:** To contribute to an existing issue and branch: Checkout the existing branch via `git checkout remote-branch-name-here` (don't add the `-b`). Then follow steps 3-6 above.\n\n\u003ca id=\"reporting-a-vulnerability\"\u003e\u003c/a\u003e\n## Reporting a Vulnerability\n\nSee the [Security Policy](https://github.com/common-workflow-language/cwl-website/security/policy) page.\n\n\u003ca id=\"user-gallery-nomination\"\u003e\u003c/a\u003e\n## User Gallery Nomination\n\nTo suggest a new entry for the CWL User Gallery, create a new Issue, via the: [User Gallery Nomination issue template](https://github.com/common-workflow-language/cwl-website/issues/new?assignees=\u0026labels=user+gallery\u0026template=user-gallery-nomination.md\u0026title=User+Gallery+Nomination%3A+%5Buser%2Fproject+name+here%5D)\n\n\u003ca id=\"editing-the-main-site\"\u003e\u003c/a\u003e\n## Editing the Main Site\n\nSetup Instructions: [CWL Website Instructions - Setup \u0026 Development](content/README.md#setup-and-development)\n\nEditing Guidelines: [Editing the CWL Website](content/EDITING.md)\n\nThe root directory contains the following important files and directories:\n\n* `/content/` - directory for the **main website**\n* `/site/` - directory for the docs. **Not the main site**\n* `README.md` - general readme for the repo.\n* `website.sh` - script that builds the website (both the main site and the docs)\n\nNote: All edits and updates should be made in `/content/` unless there is a specific reason to do otherwise.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcommon-workflow-language%2Fcwl-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcommon-workflow-language%2Fcwl-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcommon-workflow-language%2Fcwl-website/lists"}