GitHunt
RO

ronsigal/resteasy.dev

The resteasy.dev web site

RESTEasy Website

Getting Started

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

Installation

The site is built using Roq and GitHub Pages. To build and run the site locally, all you need is a JDK and Maven:

$ mvn package quarkus:dev

The site will be available at http://localhost:8080.

Writing blog

Add a blog entry:

  • create blog entry under content/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. Here is an example showing what you need to add at the top of the file.
---
layout:    post
title:     "Blog Title"
subtitle:  ""
date:      2019-10-30 08:07:00
author:    "Java Robot"
---

Blog content line 1
Blog Content line 2

Release

To announce a release, you will need to update these files:

Contributors

Apache License 2.0
Created February 2, 2025
Updated September 15, 2025
ronsigal/resteasy.dev | GitHunt