Skip to content

resteasy/resteasy.dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

The resteasy.dev web site

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 9