These instructions will get you a copy of the Quarkus.io website up and running on your local machine for development and testing purposes.
Jekyll static site generator docs.
-
Install a full Ruby development environment
-
Install Jekyll and bundler gems
gem install jekyll bundler
-
Fork the project repository, then clone your fork.
git clone [email protected]:YOUR_USER_NAME/quarkusio.github.io.git
-
Change into the projecr directory
cd quarkusio.github.io
-
Use bundler to fetch all required gems in their respective versions
bundle install
-
Build the site and make it available on a local server
bundle exec jekyll serve
-
Now browse to https://localhost:4000
If you encounter any unexpected errors during the above, please refer to the troubleshooting page or the requirements page, as you might be missing development headers or other prerequisites.
For more regarding the use of Jekyll, please refer to the Jekyll Step by Step Tutorial.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
This website is licensed under the [https://creativecommons.org/licenses/by/3.0/](Creative Commons Attribution 3.0).