These instructions will get you a copy of the RESTEasy website up and running on your local machine for development and testing purposes.
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.
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
To announce a release, you will need to update these files:
- Create a new blog post announcing the release. The post will automatically show up in index.md
- Add the release information to data/releases.yaml. An entry for the release will be automatically generated in downloads.html and docs.html