The website for the Eclipse fog05 project. Lives at https://fog05.io.
Building the website depends on Hugo. So, first make sure that you have it installed. If on OS X and using Homebrew, run the following:
brew update && brew install hugo
Then, get the website running locally:
git clone https://github.com/eclipse-fog05/website
cd website
hugo server
Then visit http://localhost:1313.
This project is licensed under the Eclipse 2,0 license. This project is based on tokio-rs website
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Eclispe fog05 by you, shall be licensed as Eclipse Public License 2.0 or Apache 2.0, without any additional terms or conditions.