| commit | c65948c43eb381ae2a215499446aca3b66560a8f | [log] [tgz] |
|---|---|---|
| author | Won Wook SONG <wsong0512@gmail.com> | Sat Sep 10 00:33:38 2022 +0900 |
| committer | Won Wook SONG <wsong0512@gmail.com> | Sat Sep 10 00:33:38 2022 +0900 |
| tree | cc12865fff274d1ee18b60008ebea5a651771da9 | |
| parent | 84a23f5a36a12d7b3b7df7de8da7fcda049f225b [diff] |
add some pages
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.
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.
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
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.
When all contents are fixed, run $ ./publish.sh, add the files, commit, and push the files to github to publish the changes.
You can find Jekyll introduction docs below:
Released under the MIT license.