This repo contains the source for the opensearch.org website.
We welcome contributions! Please see our CONTRIBUTING page to learn more about how to contribute to the website.
If you are a partner, you are welcome to add your logo/link to our partners page. See the sample file and submit a pull request.
If you discover potential security issues, see the reporting instructions on our CONTRIBUTING page for more information.
This project is licensed under the BSD-3-Clause License.
You can build the site and make it available on a local server via:
docker-compose up -d
or by installing all the dependencies on your local environment:
- Go to the root of the repo
- Install Ruby
- Install Jekyll
- Install dependencies:
bundle install
- Build:
bundle exec jekyll serve
for the local server,bundle exec jekyll build
for one off builds. Either way, the HTML of the site is generated to/_site
.
Browse the site at http://127.0.0.1:4000/
.
This website was forked from the BSD-licensed djangoproject.com