https://github.com/gocd/www.go.cd
Github pages repo
https://github.com/gocd/www.go.cd
cd ci ci-cd continuous-delivery continuous-deployment continuous-integration gocd infrastructure-as-code
Last synced: 4 months ago
JSON representation
Github pages repo
- Host: GitHub
- URL: https://github.com/gocd/www.go.cd
- Owner: gocd
- License: apache-2.0
- Created: 2013-12-16T05:36:20.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2025-07-20T08:18:30.000Z (4 months ago)
- Last Synced: 2025-07-20T10:16:33.052Z (4 months ago)
- Topics: cd, ci, ci-cd, continuous-delivery, continuous-deployment, continuous-integration, gocd, infrastructure-as-code
- Language: HTML
- Homepage: https://www.gocd.org
- Size: 221 MB
- Stars: 40
- Watchers: 26
- Forks: 110
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# https://www.gocd.org - website
This repository hosts code for the website at [https://www.gocd.org](https://www.gocd.org).
## Build instructions
To setup a live server:
```
$ bundle install
$ bundle exec middleman serve
```
You can then access the page at http://localhost:4567
If you want to build the static site locally, do this:
```
$ bundle install
$ bundle exec rake
```
Then, the site will be available at build/ and can be served locally, if you choose.
## Contributing
We encourage you to contribute to GoCD. For information on contributing to this project, please see our
[contributor's guide](http://www.gocd.org/contribute). A lot of useful information like links to user documentation,
design documentation, mailing lists etc. can be found in the [resources](https://www.gocd.org/resources/)
section.
## License
```plain
Copyright 2022 Thoughtworks, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```