Skip to content

segalziv/project-website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 https://127.0.0.1:4000/.

Credits

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

About

The source to opensearch.org

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.9%
  • HTML 10.0%
  • SCSS 9.1%
  • CoffeeScript 2.3%
  • Ruby 2.0%
  • CSS 0.6%
  • Other 0.1%