Skip to content

yaim/quarkusio.github.io

This branch is 3934 commits behind quarkusio/quarkusio.github.io:main.

Folders and files

NameName
Last commit message
Last commit date
Jun 18, 2019
Aug 13, 2020
Aug 13, 2020
Aug 13, 2020
Aug 19, 2020
Aug 5, 2020
Aug 20, 2020
Jul 15, 2020
Aug 5, 2020
Aug 20, 2020
Mar 5, 2019
Mar 5, 2020
Dec 16, 2019
Mar 5, 2019
Nov 4, 2019
Mar 7, 2019
Apr 26, 2019
Feb 21, 2020
Feb 21, 2020
Jul 6, 2020
Jul 16, 2020
Mar 5, 2019
Jul 1, 2020
Aug 3, 2020
Aug 3, 2020
Apr 22, 2020
Mar 5, 2019
Jun 5, 2020
Jun 5, 2019
Jun 19, 2020
Aug 9, 2020
Mar 19, 2020
Mar 6, 2019
Nov 5, 2019
Jun 5, 2020
Jul 22, 2019
May 22, 2020

Repository files navigation

Quarkus.io Website Based on Jekyll

Getting Started

These instructions will get you a copy of the Quarkus.io website up and running on your local machine for development and testing purposes.

Installation

Jekyll static site generator docs.

  1. Install a full Ruby development environment

  2. Install bundler gems

     gem install bundler
    
  3. Fork the project repository, then clone your fork.

     git clone [email protected]:YOUR_USER_NAME/quarkusio.github.io.git
    
  4. Change into the project directory:

     cd quarkusio.github.io
    
  5. Use bundler to fetch all required gems in their respective versions

     bundle install
    
  6. Build the site and make it available on a local server

     bundle exec jekyll serve
    
  7. Now browse to http://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.

Writing a blog

To write a blog:

  • create an author entry in _data/authors.yaml
    • emailhash is used to fetch your picture form the Gravatar service
  • create an blog entry under _posts -the file name is yyyy-mm-dd-slug.adoc
  • tags should be used with some care as an archive page is created for of them. Below are some basic rules to try follow:
    • quarkus-release used for Quarkus release blogs
    • announcement used for general announcement with some impact.
    • extension used for blogs related to a specific extension.
    • user-story used for stories from users/companies adopting Quarkus.
    • development-tips used for blogs with tips to develop using Quarkus or Quarkus itself.
    • add a tech specific, like kafka, if your post has a significant mention/relevance to that technology.
    • tags is space separated list tags:extension grpc
  • it's in asciidoc format, there is an example as shown with 2019-06-05-quarkus-and-web-ui-development-mode.adoc
  • send a pull request against the develop branch and voilà

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Important: the guides are maintained in the main Quarkus repository and pull requests should be submitted there: https://github.com/quarkusio/quarkus/tree/master/docs/src/main/asciidoc.

License

This website is licensed under the Creative Commons Attribution 3.0.

About

Website for Quarkus project

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 52.7%
  • CSS 34.9%
  • JavaScript 8.4%
  • Java 2.2%
  • Ruby 1.8%