Publishing from 2c4d08a76f73d64f7396040ecf1d4798ae6061be
23 files changed
tree: bce3ff4f678c8304393c4c3bc10a792ed8e842be
  1. _data/
  2. _docs/
  3. _includes/
  4. _layouts/
  5. _pages/
  6. _posts/
  7. _sass/
  8. apidocs/
  9. assets/
  10. content/
  11. resources/
  12. .gitignore
  13. .ruby-version
  14. _config.yml
  15. Dockerfile
  16. favicon.ico
  17. Gemfile
  18. Gemfile.lock
  19. index.html
  20. LICENSE
  21. nginx.conf
  22. publish.sh
  23. README.md
  24. run_local.sh
README.md

Apache Nemo Website

This repo contains the materials of the Apache Nemo incubator project (https://github.com/apache/incubator-nemo). Please find the instructions below on the Filling up documents and Publishing sections for the information required to update the website.

Go to the website for the theme for detailed information and demo for the Jekyll theme used in this project.

Prerequisites

You need to have ruby and bundler gem installed. Run $ bundler install after you've met the prerequisites to be able to run the jekyll project.

Running locally

You need Ruby and gem before starting, then:

# install bundler
gem install bundler

# go to `docs` folder
# install & run jekyll with dependencies
bundler install
bundler exec jekyll serve

Filling up documents

You can find the docs under _docs and the metadata under the _data folder. _posts include blog posts, and _pages include the specific pages of the website. Please refer to them when you wish to update the contents of the website. When you wish to update the javadocs, simply update the apidocs folder.

Publishing

When all contents are fixed, run $ ./publish.sh, add the files, commit, and push the files to github to publish the changes.

Jekyll stuff

You can find Jekyll introduction docs below:

Jekyll Docs

License

Released under the MIT license.