GitHunt
RO

ronsigal/resteasy.github.io

RESTEasy website

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 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

Release

To announce a release you may need update these content:

Contributors

Apache License 2.0
Created July 15, 2019
Updated April 2, 2020
ronsigal/resteasy.github.io | GitHunt