Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adoptopenjdk/openjdk-website
Website source
https://github.com/adoptopenjdk/openjdk-website
hacktoberfest java openjdk website
Last synced: about 1 month ago
JSON representation
Website source
- Host: GitHub
- URL: https://github.com/adoptopenjdk/openjdk-website
- Owner: AdoptOpenJDK
- License: apache-2.0
- Created: 2017-03-17T09:34:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-27T22:46:09.000Z (6 months ago)
- Last Synced: 2024-05-28T08:17:02.130Z (6 months ago)
- Topics: hacktoberfest, java, openjdk, website
- Language: Handlebars
- Homepage: https://adoptopenjdk.net/
- Size: 17.7 MB
- Stars: 121
- Watchers: 31
- Forks: 90
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
[![Deploy to GitHub Pages](https://github.com/AdoptOpenJDK/openjdk-website/actions/workflows/deploy-to-gh-pages.yml/badge.svg)](https://github.com/AdoptOpenJDK/openjdk-website/actions/workflows/deploy-to-gh-pages.yml)
# README
This repository contains the source code for https://www.adoptopenjdk.net.
The `master` branch contains the source code necessary for development. A Jenkins job is used to run a build on this source code, and the output of this build is pushed to the `gh-pages` branch. GitHub Pages then uses this `gh-pages` branch to host the live, production website.
# API
To use the API, see the README at [api.adoptopenjdk.net](https://api.adoptopenjdk.net).To contribute to the API, or to raise issues, see the separate [GitHub repository](https://github.com/AdoptOpenJDK/openjdk-api).
# Developers
See the [Contribution Guidelines](CONTRIBUTING.md).