Resteasy Website
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
Follow this instructions from github-pages
to start local server and test your change before submit
Writing blog
Add a blog entry:
- create blog entry under _posts
and name the file withyyyy-mm-dd-title.md' - add these layout and title settings before blog content in your blog entry file. There is an example showing what you need add in a blog file.
---
layout: post
title: "Blog Title"
subtitle: ""
date: 2019-10-30 8:07:00
author: "Java Robot"
---
Blog content line 1
Blog Content line 2
Release
To announce a release you may need update these content:
- Add news update in index.md
- Link the download in downloads.html and documentation in docs.html