These instructions will get you a copy of the RESTEasy website up and running on your local machine for development and testing purposes.
Follow this instructions from github-pages to start local server and test your change before submit
Add a blog entry:
- create blog entry under _posts
and name the file with
yyyy-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
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