segalziv / project-website

The source to opensearch.org

Home Page:https://opensearch.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

opensearch.org website

This repo contains the source for the opensearch.org website.

Contributing

We welcome contributions! Please see our CONTRIBUTING page to learn more about how to contribute to the website.

Adding to the Partners Page

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.

Security

If you discover potential security issues, see the reporting instructions on our CONTRIBUTING page for more information.

License

This project is licensed under the BSD-3-Clause License.

Build

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:

  1. Go to the root of the repo
  2. Install Ruby
  3. Install Jekyll
  4. Install dependencies: bundle install
  5. 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/.

Credits

This website was forked from the BSD-licensed djangoproject.com

About

The source to opensearch.org

https://opensearch.org

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 75.8%Language:HTML 10.0%Language:SCSS 9.1%Language:CoffeeScript 2.3%Language:Ruby 2.0%Language:CSS 0.6%Language:Shell 0.1%Language:Makefile 0.0%Language:Dockerfile 0.0%